install-glo 2.0.0 → 2.0.1
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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "install-glo",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "GLO Loop — AI-powered web vitals optimization engine built with Vercel AI SDK",
|
|
5
5
|
"main": "index.mjs",
|
|
6
6
|
"bin": {
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
"@ai-sdk/openai": "^3.0.47",
|
|
36
36
|
"ai": "^6.0.134",
|
|
37
37
|
"boxen": "^8.0.1",
|
|
38
|
-
"chalk": "^5.4.1"
|
|
38
|
+
"chalk": "^5.4.1",
|
|
39
|
+
"zod": "^3.24.0"
|
|
39
40
|
}
|
|
40
41
|
}
|