veryfront 0.0.65 → 0.0.66
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/dist/ai/index.js +6 -6
- package/dist/ai/index.js.map +1 -1
- package/dist/ai/workflow.js +6 -6
- package/dist/ai/workflow.js.map +1 -1
- package/dist/cli.js +9 -9
- package/dist/components.js +7 -6
- package/dist/components.js.map +2 -2
- package/dist/config.js +6 -6
- package/dist/config.js.map +1 -1
- package/dist/data.js +6 -6
- package/dist/data.js.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/dist/ai/workflow.js
CHANGED
|
@@ -704,7 +704,7 @@ var LRU_DEFAULT_MAX_SIZE_BYTES = 50 * 1024 * 1024;
|
|
|
704
704
|
// deno.json
|
|
705
705
|
var deno_default = {
|
|
706
706
|
name: "veryfront",
|
|
707
|
-
version: "0.0.
|
|
707
|
+
version: "0.0.66",
|
|
708
708
|
nodeModulesDir: "auto",
|
|
709
709
|
exclude: [
|
|
710
710
|
"npm/",
|
|
@@ -813,11 +813,11 @@ var deno_default = {
|
|
|
813
813
|
hast: "npm:@types/hast@3.0.3",
|
|
814
814
|
unist: "npm:@types/unist@3.0.2",
|
|
815
815
|
unified: "npm:unified@11.0.5",
|
|
816
|
-
ai: "https://esm.sh/ai@5.0.
|
|
817
|
-
"ai/react": "https://esm.sh/@ai-sdk/react@2.0.
|
|
818
|
-
"@ai-sdk/react": "https://esm.sh/@ai-sdk/react@2.0.
|
|
819
|
-
"@ai-sdk/openai": "https://esm.sh/@ai-sdk/openai@2.0.
|
|
820
|
-
"@ai-sdk/anthropic": "https://esm.sh/@ai-sdk/anthropic@2.0.
|
|
816
|
+
ai: "https://esm.sh/ai@5.0.76?deps=react@18.3.1,react-dom@18.3.1",
|
|
817
|
+
"ai/react": "https://esm.sh/@ai-sdk/react@2.0.1?deps=react@18.3.1,react-dom@18.3.1",
|
|
818
|
+
"@ai-sdk/react": "https://esm.sh/@ai-sdk/react@2.0.1?deps=react@18.3.1,react-dom@18.3.1",
|
|
819
|
+
"@ai-sdk/openai": "https://esm.sh/@ai-sdk/openai@2.0.1",
|
|
820
|
+
"@ai-sdk/anthropic": "https://esm.sh/@ai-sdk/anthropic@2.0.1",
|
|
821
821
|
unocss: "https://esm.sh/unocss@0.59.0",
|
|
822
822
|
"@unocss/core": "https://esm.sh/@unocss/core@0.59.0",
|
|
823
823
|
"@unocss/preset-wind": "https://esm.sh/@unocss/preset-wind@0.59.0",
|