@happyvertical/secrets 0.77.0 → 0.78.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/AGENT.md +1 -1
- package/metadata.json +1 -1
- package/package.json +3 -3
package/AGENT.md
CHANGED
|
@@ -7,7 +7,7 @@ Envelope encryption for per-tenant secret management with pluggable backends
|
|
|
7
7
|
## Package Map
|
|
8
8
|
- Package: `@happyvertical/secrets`
|
|
9
9
|
- Hierarchy path: `@happyvertical/sdk > packages > secrets`
|
|
10
|
-
- Workspace position: `24 of
|
|
10
|
+
- Workspace position: `24 of 31` local packages
|
|
11
11
|
- Internal dependencies: `@happyvertical/sql`, `@happyvertical/utils`
|
|
12
12
|
- Internal dependents: none
|
|
13
13
|
- Knowledge graph files: `AGENT.md`, `metadata.json`, `ecosystem-manifest.json`
|
package/metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/secrets",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.78.0",
|
|
4
4
|
"description": "Envelope encryption for per-tenant secret management with pluggable backends",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"access": "public"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@happyvertical/sql": "0.
|
|
31
|
-
"@happyvertical/utils": "0.
|
|
30
|
+
"@happyvertical/sql": "0.78.0",
|
|
31
|
+
"@happyvertical/utils": "0.78.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/node": "25.0.10",
|