@noy-db/at-env 0.3.0-pre.2 → 0.3.0-pre.3
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noy-db/at-env",
|
|
3
|
-
"version": "0.3.0-pre.
|
|
3
|
+
"version": "0.3.0-pre.3",
|
|
4
4
|
"description": "Env-var sealing key provider for noy-db managed-passphrase mode — AES-256-GCM under a key from process.env. Smallest production-shape provider; pair with Kubernetes Secrets / Heroku env / AWS Secrets Manager.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "vLannaAi <vicio@lanna.ai>",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"node": ">=22.0.0"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@noy-db/hub": "0.3.0-pre.
|
|
35
|
+
"@noy-db/hub": "0.3.0-pre.3"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/node": "^22.0.0",
|
|
39
|
-
"@noy-db/
|
|
40
|
-
"@noy-db/
|
|
41
|
-
"@noy-db/
|
|
39
|
+
"@noy-db/hub": "0.3.0-pre.3",
|
|
40
|
+
"@noy-db/to-memory": "0.3.0-pre.3",
|
|
41
|
+
"@noy-db/on-shamir": "0.3.0-pre.3"
|
|
42
42
|
},
|
|
43
43
|
"keywords": [
|
|
44
44
|
"noy-db",
|