@forgezero/vault 0.1.23 → 0.1.24

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 CHANGED
@@ -296,4 +296,4 @@ export declare function systemdCredentials(options?: SystemdCredentialOptions):
296
296
  readonly name: 'systemd';
297
297
  get(reference: string, field: string): Promise<string>;
298
298
  };
299
- export declare const VERSION = "0.1.23";
299
+ export declare const VERSION = "0.1.24";
package/dist/index.js CHANGED
@@ -505,7 +505,7 @@ function systemdCredentials(options = {}) {
505
505
  }
506
506
  };
507
507
  }
508
- var VERSION = "0.1.23";
508
+ var VERSION = "0.1.24";
509
509
  export {
510
510
  vaultCredentials,
511
511
  systemdCredentials,
package/dist/providers.js CHANGED
@@ -505,7 +505,7 @@ function systemdCredentials(options = {}) {
505
505
  }
506
506
  };
507
507
  }
508
- var VERSION = "0.1.23";
508
+ var VERSION = "0.1.24";
509
509
 
510
510
  // src/providers.ts
511
511
  var MISSING = new Set(["ENTRY_NOT_FOUND", "VERSION_NOT_FOUND"]);
package/dist/schema.js CHANGED
@@ -505,7 +505,7 @@ function systemdCredentials(options = {}) {
505
505
  }
506
506
  };
507
507
  }
508
- var VERSION = "0.1.23";
508
+ var VERSION = "0.1.24";
509
509
 
510
510
  // src/schema.ts
511
511
  function managedSchemas(vault, options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forgezero/vault",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -49,9 +49,11 @@
49
49
  "@forgezero/runtime": "^0.1.18"
50
50
  },
51
51
  "peerDependencies": {
52
+ "@noble/ciphers": "^2.2.0",
52
53
  "@noble/curves": "^2.2.0",
53
54
  "@noble/post-quantum": "^0.6.1",
54
- "@noble/hashes": "^2.2.0"
55
+ "@noble/hashes": "^2.2.0",
56
+ "@scure/base": "^2.2.0"
55
57
  },
56
58
  "description": "ForgeZero vault client. Credential discovery and versioned secrets through one stable API origin.",
57
59
  "keywords": [