@mondaydotcomorg/atp-provenance 0.19.5 → 0.19.7

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.
Files changed (1) hide show
  1. package/package.json +7 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mondaydotcomorg/atp-provenance",
3
- "version": "0.19.5",
3
+ "version": "0.19.7",
4
4
  "description": "CAMEL-inspired provenance security for LLM applications - track data origin and enforce security policies",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -37,17 +37,20 @@
37
37
  "author": "Agent Tool Protocol Team",
38
38
  "license": "MIT",
39
39
  "dependencies": {
40
- "@mondaydotcomorg/atp-runtime": "0.19.5",
40
+ "@mondaydotcomorg/atp-runtime": "0.19.7",
41
41
  "@types/escodegen": "^0.0.10",
42
42
  "acorn": "^8.11.0",
43
43
  "acorn-walk": "^8.3.0",
44
44
  "escodegen": "^2.1.0",
45
- "nanoid": "^5.0.0",
45
+ "nanoid": "^5.0.0"
46
+ },
47
+ "peerDependencies": {
46
48
  "zod": "^3.25.0"
47
49
  },
48
50
  "devDependencies": {
49
51
  "@types/node": "^20.10.0",
50
- "typescript": "^5.3.0"
52
+ "typescript": "^5.3.0",
53
+ "zod": "^3.25.0"
51
54
  },
52
55
  "repository": {
53
56
  "type": "git",