@kya-os/create-mcpi-app 1.7.39-canary.20 → 1.7.39-canary.21
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 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kya-os/create-mcpi-app",
|
|
3
|
-
"version": "1.7.39-canary.
|
|
3
|
+
"version": "1.7.39-canary.21",
|
|
4
4
|
"description": "Bootstrap MCP applications with identity features",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"node-fetch": "^3.3.2",
|
|
39
39
|
"ora": "^8.0.1",
|
|
40
40
|
"zod": "^3.25.76",
|
|
41
|
-
"@kya-os/mcp-i": "1.5.6-canary.
|
|
42
|
-
"@kya-os/mcp-i-cloudflare": "1.4.1-canary.
|
|
41
|
+
"@kya-os/mcp-i": "1.5.6-canary.3",
|
|
42
|
+
"@kya-os/mcp-i-cloudflare": "1.4.1-canary.16"
|
|
43
43
|
},
|
|
44
44
|
"_comment": {
|
|
45
45
|
"node-fetch": "Required by @kya-os/cli-effects (transitive dependency). cli-effects imports node-fetch but doesn't declare it. TODO: Update cli-effects to declare node-fetch or use native fetch (Node 20+)."
|