@kungfu-tech/buildchain 4.0.2-alpha.44 → 4.0.2-alpha.46
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/architecture/agent-change-map.md +1 -1
- package/architecture/maintainability-debt.json +24 -25
- package/architecture/maintainability-policy.json +4 -4
- package/architecture/v4-release-topology.json +9 -6
- package/architecture/v4-universal-workflow-train-admission.json +1 -1
- package/dist/site/buildchain-contract.json +7 -7
- package/dist/site/buildchain-site.json +55 -14
- package/dist/site/capability-registry.json +2 -2
- package/dist/site/kfd-claims.json +29 -5
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +3 -3
- package/dist/site/node-api-registry.json +154 -13
- package/dist/site/page-registry.json +48 -7
- package/dist/site/public-surface-audit.json +7 -3
- package/dist/site/publication-authority-registry.json +5 -17
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/release-provenance.json +2 -1
- package/dist/site/site-manifest.json +7 -7
- package/dist/site/workflow-registry.json +5 -5
- package/docs/MAP.md +1 -0
- package/docs/node-api-reference.md +26 -15
- package/docs/oci-publication.md +82 -0
- package/docs/publish-transaction.md +36 -3
- package/package.json +3 -2
- package/packages/core/buildchain-v4-domain.wasm +0 -0
- package/packages/core/next-development-transition.js +5 -6
- package/packages/core/oci-publication-bundle.js +241 -0
- package/packages/core/publication-sealed-bundle.js +77 -13
- package/packages/core/release-tail-product-capabilities.js +9 -0
- package/packages/core/v4-canonical-contracts.js +1 -0
- package/packages/core/v4-domain-wasm-artifact.js +2 -2
- package/packages/core/v4-product-publication.js +2 -0
- package/scripts/check-v4-release-topology.mjs +14 -4
- package/scripts/generate-channel-promotion-workflow.mjs +2 -19
- package/scripts/generate-v4-universal-workflow-facades.mjs +8 -2
- package/scripts/publication-candidate-kind.mjs +92 -0
- package/scripts/publication-candidate-sealer.mjs +16 -1
- package/scripts/release-candidate-resolver.mjs +6 -17
- package/scripts/resume-from-candidate-run.mjs +10 -17
- package/scripts/site-capability-metadata.mjs +1 -0
- package/scripts/v4-product-publication-intent.mjs +9 -1
- package/scripts/v4-universal-workflow-engine.mjs +2 -0
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"maturity": "stable",
|
|
16
16
|
"counts": {
|
|
17
17
|
"manualCount": 4,
|
|
18
|
-
"pageCount":
|
|
18
|
+
"pageCount": 22,
|
|
19
19
|
"cliCommandCount": 9,
|
|
20
20
|
"nodeApiCount": 0,
|
|
21
21
|
"workflowCount": 0,
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"manualCount": 6,
|
|
89
89
|
"pageCount": 19,
|
|
90
90
|
"cliCommandCount": 10,
|
|
91
|
-
"nodeApiCount":
|
|
91
|
+
"nodeApiCount": 17,
|
|
92
92
|
"workflowCount": 4,
|
|
93
93
|
"actionCount": 2
|
|
94
94
|
},
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"contract": "kungfu-buildchain-public-surface-reverse-audit",
|
|
22
22
|
"path": "dist/site/public-surface-audit.json",
|
|
23
23
|
"status": "passed",
|
|
24
|
-
"sha256": "
|
|
24
|
+
"sha256": "ec0b75ae0358792ffbf30b57463179055b6644e3370cc44ba579e4c1338cfea3",
|
|
25
25
|
"summary": {
|
|
26
26
|
"cliCommandCount": 117,
|
|
27
27
|
"workflowCount": 114,
|
|
28
28
|
"actionCount": 8,
|
|
29
|
-
"sitePageCount":
|
|
29
|
+
"sitePageCount": 88,
|
|
30
30
|
"docCommandRefCount": 1050,
|
|
31
31
|
"failureCount": 0
|
|
32
32
|
},
|
|
@@ -246,12 +246,12 @@
|
|
|
246
246
|
"contract": "kungfu-buildchain-public-surface-reverse-audit",
|
|
247
247
|
"path": "dist/site/public-surface-audit.json",
|
|
248
248
|
"status": "passed",
|
|
249
|
-
"sha256": "
|
|
249
|
+
"sha256": "ec0b75ae0358792ffbf30b57463179055b6644e3370cc44ba579e4c1338cfea3",
|
|
250
250
|
"summary": {
|
|
251
251
|
"cliCommandCount": 117,
|
|
252
252
|
"workflowCount": 114,
|
|
253
253
|
"actionCount": 8,
|
|
254
|
-
"sitePageCount":
|
|
254
|
+
"sitePageCount": 88,
|
|
255
255
|
"docCommandRefCount": 1050,
|
|
256
256
|
"failureCount": 0
|
|
257
257
|
},
|
|
@@ -2215,6 +2215,18 @@
|
|
|
2215
2215
|
"participantFacing": true,
|
|
2216
2216
|
"public": true,
|
|
2217
2217
|
"packageExport": "./buildchain-kfd-claims"
|
|
2218
|
+
},
|
|
2219
|
+
{
|
|
2220
|
+
"id": "export:./oci-publication",
|
|
2221
|
+
"name": "@kungfu-tech/buildchain/oci-publication",
|
|
2222
|
+
"kind": "package-export",
|
|
2223
|
+
"sourcePath": "packages/core/oci-publication-bundle.js",
|
|
2224
|
+
"evidencePath": "packages/core/oci-publication-bundle.js",
|
|
2225
|
+
"availability": "shipped",
|
|
2226
|
+
"visibility": "public",
|
|
2227
|
+
"participantFacing": true,
|
|
2228
|
+
"public": true,
|
|
2229
|
+
"packageExport": "./oci-publication"
|
|
2218
2230
|
}
|
|
2219
2231
|
],
|
|
2220
2232
|
"siteConsumptionContracts": [
|
|
@@ -8465,6 +8477,18 @@
|
|
|
8465
8477
|
"public": true,
|
|
8466
8478
|
"reverseAuditSource": "dist/site/page-registry.json"
|
|
8467
8479
|
},
|
|
8480
|
+
{
|
|
8481
|
+
"id": "site-page:manual:oci-publication",
|
|
8482
|
+
"name": "site-page:manual:oci-publication",
|
|
8483
|
+
"kind": "site-page",
|
|
8484
|
+
"sourcePath": "dist/site/page-registry.json",
|
|
8485
|
+
"evidencePath": "dist/site/page-registry.json",
|
|
8486
|
+
"availability": "shipped",
|
|
8487
|
+
"visibility": "public",
|
|
8488
|
+
"participantFacing": true,
|
|
8489
|
+
"public": true,
|
|
8490
|
+
"reverseAuditSource": "dist/site/page-registry.json"
|
|
8491
|
+
},
|
|
8468
8492
|
{
|
|
8469
8493
|
"id": "site-page:manual:ownership",
|
|
8470
8494
|
"name": "site-page:manual:ownership",
|
|
@@ -9092,6 +9116,6 @@
|
|
|
9092
9116
|
}
|
|
9093
9117
|
}
|
|
9094
9118
|
],
|
|
9095
|
-
"publicSurfaceCount":
|
|
9119
|
+
"publicSurfaceCount": 523
|
|
9096
9120
|
}
|
|
9097
9121
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"title": "Buildchain documentation map",
|
|
10
10
|
"path": "docs/MAP.md",
|
|
11
11
|
"plane": "use",
|
|
12
|
-
"digest": "sha256:
|
|
12
|
+
"digest": "sha256:af7bee38e21a9ada99e1731f3576733f2897f9d19bdbf39eb2781650095ae419",
|
|
13
13
|
"capabilityGroup": "getting-started",
|
|
14
14
|
"audience": [
|
|
15
15
|
"agent",
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
"title": "Generated Node API reference",
|
|
363
363
|
"path": "docs/node-api-reference.md",
|
|
364
364
|
"plane": "use",
|
|
365
|
-
"digest": "sha256:
|
|
365
|
+
"digest": "sha256:69f4e87e7cbf154f4b3241269e806e7998f9a517fb8ada64f120239c49abbd78",
|
|
366
366
|
"capabilityGroup": "api-cli-reference",
|
|
367
367
|
"audience": [
|
|
368
368
|
"agent",
|
|
@@ -462,7 +462,7 @@
|
|
|
462
462
|
"title": "Publish transaction",
|
|
463
463
|
"path": "docs/publish-transaction.md",
|
|
464
464
|
"plane": "verify",
|
|
465
|
-
"digest": "sha256:
|
|
465
|
+
"digest": "sha256:713f4fd2b9e67cefdd394170eea49ddb92e803c2e6adac20d6f3b8b1e431b960",
|
|
466
466
|
"capabilityGroup": "release-passport-trust",
|
|
467
467
|
"audience": [
|
|
468
468
|
"release-operator"
|
|
@@ -15331,7 +15331,7 @@
|
|
|
15331
15331
|
],
|
|
15332
15332
|
"source": {
|
|
15333
15333
|
"path": "packages/core/next-development-transition.js",
|
|
15334
|
-
"line":
|
|
15334
|
+
"line": 343
|
|
15335
15335
|
},
|
|
15336
15336
|
"example": "import { advanceNextDevelopmentTransition } from \"@kungfu-tech/buildchain/next-development-transition\";",
|
|
15337
15337
|
"maturity": "stable",
|
|
@@ -15364,7 +15364,7 @@
|
|
|
15364
15364
|
],
|
|
15365
15365
|
"source": {
|
|
15366
15366
|
"path": "packages/core/next-development-transition.js",
|
|
15367
|
-
"line":
|
|
15367
|
+
"line": 304
|
|
15368
15368
|
},
|
|
15369
15369
|
"example": "import { bindNextDevelopmentAnchor } from \"@kungfu-tech/buildchain/next-development-transition\";",
|
|
15370
15370
|
"maturity": "stable",
|
|
@@ -15393,7 +15393,7 @@
|
|
|
15393
15393
|
],
|
|
15394
15394
|
"source": {
|
|
15395
15395
|
"path": "packages/core/next-development-transition.js",
|
|
15396
|
-
"line":
|
|
15396
|
+
"line": 252
|
|
15397
15397
|
},
|
|
15398
15398
|
"example": "import { createNextDevelopmentTransition } from \"@kungfu-tech/buildchain/next-development-transition\";",
|
|
15399
15399
|
"maturity": "stable",
|
|
@@ -15422,7 +15422,7 @@
|
|
|
15422
15422
|
],
|
|
15423
15423
|
"source": {
|
|
15424
15424
|
"path": "packages/core/next-development-transition.js",
|
|
15425
|
-
"line":
|
|
15425
|
+
"line": 471
|
|
15426
15426
|
},
|
|
15427
15427
|
"example": "import { materializeNextDevelopmentTransition } from \"@kungfu-tech/buildchain/next-development-transition\";",
|
|
15428
15428
|
"maturity": "stable",
|
|
@@ -15628,7 +15628,7 @@
|
|
|
15628
15628
|
],
|
|
15629
15629
|
"source": {
|
|
15630
15630
|
"path": "packages/core/next-development-transition.js",
|
|
15631
|
-
"line":
|
|
15631
|
+
"line": 415
|
|
15632
15632
|
},
|
|
15633
15633
|
"example": "import { recordNextDevelopmentMaterialization } from \"@kungfu-tech/buildchain/next-development-transition\";",
|
|
15634
15634
|
"maturity": "stable",
|
|
@@ -15657,7 +15657,7 @@
|
|
|
15657
15657
|
],
|
|
15658
15658
|
"source": {
|
|
15659
15659
|
"path": "packages/core/next-development-transition.js",
|
|
15660
|
-
"line":
|
|
15660
|
+
"line": 728
|
|
15661
15661
|
},
|
|
15662
15662
|
"example": "import { validateNextDevelopmentTransition } from \"@kungfu-tech/buildchain/next-development-transition\";",
|
|
15663
15663
|
"maturity": "stable",
|
|
@@ -15666,6 +15666,121 @@
|
|
|
15666
15666
|
"agent"
|
|
15667
15667
|
]
|
|
15668
15668
|
},
|
|
15669
|
+
{
|
|
15670
|
+
"id": "packages/core/oci-publication-bundle.js#OCI_FAMILY_SCHEMA",
|
|
15671
|
+
"name": "OCI_FAMILY_SCHEMA",
|
|
15672
|
+
"kind": "constant",
|
|
15673
|
+
"signature": "const OCI_FAMILY_SCHEMA",
|
|
15674
|
+
"parameters": [],
|
|
15675
|
+
"returns": "value",
|
|
15676
|
+
"errors": [
|
|
15677
|
+
"Import does not declare a throw contract."
|
|
15678
|
+
],
|
|
15679
|
+
"sideEffects": [
|
|
15680
|
+
"none-on-import"
|
|
15681
|
+
],
|
|
15682
|
+
"source": {
|
|
15683
|
+
"path": "packages/core/oci-publication-bundle.js",
|
|
15684
|
+
"line": 6
|
|
15685
|
+
},
|
|
15686
|
+
"example": "import { OCI_FAMILY_SCHEMA } from \"@kungfu-tech/buildchain/oci-publication\";",
|
|
15687
|
+
"maturity": "stable",
|
|
15688
|
+
"audience": [
|
|
15689
|
+
"developer",
|
|
15690
|
+
"agent"
|
|
15691
|
+
]
|
|
15692
|
+
},
|
|
15693
|
+
{
|
|
15694
|
+
"id": "packages/core/oci-publication-bundle.js#ociBundleFile",
|
|
15695
|
+
"name": "ociBundleFile",
|
|
15696
|
+
"kind": "function",
|
|
15697
|
+
"signature": "function ociBundleFile(root, relative)",
|
|
15698
|
+
"parameters": [
|
|
15699
|
+
{
|
|
15700
|
+
"name": "root",
|
|
15701
|
+
"signature": "root"
|
|
15702
|
+
},
|
|
15703
|
+
{
|
|
15704
|
+
"name": "relative",
|
|
15705
|
+
"signature": "relative"
|
|
15706
|
+
}
|
|
15707
|
+
],
|
|
15708
|
+
"returns": "unknown",
|
|
15709
|
+
"errors": [
|
|
15710
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
15711
|
+
],
|
|
15712
|
+
"sideEffects": [
|
|
15713
|
+
"none-detected-by-static-source-scan"
|
|
15714
|
+
],
|
|
15715
|
+
"source": {
|
|
15716
|
+
"path": "packages/core/oci-publication-bundle.js",
|
|
15717
|
+
"line": 29
|
|
15718
|
+
},
|
|
15719
|
+
"example": "import { ociBundleFile } from \"@kungfu-tech/buildchain/oci-publication\";",
|
|
15720
|
+
"maturity": "stable",
|
|
15721
|
+
"audience": [
|
|
15722
|
+
"developer",
|
|
15723
|
+
"agent"
|
|
15724
|
+
]
|
|
15725
|
+
},
|
|
15726
|
+
{
|
|
15727
|
+
"id": "packages/core/oci-publication-bundle.js#sealOciPublicationBundle",
|
|
15728
|
+
"name": "sealOciPublicationBundle",
|
|
15729
|
+
"kind": "function",
|
|
15730
|
+
"signature": "function sealOciPublicationBundle({ bundleRoot, body })",
|
|
15731
|
+
"parameters": [
|
|
15732
|
+
{
|
|
15733
|
+
"name": "parameter1",
|
|
15734
|
+
"signature": "{ bundleRoot, body }"
|
|
15735
|
+
}
|
|
15736
|
+
],
|
|
15737
|
+
"returns": "unknown",
|
|
15738
|
+
"errors": [
|
|
15739
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
15740
|
+
],
|
|
15741
|
+
"sideEffects": [
|
|
15742
|
+
"none-detected-by-static-source-scan"
|
|
15743
|
+
],
|
|
15744
|
+
"source": {
|
|
15745
|
+
"path": "packages/core/oci-publication-bundle.js",
|
|
15746
|
+
"line": 10
|
|
15747
|
+
},
|
|
15748
|
+
"example": "import { sealOciPublicationBundle } from \"@kungfu-tech/buildchain/oci-publication\";",
|
|
15749
|
+
"maturity": "stable",
|
|
15750
|
+
"audience": [
|
|
15751
|
+
"developer",
|
|
15752
|
+
"agent"
|
|
15753
|
+
]
|
|
15754
|
+
},
|
|
15755
|
+
{
|
|
15756
|
+
"id": "packages/core/oci-publication-bundle.js#verifyOciPublicationBundle",
|
|
15757
|
+
"name": "verifyOciPublicationBundle",
|
|
15758
|
+
"kind": "function",
|
|
15759
|
+
"signature": "function verifyOciPublicationBundle({ bundleRoot, manifest, repository, sourceSha, version, })",
|
|
15760
|
+
"parameters": [
|
|
15761
|
+
{
|
|
15762
|
+
"name": "parameter1",
|
|
15763
|
+
"signature": "{ bundleRoot, manifest, repository, sourceSha, version, }"
|
|
15764
|
+
}
|
|
15765
|
+
],
|
|
15766
|
+
"returns": "unknown",
|
|
15767
|
+
"errors": [
|
|
15768
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
15769
|
+
],
|
|
15770
|
+
"sideEffects": [
|
|
15771
|
+
"none-detected-by-static-source-scan"
|
|
15772
|
+
],
|
|
15773
|
+
"source": {
|
|
15774
|
+
"path": "packages/core/oci-publication-bundle.js",
|
|
15775
|
+
"line": 114
|
|
15776
|
+
},
|
|
15777
|
+
"example": "import { verifyOciPublicationBundle } from \"@kungfu-tech/buildchain/oci-publication\";",
|
|
15778
|
+
"maturity": "stable",
|
|
15779
|
+
"audience": [
|
|
15780
|
+
"developer",
|
|
15781
|
+
"agent"
|
|
15782
|
+
]
|
|
15783
|
+
},
|
|
15669
15784
|
{
|
|
15670
15785
|
"id": "packages/core/package-manager.js#assertPackageManager",
|
|
15671
15786
|
"name": "assertPackageManager",
|
|
@@ -19395,11 +19510,11 @@
|
|
|
19395
19510
|
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
19396
19511
|
],
|
|
19397
19512
|
"sideEffects": [
|
|
19398
|
-
"
|
|
19513
|
+
"subprocess"
|
|
19399
19514
|
],
|
|
19400
19515
|
"source": {
|
|
19401
19516
|
"path": "packages/core/publication-sealed-bundle.js",
|
|
19402
|
-
"line":
|
|
19517
|
+
"line": 97
|
|
19403
19518
|
},
|
|
19404
19519
|
"example": "import { createPublicationSealedBundle } from \"@kungfu-tech/buildchain\";",
|
|
19405
19520
|
"maturity": "stable",
|
|
@@ -19423,7 +19538,7 @@
|
|
|
19423
19538
|
],
|
|
19424
19539
|
"source": {
|
|
19425
19540
|
"path": "packages/core/publication-sealed-bundle.js",
|
|
19426
|
-
"line":
|
|
19541
|
+
"line": 11
|
|
19427
19542
|
},
|
|
19428
19543
|
"example": "import { PUBLICATION_SEALED_BUNDLE_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
19429
19544
|
"maturity": "stable",
|
|
@@ -19452,7 +19567,7 @@
|
|
|
19452
19567
|
],
|
|
19453
19568
|
"source": {
|
|
19454
19569
|
"path": "packages/core/publication-sealed-bundle.js",
|
|
19455
|
-
"line":
|
|
19570
|
+
"line": 189
|
|
19456
19571
|
},
|
|
19457
19572
|
"example": "import { verifyPublicationSealedBundle } from \"@kungfu-tech/buildchain\";",
|
|
19458
19573
|
"maturity": "stable",
|
|
@@ -30294,7 +30409,7 @@
|
|
|
30294
30409
|
"specifier": "@kungfu-tech/buildchain/publication-sealed-bundle",
|
|
30295
30410
|
"export": "./publication-sealed-bundle",
|
|
30296
30411
|
"target": "./packages/core/publication-sealed-bundle.js",
|
|
30297
|
-
"digest": "sha256:
|
|
30412
|
+
"digest": "sha256:c12ef1e9eaf762059c88f2d69a87a4d1560356cbbb37fb66fda5639c604caa82",
|
|
30298
30413
|
"summary": "Build-once publication bundle manifests and exact-byte resume verification APIs.",
|
|
30299
30414
|
"capabilityGroup": "reusable-build",
|
|
30300
30415
|
"audience": [
|
|
@@ -30728,7 +30843,7 @@
|
|
|
30728
30843
|
"specifier": "@kungfu-tech/buildchain/next-development-transition",
|
|
30729
30844
|
"export": "./next-development-transition",
|
|
30730
30845
|
"target": "./packages/core/next-development-transition.js",
|
|
30731
|
-
"digest": "sha256:
|
|
30846
|
+
"digest": "sha256:c611357000496829a40605ba68755bb62b92d451ab452abcfce8fcd70373dd03",
|
|
30732
30847
|
"summary": "Provider-neutral completed-Alpha preservation and rooted next-development state, version-model, idempotency, and local materialization APIs.",
|
|
30733
30848
|
"capabilityGroup": "governance-versioning",
|
|
30734
30849
|
"audience": [
|
|
@@ -31188,6 +31303,32 @@
|
|
|
31188
31303
|
"deprecationReplacement": "",
|
|
31189
31304
|
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
31190
31305
|
"nonDuplicationRationale": "Existing package subpath retained as the canonical API boundary for this capability."
|
|
31306
|
+
},
|
|
31307
|
+
{
|
|
31308
|
+
"specifier": "@kungfu-tech/buildchain/oci-publication",
|
|
31309
|
+
"export": "./oci-publication",
|
|
31310
|
+
"target": "./packages/core/oci-publication-bundle.js",
|
|
31311
|
+
"digest": "sha256:6783cbeb8ee699b8c4b04ac9f692cdccb4b226872f06f025e1a5e4b49d05e3f5",
|
|
31312
|
+
"summary": "Sealed OCI image family verification, provenance, and smoke evidence APIs.",
|
|
31313
|
+
"capabilityGroup": "reusable-build",
|
|
31314
|
+
"audience": [
|
|
31315
|
+
"developer",
|
|
31316
|
+
"agent"
|
|
31317
|
+
],
|
|
31318
|
+
"symbolCount": 4,
|
|
31319
|
+
"symbolIds": [
|
|
31320
|
+
"packages/core/oci-publication-bundle.js#OCI_FAMILY_SCHEMA",
|
|
31321
|
+
"packages/core/oci-publication-bundle.js#ociBundleFile",
|
|
31322
|
+
"packages/core/oci-publication-bundle.js#sealOciPublicationBundle",
|
|
31323
|
+
"packages/core/oci-publication-bundle.js#verifyOciPublicationBundle"
|
|
31324
|
+
],
|
|
31325
|
+
"owner": "buildchain-core",
|
|
31326
|
+
"maturity": "stable",
|
|
31327
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
31328
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
31329
|
+
"deprecationReplacement": "",
|
|
31330
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
31331
|
+
"nonDuplicationRationale": "Existing package subpath retained as the canonical API boundary for this capability."
|
|
31191
31332
|
}
|
|
31192
31333
|
],
|
|
31193
31334
|
"docs": [
|
|
@@ -31199,7 +31340,7 @@
|
|
|
31199
31340
|
{
|
|
31200
31341
|
"id": "node-api-reference",
|
|
31201
31342
|
"path": "docs/node-api-reference.md",
|
|
31202
|
-
"digest": "sha256:
|
|
31343
|
+
"digest": "sha256:69f4e87e7cbf154f4b3241269e806e7998f9a517fb8ada64f120239c49abbd78"
|
|
31203
31344
|
},
|
|
31204
31345
|
{
|
|
31205
31346
|
"id": "build-facts",
|