@xemahq/biome-supply-chain 0.3.0 → 0.4.0
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/package.json +6 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xemahq/biome-supply-chain",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Shared cosign supply-chain verification for Xema biomes: the single cosign CLI exec + the signature/provenance verdict enums used by biome-fetcher-api (OCI bundle verification) and xema-store-api. Node-builtins only.",
|
|
5
5
|
"license": "LicenseRef-Xema-BSL-1.1",
|
|
6
6
|
"author": "Neuralchowder Inc. <developer@xema.dev> (https://xema.dev)",
|
|
@@ -21,6 +21,11 @@
|
|
|
21
21
|
"xema-source": "./src/index.ts",
|
|
22
22
|
"default": "./dist/index.js"
|
|
23
23
|
},
|
|
24
|
+
"./verdicts": {
|
|
25
|
+
"types": "./dist/lib/verdicts.d.ts",
|
|
26
|
+
"xema-source": "./src/lib/verdicts.ts",
|
|
27
|
+
"default": "./dist/lib/verdicts.js"
|
|
28
|
+
},
|
|
24
29
|
"./dist/lib/*": {
|
|
25
30
|
"types": "./dist/lib/*.d.ts",
|
|
26
31
|
"default": "./dist/lib/*.js"
|