@forgezero/vault 0.1.26 → 0.1.28
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/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/providers.js +1 -1
- package/dist/schema.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -313,4 +313,4 @@ export declare function systemdCredentials(options?: SystemdCredentialOptions):
|
|
|
313
313
|
readonly name: 'systemd';
|
|
314
314
|
get(reference: string, field: string): Promise<string>;
|
|
315
315
|
};
|
|
316
|
-
export declare const VERSION = "0.1.
|
|
316
|
+
export declare const VERSION = "0.1.28";
|
package/dist/index.js
CHANGED
package/dist/providers.js
CHANGED
package/dist/schema.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forgezero/vault",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.28",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@types/bun": "latest"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@forgezero/runtime": "^0.1.
|
|
49
|
+
"@forgezero/runtime": "^0.1.22"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"@noble/ciphers": "^2.2.0",
|