@forgezero/vault 0.1.28 → 0.1.29

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/README.md CHANGED
@@ -301,7 +301,7 @@ EXTERNAL TENANT scoped API-key seed -> signed HTTPS
301
301
 
302
302
  ## Current implementation boundary
303
303
 
304
- All three trust paths now have code: the platform opens its resident custody key directly, an enrolled tenant agent derives its project binding and keeps every environment in that project in RAM, and createVault automatically uses either the local socket or a hybrid signer derived from an API-key seed. Live SEV-SNP report acquisition and an end-to-end production deployment are still gates; installation alone is not presented as proof.
304
+ All three trust paths now have code: the platform opens its resident custody key directly, an enrolled tenant Agent derives its project binding and retains only exact application-requested coordinates in RAM, and createVault automatically uses either the local socket or a hybrid signer derived from an API-key seed. Live SEV-SNP report acquisition and an end-to-end production deployment are still gates; installation alone is not presented as proof.
305
305
 
306
306
  ## 1. Install
307
307
 
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.28";
316
+ export declare const VERSION = "0.1.29";
package/dist/index.js CHANGED
@@ -572,7 +572,7 @@ function systemdCredentials(options = {}) {
572
572
  }
573
573
  };
574
574
  }
575
- var VERSION = "0.1.28";
575
+ var VERSION = "0.1.29";
576
576
  export {
577
577
  vaultCredentials,
578
578
  systemdCredentials,
package/dist/providers.js CHANGED
@@ -572,7 +572,7 @@ function systemdCredentials(options = {}) {
572
572
  }
573
573
  };
574
574
  }
575
- var VERSION = "0.1.28";
575
+ var VERSION = "0.1.29";
576
576
 
577
577
  // src/providers.ts
578
578
  var MISSING = new Set(["ENTRY_NOT_FOUND", "VERSION_NOT_FOUND"]);
package/dist/schema.js CHANGED
@@ -572,7 +572,7 @@ function systemdCredentials(options = {}) {
572
572
  }
573
573
  };
574
574
  }
575
- var VERSION = "0.1.28";
575
+ var VERSION = "0.1.29";
576
576
 
577
577
  // src/schema.ts
578
578
  function managedSchemas(vault, options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forgezero/vault",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public",