Skip to content

Commit 061bf49

Browse files
committed
not sure if this is right
1 parent 9df11b5 commit 061bf49

File tree

5 files changed

+6
-2386
lines changed

5 files changed

+6
-2386
lines changed

packages/ai/deno.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@
1414
"@llamaindex/openai": "npm:@llamaindex/openai@^0.4.16",
1515
"@llamaindex/readers": "npm:@llamaindex/readers@^3.1.18",
1616
"llamaindex": "npm:llamaindex@^0.11.26",
17-
"@runt/lib": "jsr:@runt/lib@^0.13.0",
18-
"@runt/schema": "jsr:@runt/schema@^0.13.0",
1917
"npm:pyodide": "npm:pyodide@^0.27.7",
2018
"@std/async": "jsr:@std/async@^1.0.0",
2119
"@std/path": "jsr:@std/path@^1.0.0",
22-
"npm:@livestore/livestore": "npm:@livestore/livestore@^0.3.1",
20+
"npm:@livestore/livestore": "npm:@livestore/livestore@0.3.1",
2321
"@openai/openai": "jsr:@openai/openai@^4.98.0",
2422
"npm:ollama": "npm:ollama@^0.5.16",
2523
"strip-ansi": "npm:strip-ansi@^7.1.0",

packages/lib/deno.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,13 @@
1414
"./types": "./src/types.ts"
1515
},
1616
"imports": {
17-
"@runt/schema": "jsr:@runt/schema@^0.13.0",
1817
"@std/cli": "jsr:@std/cli@^1.0.0",
1918
"@std/assert": "jsr:@std/assert@^1.0.0",
2019
"@std/crypto": "jsr:@std/crypto@^1.0.0",
2120
"@std/encoding": "jsr:@std/encoding@^1.0.0",
2221
"@std/fs": "jsr:@std/fs@^1.0.0",
2322
"@std/path": "jsr:@std/path@^1.0.0",
24-
"npm:@livestore/adapter-web": "npm:@livestore/adapter-web@^0.3.1",
25-
"npm:@livestore/livestore": "npm:@livestore/livestore@^0.3.1",
26-
"npm:@livestore/sync-cf": "npm:@livestore/sync-cf@^0.3.1",
23+
2724
"npm:@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0"
2825
},
2926
"tasks": {

packages/pyodide-runtime-agent/deno.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@
2020
"npm:pyodide": "npm:pyodide@^0.27.7",
2121
"@std/async": "jsr:@std/async@^1.0.0",
2222
"@std/cli": "jsr:@std/cli@^1.0.0",
23-
"npm:@livestore/livestore": "npm:@livestore/livestore@^0.3.1",
24-
"npm:@livestore/adapter-node": "npm:@livestore/adapter-node@^0.3.1",
25-
"npm:@livestore/adapter-web": "npm:@livestore/adapter-web@^0.3.1",
26-
"npm:@livestore/sync-cf": "npm:@livestore/sync-cf@^0.3.1",
23+
2724
"npm:strip-ansi": "npm:strip-ansi@^7.1.0"
2825
},
2926
"tasks": {

packages/schema/deno.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@
88
"url": "https://github.com/runtimed/anode.git"
99
},
1010
"exports": {
11-
".": "./mod.ts",
12-
"./types": "./types.ts",
13-
"./tables": "./tables.ts",
14-
"./queries": "./queries/index.ts"
11+
".": "./mod.ts"
1512
},
1613
"publish": {
17-
"include": ["mod.ts", "types.ts", "tables.ts", "queries/", "README.md"]
14+
"include": ["mod.ts", "README.md"]
1815
},
1916
"compilerOptions": {
2017
"strict": true,

0 commit comments

Comments
 (0)