@forgezero/vault 0.1.7 → 0.1.8

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/config.d.ts CHANGED
@@ -11,7 +11,7 @@
11
11
  * A YAML parser is a third-party dependency, and this package claims to have
12
12
  * none — it ends up inside a tenant's production application, where every edge
13
13
  * in its dependency graph is one they did not choose. JSON is in the runtime.
14
- * (`.fz/deploy.yaml` is a different file read by a different tool on our side of
14
+ * (`.fz/deploy.json` is a different file read by a different tool on our side of
15
15
  * the wire, where the dependency is ours to carry.)
16
16
  *
17
17
  * ## What is deliberately NOT in here
package/dist/index.d.ts CHANGED
@@ -282,4 +282,4 @@ export declare function systemdCredentials(options?: SystemdCredentialOptions):
282
282
  readonly name: 'systemd';
283
283
  get(reference: string, field: string): Promise<string>;
284
284
  };
285
- export declare const VERSION = "0.1.7";
285
+ export declare const VERSION = "0.1.8";
package/dist/index.js CHANGED
@@ -382,7 +382,7 @@ function systemdCredentials(options = {}) {
382
382
  }
383
383
  };
384
384
  }
385
- var VERSION = "0.1.7";
385
+ var VERSION = "0.1.8";
386
386
  export {
387
387
  vaultCredentials,
388
388
  systemdCredentials,
package/dist/providers.js CHANGED
@@ -382,7 +382,7 @@ function systemdCredentials(options = {}) {
382
382
  }
383
383
  };
384
384
  }
385
- var VERSION = "0.1.7";
385
+ var VERSION = "0.1.8";
386
386
 
387
387
  // src/providers.ts
388
388
  var MISSING = new Set(["ENTRY_NOT_FOUND", "VERSION_NOT_FOUND"]);
package/dist/schema.js CHANGED
@@ -382,7 +382,7 @@ function systemdCredentials(options = {}) {
382
382
  }
383
383
  };
384
384
  }
385
- var VERSION = "0.1.7";
385
+ var VERSION = "0.1.8";
386
386
 
387
387
  // src/schema.ts
388
388
  function managedSchemas(vault, options = {}) {
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
- "//": "Publishing happens from an operator's machine, not CI \u2014 CLAUDE.md records that the absence of CI is deliberate. npm's `provenance` attests a tarball was built by a recognised CI provider from a named commit, so it cannot be produced here: it was set, and the first publish failed with `Automatic provenance generation not supported for provider: null`. A setting that can never be satisfied is worse than none, because it reads as a guarantee nobody is getting. Restore it the day this publishes from CI, and not before.",
3
2
  "name": "@forgezero/vault",
4
- "version": "0.1.7",
3
+ "version": "0.1.8",
5
4
  "type": "module",
6
- "publishConfig": {
7
- "access": "public"
5
+ "publishConfig": {
6
+ "access": "public",
7
+ "provenance": true
8
8
  },
9
9
  "exports": {
10
10
  ".": {
@@ -68,7 +68,7 @@
68
68
  "repository": {
69
69
  "type": "git",
70
70
  "url": "git+https://github.com/forgezero-net/packages.git",
71
- "directory": "packages/vault"
71
+ "directory": "vault"
72
72
  },
73
73
  "bugs": "https://github.com/forgezero-net/packages/issues",
74
74
  "sideEffects": false,