@agentproto/secrets 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": "@agentproto/secrets",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "@agentproto/secrets — AIP-19 SECRETS.md reference implementation. A workspace-level manifest format for declaring secret slugs, their purpose, access grants, and audit metadata — without ever storing the values themselves. Hosts resolve slugs against a real vault at reveal time.",
5
5
  "keywords": [
6
6
  "agentproto",
@@ -19,7 +19,7 @@
19
19
  "bugs": {
20
20
  "url": "https://github.com/agentproto/ts/issues"
21
21
  },
22
- "license": "MIT",
22
+ "license": "Apache-2.0",
23
23
  "type": "module",
24
24
  "main": "dist/index.mjs",
25
25
  "module": "dist/index.mjs",
@@ -45,6 +45,16 @@
45
45
  "import": "./dist/seal/index.mjs",
46
46
  "default": "./dist/seal/index.mjs"
47
47
  },
48
+ "./identity": {
49
+ "types": "./dist/identity/index.d.ts",
50
+ "import": "./dist/identity/index.mjs",
51
+ "default": "./dist/identity/index.mjs"
52
+ },
53
+ "./pairing": {
54
+ "types": "./dist/pairing/index.d.ts",
55
+ "import": "./dist/pairing/index.mjs",
56
+ "default": "./dist/pairing/index.mjs"
57
+ },
48
58
  "./provision": {
49
59
  "types": "./dist/provision/index.d.ts",
50
60
  "import": "./dist/provision/index.mjs",
@@ -72,8 +82,8 @@
72
82
  "dependencies": {
73
83
  "gray-matter": "^4.0.3",
74
84
  "zod": "^4.4.3",
75
- "@agentproto/auth": "0.1.0",
76
- "@agentproto/define-doctype": "0.1.0"
85
+ "@agentproto/auth": "0.1.1",
86
+ "@agentproto/define-doctype": "0.1.1"
77
87
  },
78
88
  "devDependencies": {
79
89
  "@types/node": "^25.6.2",