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/index.js
CHANGED
|
@@ -1702,7 +1702,7 @@ var LRU_DEFAULT_MAX_SIZE_BYTES = 50 * 1024 * 1024;
|
|
|
1702
1702
|
// deno.json
|
|
1703
1703
|
var deno_default = {
|
|
1704
1704
|
name: "veryfront",
|
|
1705
|
-
version: "0.0.
|
|
1705
|
+
version: "0.0.66",
|
|
1706
1706
|
nodeModulesDir: "auto",
|
|
1707
1707
|
exclude: [
|
|
1708
1708
|
"npm/",
|
|
@@ -1811,11 +1811,11 @@ var deno_default = {
|
|
|
1811
1811
|
hast: "npm:@types/hast@3.0.3",
|
|
1812
1812
|
unist: "npm:@types/unist@3.0.2",
|
|
1813
1813
|
unified: "npm:unified@11.0.5",
|
|
1814
|
-
ai: "https://esm.sh/ai@5.0.
|
|
1815
|
-
"ai/react": "https://esm.sh/@ai-sdk/react@2.0.
|
|
1816
|
-
"@ai-sdk/react": "https://esm.sh/@ai-sdk/react@2.0.
|
|
1817
|
-
"@ai-sdk/openai": "https://esm.sh/@ai-sdk/openai@2.0.
|
|
1818
|
-
"@ai-sdk/anthropic": "https://esm.sh/@ai-sdk/anthropic@2.0.
|
|
1814
|
+
ai: "https://esm.sh/ai@5.0.76?deps=react@18.3.1,react-dom@18.3.1",
|
|
1815
|
+
"ai/react": "https://esm.sh/@ai-sdk/react@2.0.1?deps=react@18.3.1,react-dom@18.3.1",
|
|
1816
|
+
"@ai-sdk/react": "https://esm.sh/@ai-sdk/react@2.0.1?deps=react@18.3.1,react-dom@18.3.1",
|
|
1817
|
+
"@ai-sdk/openai": "https://esm.sh/@ai-sdk/openai@2.0.1",
|
|
1818
|
+
"@ai-sdk/anthropic": "https://esm.sh/@ai-sdk/anthropic@2.0.1",
|
|
1819
1819
|
unocss: "https://esm.sh/unocss@0.59.0",
|
|
1820
1820
|
"@unocss/core": "https://esm.sh/@unocss/core@0.59.0",
|
|
1821
1821
|
"@unocss/preset-wind": "https://esm.sh/@unocss/preset-wind@0.59.0",
|