@absolutejs/policy 0.1.0 → 0.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/policy",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Versioned provider-neutral policy lifecycle, simulation, and AuthZEN adapter for AI agent actions.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -36,7 +36,7 @@
36
36
  "format": "prettier --write \"./**/*.{ts,json,md}\"",
37
37
  "typecheck": "tsc --noEmit",
38
38
  "test": "bun test",
39
- "build": "rm -rf dist && bun build src/index.ts src/manifest.ts --outdir dist --target=bun --external @sinclair/typebox && tsc -p tsconfig.build.json && absolute-manifest emit",
39
+ "build": "rm -rf dist && bun build src/index.ts src/manifest.ts --outdir dist --target=bun --external @absolutejs/manifest --external @sinclair/typebox && tsc -p tsconfig.build.json && absolute-manifest emit",
40
40
  "check:package": "bun run format && bun run typecheck && bun run test && bun run build"
41
41
  },
42
42
  "dependencies": {