@absolutejs/absolute 0.19.0-beta.252 → 0.19.0-beta.253
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.absolutejs/eslint-cache +1 -1
- package/.absolutejs/prettier.cache.json +7 -7
- package/.absolutejs/vue-tsc.tsbuildinfo +1 -1
- package/dist/ai/index.js.map +2 -2
- package/dist/ai/providers/gemini.js.map +2 -2
- package/dist/cli/index.js +20 -4
- package/package.json +1 -1
- package/scripts/build.ts +2 -1
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"src/ai/client/connection.ts": "55u9xnndiyb0",
|
|
13
13
|
"src/ai/client/messageStore.ts": "2mdfgnafh0o22",
|
|
14
14
|
"src/ai/client/actions.ts": "1dk3cswu3xdgb",
|
|
15
|
-
"src/ai/providers/openai.ts": "
|
|
16
|
-
"src/ai/providers/gemini.ts": "
|
|
15
|
+
"src/ai/providers/openai.ts": "47dia6374teo",
|
|
16
|
+
"src/ai/providers/gemini.ts": "3svzlkxpcv3dq",
|
|
17
17
|
"src/ai/providers/openaiResponses.ts": "15rrdhopchsl0",
|
|
18
18
|
"src/ai/providers/openaiCompatible.ts": "1zv9m3xp9y9f2",
|
|
19
19
|
"src/ai/providers/anthropic.ts": "21j7fe26pp9m2",
|
|
20
|
-
"src/ai/providers/ollama.ts": "
|
|
20
|
+
"src/ai/providers/ollama.ts": "xf8pnkb2yru0",
|
|
21
21
|
"src/react/pageHandler.ts": "197e6m5wqp38k",
|
|
22
22
|
"src/react/bridgeInternals.ts": "9vfw0co8581q",
|
|
23
23
|
"src/react/index.ts": "3i4hngnsdq4ef",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"src/cli/scripts/typecheck.ts": "3mg6pasezi57d",
|
|
50
50
|
"src/cli/scripts/dev.ts": "2cl20x8678dqh",
|
|
51
51
|
"src/cli/scripts/eslint.ts": "25o7waeno205q",
|
|
52
|
-
"src/cli/scripts/compile.ts": "
|
|
52
|
+
"src/cli/scripts/compile.ts": "36i7jozo6e8an",
|
|
53
53
|
"src/cli/scripts/prettier.ts": "fxlaao2ialmq",
|
|
54
54
|
"src/svelte/pageHandler.ts": "1xgrz8byeicgs",
|
|
55
55
|
"src/svelte/index.ts": "3tixran8jy1kj",
|
|
@@ -215,8 +215,8 @@
|
|
|
215
215
|
"example/svelte/composables/counter.svelte.ts": "35ivfkrutctf4",
|
|
216
216
|
"example/vue/composables/useCount.ts": "6tl0al2lubjc",
|
|
217
217
|
"example/styles/colors.ts": "es9k21q6ja39",
|
|
218
|
-
"scripts/build.ts": "
|
|
219
|
-
"test/jsonLd.test.ts": "
|
|
218
|
+
"scripts/build.ts": "ej3othk14ojd",
|
|
219
|
+
"test/jsonLd.test.ts": "1cjq6549h71pl",
|
|
220
220
|
"src/react/ai/AIStreamProvider.tsx": "1auzfpd4gzk0k",
|
|
221
221
|
"src/react/components/Image.tsx": "i51v1flpwua7",
|
|
222
222
|
"src/react/components/Head.tsx": "1d1ld25uwq1d0",
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"example/react/components/App.tsx": "sio6k26ozh68",
|
|
228
228
|
"eslint.config.mjs": "rb90j2qpxvx8",
|
|
229
229
|
"tsconfig.json": "1604z2ybvvqsf",
|
|
230
|
-
"package.json": "
|
|
230
|
+
"package.json": "2f5upuw22f69z",
|
|
231
231
|
"tsconfig.build.json": "976e92rva922",
|
|
232
232
|
"native/packages/windows-arm64/package.json": "193jwo8usmsb3",
|
|
233
233
|
"native/packages/darwin-x64/package.json": "1ygrye02o9pav",
|