@kya-os/create-mcpi-app 1.7.39-canary.10 → 1.7.39-canary.12

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.
@@ -597,8 +597,8 @@ main = "src/index.ts"
597
597
  compatibility_date = "2025-06-18"
598
598
  compatibility_flags = ["nodejs_compat"]
599
599
 
600
- # Build configuration
601
- # Exclude native Node.js modules that can't be bundled by esbuild
600
+ # Exclude SWC native bindings and WASM modules from bundling
601
+ # These are loaded dynamically and aren't compatible with esbuild bundling
602
602
  [build]
603
603
  external = [
604
604
  "@swc/core-darwin-arm64",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kya-os/create-mcpi-app",
3
- "version": "1.7.39-canary.10",
3
+ "version": "1.7.39-canary.12",
4
4
  "description": "Bootstrap MCP applications with identity features",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",