@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 +1 -1
- 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 +5 -5
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.
|
|
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.
|
|
285
|
+
export declare const VERSION = "0.1.8";
|
package/dist/index.js
CHANGED
package/dist/providers.js
CHANGED
package/dist/schema.js
CHANGED
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.
|
|
3
|
+
"version": "0.1.8",
|
|
5
4
|
"type": "module",
|
|
6
|
-
|
|
7
|
-
|
|
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": "
|
|
71
|
+
"directory": "vault"
|
|
72
72
|
},
|
|
73
73
|
"bugs": "https://github.com/forgezero-net/packages/issues",
|
|
74
74
|
"sideEffects": false,
|