@absolutejs/absolute 0.19.0-beta.264 → 0.19.0-beta.266
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/prettier.cache.json +9 -9
- package/.absolutejs/tsconfig.tsbuildinfo +1 -1
- package/.absolutejs/vue-tsc.tsbuildinfo +1 -1
- package/ROADMAP.md +0 -300
- package/dist/ai/index.js +17 -1
- package/dist/ai/index.js.map +4 -4
- package/dist/ai/providers/openaiResponses.js +17 -1
- package/dist/ai/providers/openaiResponses.js.map +3 -3
- package/dist/index.js +6095 -22
- package/dist/index.js.map +143 -4
- package/dist/src/ai/providers/openaiResponses.d.ts +3 -0
- package/dist/src/utils/defineEnv.d.ts +3 -0
- package/dist/src/utils/index.d.ts +1 -0
- package/dist/types/env.d.ts +2 -0
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
- package/types/env.ts +3 -0
- package/types/index.ts +1 -0
|
@@ -7,16 +7,16 @@
|
|
|
7
7
|
"src/build.ts": "1th5dsn684zdm",
|
|
8
8
|
"src/ai/conversationManager.ts": "200d21eojnvda",
|
|
9
9
|
"src/ai/index.ts": "z6pgp7zkc0gv",
|
|
10
|
-
"src/ai/streamAI.ts": "
|
|
10
|
+
"src/ai/streamAI.ts": "20vghtfst7fbm",
|
|
11
11
|
"src/ai/protocol.ts": "gwlfmmleuo8y",
|
|
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
15
|
"src/ai/providers/openai.ts": "47dia6374teo",
|
|
16
16
|
"src/ai/providers/gemini.ts": "3svzlkxpcv3dq",
|
|
17
|
-
"src/ai/providers/openaiResponses.ts": "
|
|
17
|
+
"src/ai/providers/openaiResponses.ts": "2k5kxb91hex69",
|
|
18
18
|
"src/ai/providers/openaiCompatible.ts": "1zv9m3xp9y9f2",
|
|
19
|
-
"src/ai/providers/anthropic.ts": "
|
|
19
|
+
"src/ai/providers/anthropic.ts": "sma9m73ctm8g",
|
|
20
20
|
"src/ai/providers/ollama.ts": "xf8pnkb2yru0",
|
|
21
21
|
"src/react/pageHandler.ts": "197e6m5wqp38k",
|
|
22
22
|
"src/react/bridgeInternals.ts": "9vfw0co8581q",
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"src/cli/scripts/prettier.ts": "fxlaao2ialmq",
|
|
54
54
|
"src/svelte/pageHandler.ts": "1xgrz8byeicgs",
|
|
55
55
|
"src/svelte/index.ts": "3tixran8jy1kj",
|
|
56
|
-
"src/svelte/renderToString.ts": "
|
|
57
|
-
"src/svelte/renderToReadableStream.ts": "
|
|
58
|
-
"src/svelte/renderToPipeableStream.ts": "
|
|
56
|
+
"src/svelte/renderToString.ts": "w1pziycmn2qo",
|
|
57
|
+
"src/svelte/renderToReadableStream.ts": "kcs7wc8d12z8",
|
|
58
|
+
"src/svelte/renderToPipeableStream.ts": "2q8dx3ceaf7we",
|
|
59
59
|
"src/svelte/ai/index.ts": "2mf8a6gs1t6f9",
|
|
60
60
|
"src/svelte/ai/createAIStream.ts": "3kouqlnkyxwgn",
|
|
61
61
|
"src/dev/reactComponentClassifier.ts": "2hczkpizpi2wt",
|
|
@@ -193,13 +193,13 @@
|
|
|
193
193
|
"types/websocket.ts": "ty8glblbk969",
|
|
194
194
|
"types/index.ts": "20s26r4ipf2z0",
|
|
195
195
|
"types/client.ts": "1iikbbtwoyw4j",
|
|
196
|
-
"types/ai.ts": "
|
|
196
|
+
"types/ai.ts": "1j0bv3id3gm7k",
|
|
197
197
|
"types/cli.ts": "m93qalc29lsy",
|
|
198
198
|
"types/sitemap.ts": "2ych4mfmhw5qd",
|
|
199
199
|
"types/userAgentTypes.ts": "3ksp5820vk715",
|
|
200
200
|
"types/vue.ts": "39307z8j6rf4q",
|
|
201
201
|
"types/build.ts": "3ocq17usu14m9",
|
|
202
|
-
"types/anthropic.ts": "
|
|
202
|
+
"types/anthropic.ts": "an6xv7wemqeg",
|
|
203
203
|
"types/typeGuards.ts": "11a91vj4y8zlo",
|
|
204
204
|
"types/image.ts": "13e9rpj7n152p",
|
|
205
205
|
"types/jsonLd.ts": "3n1wacmwyssah",
|
|
@@ -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": "32y5mhp3hhqdw",
|
|
231
231
|
"tsconfig.build.json": "976e92rva922",
|
|
232
232
|
"native/packages/windows-arm64/package.json": "193jwo8usmsb3",
|
|
233
233
|
"native/packages/darwin-x64/package.json": "1ygrye02o9pav",
|