@kya-os/create-mcpi-app 1.8.17 → 1.8.18

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.
@@ -505,7 +505,7 @@ function updateWranglerToml(binding, namespaceId) {
505
505
  return match.replace(/id\\s*=\\s*"[^"]*"/, \`id = "\${namespaceId}"\`);
506
506
  });
507
507
 
508
- fs.outputFileSync(wranglerPath, content);
508
+ fs.writeFileSync(wranglerPath, content);
509
509
  console.log(\`✅ Updated wrangler.toml with \${binding} namespace ID: \${namespaceId}\`);
510
510
  }
511
511
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kya-os/create-mcpi-app",
3
- "version": "1.8.17",
3
+ "version": "1.8.18",
4
4
  "description": "Scaffold a new MCP-I application",
5
5
  "bin": {
6
6
  "create-mcpi-app": "./dist/index.js"