@kungfu-tech/buildchain 4.0.2-alpha.2 → 4.0.2-alpha.21
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 +52 -1
- package/architecture/ci-lane-change-budget.json +349 -0
- package/architecture/internal-capabilities.json +44 -1
- package/architecture/maintainability-debt.json +53 -33
- package/architecture/maintainability-policy.json +20 -15
- package/architecture/v3-core-mechanism-inventory.json +1 -0
- package/architecture/v4-delivery-warrant-shadow-fixtures.json +5 -5
- package/architecture/v4-release-invocation-fixtures.json +20 -0
- package/architecture/v4-release-topology.json +160 -84
- package/architecture/v4-runtime-semantic-closure.json +4 -1
- package/architecture/v4-universal-workflow-bootstrap.json +171 -0
- package/architecture/v4-universal-workflow-fault-campaign.json +72 -0
- package/architecture/v4-universal-workflow-train-admission.json +40 -0
- package/contracts/buildchain-v2-residuals-v1.json +0 -54
- package/contracts/v4-release-invocation-v1.schema.json +50 -2
- package/dist/site/buildchain-contract.json +87 -42
- package/dist/site/buildchain-site.json +15 -10
- package/dist/site/capability-registry.json +1 -1
- package/dist/site/controller-registry.json +46 -10
- package/dist/site/kfd-claims.json +174 -196
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +2 -2
- package/dist/site/node-api-registry.json +95 -20
- package/dist/site/page-registry.json +9 -4
- package/dist/site/public-surface-audit.json +178 -198
- package/dist/site/publication-authority-registry.json +67 -57
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/site-manifest.json +6 -6
- package/dist/site/workflow-registry.json +209 -259
- package/docs/node-api-reference.md +25 -22
- package/docs/reusable-build-surface.md +16 -0
- package/package.json +2 -2
- package/packages/core/buildchain-publication-authority.js +3 -2
- package/packages/core/ci-lane-change-budget.js +14 -1
- package/packages/core/dev-delivery-candidate-identity.js +18 -0
- package/packages/core/dev-delivery-execution-transfer.js +6 -7
- package/packages/core/dev-delivery-warrant-legacy-recovery.js +4 -2
- package/packages/core/dev-delivery-warrant-native-compatibility.js +33 -0
- package/packages/core/dev-delivery-warrant-state.js +42 -26
- package/packages/core/dev-delivery-warrant.js +8 -0
- package/packages/core/dev-delivery-writer-protocol-transition.js +72 -0
- package/packages/core/release-tail-product-capabilities.js +29 -0
- package/packages/core/release-tail-provider-plane.js +3 -3
- package/packages/core/v4-canonical-contracts.js +6 -0
- package/packages/core/v4-product-publication.js +387 -0
- package/packages/core/v4-protected-publication-source.js +93 -0
- package/packages/core/v4-publication-qualification.js +1 -0
- package/packages/core/v4-release-invocation.js +72 -3
- package/packages/core/v4-universal-workflow-bootstrap.js +586 -0
- package/scripts/check-inventory.mjs +13 -22
- package/scripts/check-maintainability.mjs +16 -113
- package/scripts/check-v4-release-topology.mjs +296 -40
- package/scripts/check-v4-universal-workflow-bootstrap.mjs +270 -0
- package/scripts/dev-delivery-warrant-store.mjs +73 -7
- package/scripts/dev-delivery-warrant-transition.mjs +109 -0
- package/scripts/dev-delivery-warrant.mjs +84 -100
- package/scripts/dev-pr-auto-merge.mjs +15 -15
- package/scripts/generate-channel-build-workflow.mjs +5 -1
- package/scripts/generate-channel-promotion-workflow.mjs +5 -3
- package/scripts/generate-v4-universal-workflow-facades.mjs +415 -0
- package/scripts/maintainability-public-surface.mjs +115 -0
- package/scripts/release-candidate-resolver.mjs +23 -24
- package/scripts/resume-from-candidate-run.mjs +16 -17
- package/scripts/universal-facade-maintainability.mjs +82 -0
- package/scripts/v4-product-publication-intent.mjs +114 -0
- package/scripts/v4-release-candidate-adapter.mjs +41 -0
- package/scripts/v4-universal-workflow-backflow.mjs +212 -0
- package/scripts/v4-universal-workflow-engine.mjs +617 -0
- package/scripts/v4-universal-workflow-self-dogfood.mjs +205 -0
- package/templates/universal-buildchain-bootstrap-recovery.yml +282 -0
- package/templates/universal-buildchain-bootstrap.yml +28 -0
|
@@ -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:977a362563fd8fb93571dd670fea95b2285751140bfca2bc4d133123a0b4bb20",
|
|
366
366
|
"capabilityGroup": "api-cli-reference",
|
|
367
367
|
"audience": [
|
|
368
368
|
"agent",
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
"title": "Reusable build surface",
|
|
434
434
|
"path": "docs/reusable-build-surface.md",
|
|
435
435
|
"plane": "use",
|
|
436
|
-
"digest": "sha256:
|
|
436
|
+
"digest": "sha256:0ea67ecc0eb6e4d49f71e11ccd670d442b811c9132736dd8c600d038dc6ebbe9",
|
|
437
437
|
"capabilityGroup": "reusable-build",
|
|
438
438
|
"audience": [
|
|
439
439
|
"consumer",
|
|
@@ -5276,7 +5276,7 @@
|
|
|
5276
5276
|
],
|
|
5277
5277
|
"source": {
|
|
5278
5278
|
"path": "packages/core/buildchain-publication-authority.js",
|
|
5279
|
-
"line":
|
|
5279
|
+
"line": 65
|
|
5280
5280
|
},
|
|
5281
5281
|
"example": "import { buildchainPublicationAuthorityDescriptors } from \"@kungfu-tech/buildchain\";",
|
|
5282
5282
|
"maturity": "stable",
|
|
@@ -5305,7 +5305,7 @@
|
|
|
5305
5305
|
],
|
|
5306
5306
|
"source": {
|
|
5307
5307
|
"path": "packages/core/buildchain-publication-authority.js",
|
|
5308
|
-
"line":
|
|
5308
|
+
"line": 89
|
|
5309
5309
|
},
|
|
5310
5310
|
"example": "import { createBuildchainPublicationAuthorityRegistry } from \"@kungfu-tech/buildchain\";",
|
|
5311
5311
|
"maturity": "stable",
|
|
@@ -5772,7 +5772,7 @@
|
|
|
5772
5772
|
],
|
|
5773
5773
|
"source": {
|
|
5774
5774
|
"path": "packages/core/ci-lane-change-budget.js",
|
|
5775
|
-
"line":
|
|
5775
|
+
"line": 181
|
|
5776
5776
|
},
|
|
5777
5777
|
"example": "import { evaluateCiLaneChangeBudget } from \"@kungfu-tech/buildchain\";",
|
|
5778
5778
|
"maturity": "stable",
|
|
@@ -8149,7 +8149,7 @@
|
|
|
8149
8149
|
],
|
|
8150
8150
|
"source": {
|
|
8151
8151
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
8152
|
-
"line":
|
|
8152
|
+
"line": 520
|
|
8153
8153
|
},
|
|
8154
8154
|
"example": "import { cancelQueuedDevDeliveryCandidate } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
8155
8155
|
"maturity": "stable",
|
|
@@ -8186,7 +8186,7 @@
|
|
|
8186
8186
|
],
|
|
8187
8187
|
"source": {
|
|
8188
8188
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
8189
|
-
"line":
|
|
8189
|
+
"line": 395
|
|
8190
8190
|
},
|
|
8191
8191
|
"example": "import { closeDevDeliveryWarrant } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
8192
8192
|
"maturity": "stable",
|
|
@@ -8291,6 +8291,30 @@
|
|
|
8291
8291
|
"agent"
|
|
8292
8292
|
]
|
|
8293
8293
|
},
|
|
8294
|
+
{
|
|
8295
|
+
"id": "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_MINIMUM_WRITER_PROTOCOL_ROOT",
|
|
8296
|
+
"name": "DEV_DELIVERY_MINIMUM_WRITER_PROTOCOL_ROOT",
|
|
8297
|
+
"kind": "value",
|
|
8298
|
+
"signature": "DEV_DELIVERY_MINIMUM_WRITER_PROTOCOL_ROOT",
|
|
8299
|
+
"parameters": [],
|
|
8300
|
+
"returns": "unknown",
|
|
8301
|
+
"errors": [
|
|
8302
|
+
"No narrower error contract was mechanically discoverable."
|
|
8303
|
+
],
|
|
8304
|
+
"sideEffects": [
|
|
8305
|
+
"unknown"
|
|
8306
|
+
],
|
|
8307
|
+
"source": {
|
|
8308
|
+
"path": "packages/core/dev-delivery-warrant.js",
|
|
8309
|
+
"line": 1
|
|
8310
|
+
},
|
|
8311
|
+
"example": "import { DEV_DELIVERY_MINIMUM_WRITER_PROTOCOL_ROOT } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
8312
|
+
"maturity": "stable",
|
|
8313
|
+
"audience": [
|
|
8314
|
+
"developer",
|
|
8315
|
+
"agent"
|
|
8316
|
+
]
|
|
8317
|
+
},
|
|
8294
8318
|
{
|
|
8295
8319
|
"id": "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_PRIORITIES",
|
|
8296
8320
|
"name": "DEV_DELIVERY_PRIORITIES",
|
|
@@ -8459,6 +8483,54 @@
|
|
|
8459
8483
|
"agent"
|
|
8460
8484
|
]
|
|
8461
8485
|
},
|
|
8486
|
+
{
|
|
8487
|
+
"id": "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_WRITER_PROTOCOL_FENCE_RECEIPT_SCHEMA",
|
|
8488
|
+
"name": "DEV_DELIVERY_WRITER_PROTOCOL_FENCE_RECEIPT_SCHEMA",
|
|
8489
|
+
"kind": "value",
|
|
8490
|
+
"signature": "DEV_DELIVERY_WRITER_PROTOCOL_FENCE_RECEIPT_SCHEMA",
|
|
8491
|
+
"parameters": [],
|
|
8492
|
+
"returns": "unknown",
|
|
8493
|
+
"errors": [
|
|
8494
|
+
"No narrower error contract was mechanically discoverable."
|
|
8495
|
+
],
|
|
8496
|
+
"sideEffects": [
|
|
8497
|
+
"unknown"
|
|
8498
|
+
],
|
|
8499
|
+
"source": {
|
|
8500
|
+
"path": "packages/core/dev-delivery-warrant.js",
|
|
8501
|
+
"line": 1
|
|
8502
|
+
},
|
|
8503
|
+
"example": "import { DEV_DELIVERY_WRITER_PROTOCOL_FENCE_RECEIPT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
8504
|
+
"maturity": "stable",
|
|
8505
|
+
"audience": [
|
|
8506
|
+
"developer",
|
|
8507
|
+
"agent"
|
|
8508
|
+
]
|
|
8509
|
+
},
|
|
8510
|
+
{
|
|
8511
|
+
"id": "packages/core/dev-delivery-warrant.js#fenceDevDeliveryWriterProtocol",
|
|
8512
|
+
"name": "fenceDevDeliveryWriterProtocol",
|
|
8513
|
+
"kind": "value",
|
|
8514
|
+
"signature": "fenceDevDeliveryWriterProtocol",
|
|
8515
|
+
"parameters": [],
|
|
8516
|
+
"returns": "unknown",
|
|
8517
|
+
"errors": [
|
|
8518
|
+
"No narrower error contract was mechanically discoverable."
|
|
8519
|
+
],
|
|
8520
|
+
"sideEffects": [
|
|
8521
|
+
"unknown"
|
|
8522
|
+
],
|
|
8523
|
+
"source": {
|
|
8524
|
+
"path": "packages/core/dev-delivery-warrant.js",
|
|
8525
|
+
"line": 1
|
|
8526
|
+
},
|
|
8527
|
+
"example": "import { fenceDevDeliveryWriterProtocol } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
8528
|
+
"maturity": "stable",
|
|
8529
|
+
"audience": [
|
|
8530
|
+
"developer",
|
|
8531
|
+
"agent"
|
|
8532
|
+
]
|
|
8533
|
+
},
|
|
8462
8534
|
{
|
|
8463
8535
|
"id": "packages/core/dev-delivery-warrant.js#heartbeatDevDeliveryWarrant",
|
|
8464
8536
|
"name": "heartbeatDevDeliveryWarrant",
|
|
@@ -8487,7 +8559,7 @@
|
|
|
8487
8559
|
],
|
|
8488
8560
|
"source": {
|
|
8489
8561
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
8490
|
-
"line":
|
|
8562
|
+
"line": 266
|
|
8491
8563
|
},
|
|
8492
8564
|
"example": "import { heartbeatDevDeliveryWarrant } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
8493
8565
|
"maturity": "stable",
|
|
@@ -8544,7 +8616,7 @@
|
|
|
8544
8616
|
],
|
|
8545
8617
|
"source": {
|
|
8546
8618
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
8547
|
-
"line":
|
|
8619
|
+
"line": 534
|
|
8548
8620
|
},
|
|
8549
8621
|
"example": "import { observeDevDeliveryQueue } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
8550
8622
|
"maturity": "stable",
|
|
@@ -8568,7 +8640,7 @@
|
|
|
8568
8640
|
],
|
|
8569
8641
|
"source": {
|
|
8570
8642
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
8571
|
-
"line":
|
|
8643
|
+
"line": 391
|
|
8572
8644
|
},
|
|
8573
8645
|
"example": "import { qualifyDevDeliveryWarrant } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
8574
8646
|
"maturity": "stable",
|
|
@@ -8616,7 +8688,7 @@
|
|
|
8616
8688
|
],
|
|
8617
8689
|
"source": {
|
|
8618
8690
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
8619
|
-
"line":
|
|
8691
|
+
"line": 529
|
|
8620
8692
|
},
|
|
8621
8693
|
"example": "import { reconcileDevDeliveryTerminalEvidence } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
8622
8694
|
"maturity": "stable",
|
|
@@ -8649,7 +8721,7 @@
|
|
|
8649
8721
|
],
|
|
8650
8722
|
"source": {
|
|
8651
8723
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
8652
|
-
"line":
|
|
8724
|
+
"line": 312
|
|
8653
8725
|
},
|
|
8654
8726
|
"example": "import { recoverExpiredDevDeliveryWarrant } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
8655
8727
|
"maturity": "stable",
|
|
@@ -8682,7 +8754,7 @@
|
|
|
8682
8754
|
],
|
|
8683
8755
|
"source": {
|
|
8684
8756
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
8685
|
-
"line":
|
|
8757
|
+
"line": 106
|
|
8686
8758
|
},
|
|
8687
8759
|
"example": "import { selectDevDeliveryWarrant } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
8688
8760
|
"maturity": "stable",
|
|
@@ -8706,7 +8778,7 @@
|
|
|
8706
8778
|
],
|
|
8707
8779
|
"source": {
|
|
8708
8780
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
8709
|
-
"line":
|
|
8781
|
+
"line": 523
|
|
8710
8782
|
},
|
|
8711
8783
|
"example": "import { settleDevDeliveryTerminalEvent } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
8712
8784
|
"maturity": "stable",
|
|
@@ -23721,7 +23793,7 @@
|
|
|
23721
23793
|
],
|
|
23722
23794
|
"source": {
|
|
23723
23795
|
"path": "packages/core/release-tail-provider-plane.js",
|
|
23724
|
-
"line":
|
|
23796
|
+
"line": 30
|
|
23725
23797
|
},
|
|
23726
23798
|
"example": "import { RELEASE_TAIL_CAPABILITY_REGISTRY } from \"@kungfu-tech/buildchain\";",
|
|
23727
23799
|
"maturity": "stable",
|
|
@@ -28831,7 +28903,7 @@
|
|
|
28831
28903
|
"specifier": "@kungfu-tech/buildchain/ci-lane-change-budget",
|
|
28832
28904
|
"export": "./ci-lane-change-budget",
|
|
28833
28905
|
"target": "./packages/core/ci-lane-change-budget.js",
|
|
28834
|
-
"digest": "sha256:
|
|
28906
|
+
"digest": "sha256:46ba0887f1be1ed096457ac757d6bc1ca07fac99e7a47e2b7e37c96d632d4bb8",
|
|
28835
28907
|
"summary": "Exact-baseline CI lane admission requiring authority, trigger, concurrency, runner, cancellation, and merge-critical SLO budgets.",
|
|
28836
28908
|
"capabilityGroup": "governance-versioning",
|
|
28837
28909
|
"audience": [
|
|
@@ -29054,14 +29126,14 @@
|
|
|
29054
29126
|
"specifier": "@kungfu-tech/buildchain/dev-delivery-warrant",
|
|
29055
29127
|
"export": "./dev-delivery-warrant",
|
|
29056
29128
|
"target": "./packages/core/dev-delivery-warrant.js",
|
|
29057
|
-
"digest": "sha256:
|
|
29129
|
+
"digest": "sha256:14cc11a84018762f2169ade5e4daf94e2bc30a3f9f2bb1fb52105cd6dc6a0466",
|
|
29058
29130
|
"summary": "Durable fair Dev Delivery Warrant queue, fenced lease, and split source and integration proof APIs.",
|
|
29059
29131
|
"capabilityGroup": "governance-versioning",
|
|
29060
29132
|
"audience": [
|
|
29061
29133
|
"developer",
|
|
29062
29134
|
"agent"
|
|
29063
29135
|
],
|
|
29064
|
-
"symbolCount":
|
|
29136
|
+
"symbolCount": 59,
|
|
29065
29137
|
"symbolIds": [
|
|
29066
29138
|
"packages/core/dev-delivery-warrant.js#cancelQueuedDevDeliveryCandidate",
|
|
29067
29139
|
"packages/core/dev-delivery-proof.js#classifyDevDeliveryDelta",
|
|
@@ -29082,6 +29154,7 @@
|
|
|
29082
29154
|
"packages/core/dev-delivery-warrant.js#DEV_DELIVERY_CANCELLATION_RECEIPT_SCHEMA",
|
|
29083
29155
|
"packages/core/dev-delivery-warrant.js#DEV_DELIVERY_CLASSES",
|
|
29084
29156
|
"packages/core/dev-delivery-warrant.js#DEV_DELIVERY_LEASE_RECEIPT_SCHEMA",
|
|
29157
|
+
"packages/core/dev-delivery-warrant.js#DEV_DELIVERY_MINIMUM_WRITER_PROTOCOL_ROOT",
|
|
29085
29158
|
"packages/core/dev-delivery-warrant.js#DEV_DELIVERY_PRIORITIES",
|
|
29086
29159
|
"packages/core/dev-delivery-native-proof.js#DEV_DELIVERY_QUALIFICATION_RECEIPT_SCHEMA",
|
|
29087
29160
|
"packages/core/dev-delivery-warrant.js#DEV_DELIVERY_QUEUE_CONTRACT",
|
|
@@ -29090,7 +29163,9 @@
|
|
|
29090
29163
|
"packages/core/dev-delivery-warrant.js#DEV_DELIVERY_SUBMISSION_RECEIPT_SCHEMA",
|
|
29091
29164
|
"packages/core/dev-delivery-warrant.js#DEV_DELIVERY_TERMINAL_EVIDENCE_CORRECTION_SCHEMA",
|
|
29092
29165
|
"packages/core/dev-delivery-warrant.js#DEV_DELIVERY_WARRANT_SCHEMA",
|
|
29166
|
+
"packages/core/dev-delivery-warrant.js#DEV_DELIVERY_WRITER_PROTOCOL_FENCE_RECEIPT_SCHEMA",
|
|
29093
29167
|
"packages/core/dev-delivery-common.js#devDeliveryContentRoot",
|
|
29168
|
+
"packages/core/dev-delivery-warrant.js#fenceDevDeliveryWriterProtocol",
|
|
29094
29169
|
"packages/core/dev-delivery-warrant.js#heartbeatDevDeliveryWarrant",
|
|
29095
29170
|
"packages/core/dev-delivery-proof.js#INTEGRATION_DELIVERY_PROOF_SCHEMA",
|
|
29096
29171
|
"packages/core/dev-delivery-native-proof.js#NATIVE_COMMAND_CONTRACT_SCHEMA",
|
|
@@ -29740,7 +29815,7 @@
|
|
|
29740
29815
|
"specifier": "@kungfu-tech/buildchain/v4-publication-qualification",
|
|
29741
29816
|
"export": "./v4-publication-qualification",
|
|
29742
29817
|
"target": "./packages/core/v4-publication-qualification.js",
|
|
29743
|
-
"digest": "sha256:
|
|
29818
|
+
"digest": "sha256:514be74e61aa9e4145b43488a36f44f58e78b5cec67284dbff52a6083e811d96",
|
|
29744
29819
|
"summary": "Sealed v4 candidate, source, artifact, policy, freshness, and command-free promotion admission APIs.",
|
|
29745
29820
|
"capabilityGroup": "release-passport-trust",
|
|
29746
29821
|
"audience": [
|
|
@@ -30381,7 +30456,7 @@
|
|
|
30381
30456
|
"specifier": "@kungfu-tech/buildchain/buildchain-publication-authority",
|
|
30382
30457
|
"export": "./buildchain-publication-authority",
|
|
30383
30458
|
"target": "./packages/core/buildchain-publication-authority.js",
|
|
30384
|
-
"digest": "sha256:
|
|
30459
|
+
"digest": "sha256:3aaf784f43534ad7191e369417760a872973f381dd753a4b1eec22b524f24790",
|
|
30385
30460
|
"summary": "Buildchain-owned closed-world publication authority descriptor registry.",
|
|
30386
30461
|
"capabilityGroup": "release-passport-trust",
|
|
30387
30462
|
"audience": [
|
|
@@ -30960,7 +31035,7 @@
|
|
|
30960
31035
|
"specifier": "@kungfu-tech/buildchain/release-tail-provider-plane",
|
|
30961
31036
|
"export": "./release-tail-provider-plane",
|
|
30962
31037
|
"target": "./packages/core/release-tail-provider-plane.js",
|
|
30963
|
-
"digest": "sha256:
|
|
31038
|
+
"digest": "sha256:079dd76b4fea8226faca1c93e7c8a600424ee9d1a3228d3befdd060acc431d38",
|
|
30964
31039
|
"summary": "Versioned declarative release-tail parsing, deterministic effect planning, durable transaction execution, readback, retry, and rooted receipt APIs.",
|
|
30965
31040
|
"capabilityGroup": "release-passport-trust",
|
|
30966
31041
|
"audience": [
|
|
@@ -31119,7 +31194,7 @@
|
|
|
31119
31194
|
{
|
|
31120
31195
|
"id": "node-api-reference",
|
|
31121
31196
|
"path": "docs/node-api-reference.md",
|
|
31122
|
-
"digest": "sha256:
|
|
31197
|
+
"digest": "sha256:977a362563fd8fb93571dd670fea95b2285751140bfca2bc4d133123a0b4bb20"
|
|
31123
31198
|
},
|
|
31124
31199
|
{
|
|
31125
31200
|
"id": "build-facts",
|