@tangle-network/create-agent-app 0.46.28 → 0.46.30

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.46.28",
3
+ "version": "0.46.30",
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",
@@ -10,6 +10,9 @@ minimumReleaseAgeIgnoreMissingTime: false
10
10
  minimumReleaseAgeExclude:
11
11
  - '@tangle-network/*'
12
12
 
13
+ overrides:
14
+ zod: 4.4.3
15
+
13
16
  allowBuilds:
14
17
  '@ax-llm/ax': false
15
18
  cpu-features: false
@@ -10,6 +10,9 @@ minimumReleaseAgeIgnoreMissingTime: false
10
10
  minimumReleaseAgeExclude:
11
11
  - '@tangle-network/*'
12
12
 
13
+ overrides:
14
+ zod: 4.4.3
15
+
13
16
  allowBuilds:
14
17
  '@ax-llm/ax': false
15
18
  better-sqlite3: true