@openape/proxy 0.2.0 → 0.2.1

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@openape/proxy",
3
3
  "type": "module",
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "description": "OpenApe agent HTTP gateway — forward proxy with grant-based access control",
6
6
  "author": "Patrick Hofmann",
7
7
  "license": "AGPL-3.0-or-later",
@@ -20,8 +20,8 @@
20
20
  "release": "npm pack --dry-run && npm publish --provenance --access public"
21
21
  },
22
22
  "dependencies": {
23
- "@openape/core": "^0.1.0",
24
- "@openape/grants": "^0.1.0",
23
+ "@openape/core": "^0.3.0",
24
+ "@openape/grants": "^0.2.0",
25
25
  "jose": "^5.9.0",
26
26
  "smol-toml": "^1.3.0"
27
27
  },
@@ -1,7 +0,0 @@
1
- shellEmulator: true
2
-
3
- trustPolicy: no-downgrade
4
-
5
- overrides:
6
- '@openape/core': link:../core
7
- '@openape/grants': link:../grants