@kungfu-tech/buildchain 3.0.6-alpha.3 → 3.0.6-alpha.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/contracts/release-candidate-recovery-v1.schema.json +3 -2
- package/dist/site/buildchain-contract.json +4 -4
- package/dist/site/buildchain-site.json +7 -7
- package/dist/site/kfd-claims.json +2 -2
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +1 -1
- package/dist/site/node-api-registry.json +6 -6
- package/dist/site/page-registry.json +2 -2
- package/dist/site/public-surface-audit.json +1 -1
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/site-manifest.json +5 -5
- package/docs/node-api-reference.md +6 -6
- package/package.json +1 -1
- package/packages/core/release-candidate-recovery.js +33 -13
- package/scripts/check-inventory.mjs +1 -1
- package/scripts/resume-from-candidate-run.mjs +49 -20
|
@@ -44,12 +44,13 @@
|
|
|
44
44
|
"target": {
|
|
45
45
|
"type": "object",
|
|
46
46
|
"additionalProperties": false,
|
|
47
|
-
"required": ["channel", "ref", "sha", "tree"],
|
|
47
|
+
"required": ["channel", "ref", "sha", "tree", "version"],
|
|
48
48
|
"properties": {
|
|
49
49
|
"channel": { "enum": ["alpha", "release", "major"] },
|
|
50
50
|
"ref": { "type": "string" },
|
|
51
51
|
"sha": { "$ref": "#/$defs/gitSha" },
|
|
52
|
-
"tree": { "$ref": "#/$defs/gitSha" }
|
|
52
|
+
"tree": { "$ref": "#/$defs/gitSha" },
|
|
53
|
+
"version": { "type": "string", "minLength": 1 }
|
|
53
54
|
}
|
|
54
55
|
},
|
|
55
56
|
"recovered": {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"product": {
|
|
5
5
|
"name": "Buildchain",
|
|
6
6
|
"package": "@kungfu-tech/buildchain",
|
|
7
|
-
"version": "3.0.6-alpha.
|
|
7
|
+
"version": "3.0.6-alpha.4",
|
|
8
8
|
"repository": "https://github.com/kungfu-systems/buildchain"
|
|
9
9
|
},
|
|
10
10
|
"majorLine": "v3",
|
|
@@ -790,7 +790,7 @@
|
|
|
790
790
|
"manual entries carry source file digests so downstream sites and agents can detect stale hand-written documentation"
|
|
791
791
|
],
|
|
792
792
|
"breakingDigest": "sha256:7d0d2819e3a3e72989d9c57b5efe9d0bc0a79bc0f2c82a0c7b9d6c5a211a91f2",
|
|
793
|
-
"auditDigest": "sha256:
|
|
793
|
+
"auditDigest": "sha256:f24cd2d463263e9309e79c14374762f951d88617f1cd0bee2e5b404bbe39859d"
|
|
794
794
|
},
|
|
795
795
|
{
|
|
796
796
|
"contractVersion": 1,
|
|
@@ -812,7 +812,7 @@
|
|
|
812
812
|
"agents can discover supported Node APIs without importing internal file paths"
|
|
813
813
|
],
|
|
814
814
|
"breakingDigest": "sha256:48f925608d3e2131d90936b07dc2a30341204cae3e6e785c0f77d61ad755c945",
|
|
815
|
-
"auditDigest": "sha256:
|
|
815
|
+
"auditDigest": "sha256:7f3a40e74933c7cf3fe91cca948f61adb011ca772d0cc039c9167a4277575f4a"
|
|
816
816
|
},
|
|
817
817
|
{
|
|
818
818
|
"contractVersion": 1,
|
|
@@ -3714,5 +3714,5 @@
|
|
|
3714
3714
|
}
|
|
3715
3715
|
],
|
|
3716
3716
|
"compatibilityDigest": "sha256:80cfdf1786019217c439810f1a80d2866bf8f7ef35a6fa569e1a687fb2bf4cbe",
|
|
3717
|
-
"contractDigest": "sha256:
|
|
3717
|
+
"contractDigest": "sha256:046dc2789bed166a53ef2662f46562c3d131224973372cbdccda5fc53c000ff4"
|
|
3718
3718
|
}
|