@alfe.ai/openclaw-secrets 0.2.3 → 0.2.4
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +11 -0
- package/package.json +3 -2
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @alfe.ai/openclaw-secrets
|
|
2
2
|
|
|
3
|
+
## 0.2.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [9beffcc]
|
|
8
|
+
- Updated dependencies [4a4cd3e]
|
|
9
|
+
- Updated dependencies [4a4cd3e]
|
|
10
|
+
- Updated dependencies [48e58c5]
|
|
11
|
+
- Updated dependencies [6cbd063]
|
|
12
|
+
- @alfe.ai/agent-api-client@0.2.0
|
|
13
|
+
|
|
3
14
|
## 0.2.3
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfe.ai/openclaw-secrets",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "OpenClaw plugin — per-scope (org/team/project/agent) encrypted secret store. Agents encrypt/decrypt locally with AES-256-GCM; KMS data keys are fetched via the Alfe secrets service.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -12,10 +12,11 @@
|
|
|
12
12
|
},
|
|
13
13
|
"license": "UNLICENSED",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@alfe.ai/agent-api-client": "0.
|
|
15
|
+
"@alfe.ai/agent-api-client": "0.2.0",
|
|
16
16
|
"@alfe.ai/config": "0.0.9"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
+
"@types/node": "^25.4.0",
|
|
19
20
|
"vitest": "^4.0.18"
|
|
20
21
|
},
|
|
21
22
|
"scripts": {
|