@axtary/policy 0.3.0 → 0.4.0
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/README.md +2 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@ Deterministic policy evaluation and Cedar/OPA mappings for Axtary agent actions.
|
|
|
4
4
|
|
|
5
5
|
Early `0.x` release: the runtime path is real and tested, but the API is not stable yet and may change between minor versions.
|
|
6
6
|
|
|
7
|
+
The source repository is currently private. Public product documentation and runnable guides are at [axtary.com/docs](https://www.axtary.com/docs).
|
|
8
|
+
|
|
7
9
|
```bash
|
|
8
10
|
npm install @axtary/policy
|
|
9
11
|
```
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axtary/policy",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Deterministic policy evaluation and Cedar/OPA mappings for Axtary agent actions.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/Axtary/axtary.git",
|
|
11
11
|
"directory": "packages/policy"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
},
|
|
50
50
|
"types": "./dist/index.d.ts",
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@axtary/actionpass": "^0.
|
|
52
|
+
"@axtary/actionpass": "^0.4.0",
|
|
53
53
|
"zod": "^4.4.3"
|
|
54
54
|
}
|
|
55
55
|
}
|