@kya-os/create-mcpi-app 1.8.46 → 1.8.47

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.
@@ -694,7 +694,7 @@ jobs:
694
694
  node-version: "20"
695
695
 
696
696
  - name: Install dependencies
697
- run: npm ci
697
+ run: npm install
698
698
 
699
699
  - name: Deploy to Cloudflare
700
700
  uses: cloudflare/wrangler-action@v3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kya-os/create-mcpi-app",
3
- "version": "1.8.46",
3
+ "version": "1.8.47",
4
4
  "description": "Scaffold a new MCP-I application",
5
5
  "type": "module",
6
6
  "main": "./dist/helpers/index.js",