@forgezero/vault 0.1.3 → 0.1.4
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 +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -267,4 +267,4 @@ export declare function systemdCredentials(options?: SystemdCredentialOptions):
|
|
|
267
267
|
readonly name: 'systemd';
|
|
268
268
|
get(reference: string, field: string): Promise<string>;
|
|
269
269
|
};
|
|
270
|
-
export declare const VERSION = "0.1.
|
|
270
|
+
export declare const VERSION = "0.1.4";
|
package/dist/index.js
CHANGED
package/dist/providers.js
CHANGED
package/dist/schema.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
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
3
|
"name": "@forgezero/vault",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -66,10 +66,10 @@
|
|
|
66
66
|
"homepage": "https://www.forgezero.net/docs/vault-package",
|
|
67
67
|
"repository": {
|
|
68
68
|
"type": "git",
|
|
69
|
-
"url": "git+https://github.com/
|
|
69
|
+
"url": "git+https://github.com/forgezero-net/packages.git",
|
|
70
70
|
"directory": "packages/vault"
|
|
71
71
|
},
|
|
72
|
-
"bugs": "https://github.com/
|
|
72
|
+
"bugs": "https://github.com/forgezero-net/packages/issues",
|
|
73
73
|
"sideEffects": false,
|
|
74
74
|
"types": "./dist/index.d.ts",
|
|
75
75
|
"files": [
|