@tangle-network/create-agent-app 0.44.53 → 0.44.55

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/create-agent-app",
3
- "version": "0.44.53",
3
+ "version": "0.44.55",
4
4
  "description": "Create a tested Tangle agent application with either a tool loop or a complete chat interface.",
5
5
  "keywords": [
6
6
  "tangle",
@@ -13,3 +13,7 @@ allowBuilds:
13
13
  '@ax-llm/ax': false
14
14
  esbuild: true
15
15
  workerd: true
16
+
17
+ overrides:
18
+ # Rolldown 1.1.x installs @emnapi 1.x; wasm-runtime 1.2 requires 2.x.
19
+ '@napi-rs/wasm-runtime': 1.1.6
@@ -14,3 +14,7 @@ allowBuilds:
14
14
  better-sqlite3: true
15
15
  esbuild: true
16
16
  workerd: true
17
+
18
+ overrides:
19
+ # Rolldown 1.1.x installs @emnapi 1.x; wasm-runtime 1.2 requires 2.x.
20
+ '@napi-rs/wasm-runtime': 1.1.6