@kungfu-tech/buildchain 3.0.9-alpha.12 → 3.0.9-alpha.13

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.
@@ -21,7 +21,7 @@
21
21
  "contract": "kungfu-buildchain-public-surface-reverse-audit",
22
22
  "path": "dist/site/public-surface-audit.json",
23
23
  "status": "passed",
24
- "sha256": "01b4bbe77fa1f55eb683a370ce39f70cd73c18565e18e9987bd0bb501c8a5d6d",
24
+ "sha256": "a2fe19958218563d996e433a92ca680cc9e56040e28e9cfec4bae1743f21f62b",
25
25
  "summary": {
26
26
  "cliCommandCount": 114,
27
27
  "workflowCount": 69,
@@ -246,7 +246,7 @@
246
246
  "contract": "kungfu-buildchain-public-surface-reverse-audit",
247
247
  "path": "dist/site/public-surface-audit.json",
248
248
  "status": "passed",
249
- "sha256": "01b4bbe77fa1f55eb683a370ce39f70cd73c18565e18e9987bd0bb501c8a5d6d",
249
+ "sha256": "a2fe19958218563d996e433a92ca680cc9e56040e28e9cfec4bae1743f21f62b",
250
250
  "summary": {
251
251
  "cliCommandCount": 114,
252
252
  "workflowCount": 69,
@@ -4,7 +4,7 @@
4
4
  "product": {
5
5
  "id": "kungfu-tech-buildchain",
6
6
  "name": "@kungfu-tech/buildchain",
7
- "version": "3.0.9-alpha.12",
7
+ "version": "3.0.9-alpha.13",
8
8
  "repository": "https://github.com/kungfu-systems/buildchain"
9
9
  },
10
10
  "source": {
@@ -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:3694cb4ecd55b79e45f7643d9e29e1f70139092a3a8c8a84280f9100aee6fc7b",
365
+ "digest": "sha256:354ccb4a6d2b9d2fbf979d4daace49576919299804129a1e8c9f2d12bf826c5e",
366
366
  "capabilityGroup": "api-cli-reference",
367
367
  "audience": [
368
368
  "agent",
@@ -6437,6 +6437,64 @@
6437
6437
  "agent"
6438
6438
  ]
6439
6439
  },
6440
+ {
6441
+ "id": "packages/core/dev-delivery-native-proof.js#createNativeExecutionBinding",
6442
+ "name": "createNativeExecutionBinding",
6443
+ "kind": "function",
6444
+ "signature": "function createNativeExecutionBinding(input = {})",
6445
+ "parameters": [
6446
+ {
6447
+ "name": "input",
6448
+ "signature": "input = {}"
6449
+ }
6450
+ ],
6451
+ "returns": "unknown",
6452
+ "errors": [
6453
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
6454
+ ],
6455
+ "sideEffects": [
6456
+ "none-detected-by-static-source-scan"
6457
+ ],
6458
+ "source": {
6459
+ "path": "packages/core/dev-delivery-native-proof.js",
6460
+ "line": 94
6461
+ },
6462
+ "example": "import { createNativeExecutionBinding } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
6463
+ "maturity": "stable",
6464
+ "audience": [
6465
+ "developer",
6466
+ "agent"
6467
+ ]
6468
+ },
6469
+ {
6470
+ "id": "packages/core/dev-delivery-native-proof.js#createNativeExecutionReceipt",
6471
+ "name": "createNativeExecutionReceipt",
6472
+ "kind": "function",
6473
+ "signature": "function createNativeExecutionReceipt(input = {})",
6474
+ "parameters": [
6475
+ {
6476
+ "name": "input",
6477
+ "signature": "input = {}"
6478
+ }
6479
+ ],
6480
+ "returns": "unknown",
6481
+ "errors": [
6482
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
6483
+ ],
6484
+ "sideEffects": [
6485
+ "none-detected-by-static-source-scan"
6486
+ ],
6487
+ "source": {
6488
+ "path": "packages/core/dev-delivery-native-proof.js",
6489
+ "line": 106
6490
+ },
6491
+ "example": "import { createNativeExecutionReceipt } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
6492
+ "maturity": "stable",
6493
+ "audience": [
6494
+ "developer",
6495
+ "agent"
6496
+ ]
6497
+ },
6440
6498
  {
6441
6499
  "id": "packages/core/dev-delivery-native-proof.js#createNativeProofBaseDelta",
6442
6500
  "name": "createNativeProofBaseDelta",
@@ -6457,7 +6515,7 @@
6457
6515
  ],
6458
6516
  "source": {
6459
6517
  "path": "packages/core/dev-delivery-native-proof.js",
6460
- "line": 58
6518
+ "line": 64
6461
6519
  },
6462
6520
  "example": "import { createNativeProofBaseDelta } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
6463
6521
  "maturity": "stable",
@@ -6486,7 +6544,7 @@
6486
6544
  ],
6487
6545
  "source": {
6488
6546
  "path": "packages/core/dev-delivery-native-proof.js",
6489
- "line": 288
6547
+ "line": 423
6490
6548
  },
6491
6549
  "example": "import { createNativeProofReuseDecision } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
6492
6550
  "maturity": "stable",
@@ -6508,14 +6566,14 @@
6508
6566
  ],
6509
6567
  "returns": "unknown",
6510
6568
  "errors": [
6511
- "Errors from called operations may propagate; no narrower throw contract is declared in source."
6569
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
6512
6570
  ],
6513
6571
  "sideEffects": [
6514
6572
  "none-detected-by-static-source-scan"
6515
6573
  ],
6516
6574
  "source": {
6517
6575
  "path": "packages/core/dev-delivery-native-proof.js",
6518
- "line": 88
6576
+ "line": 161
6519
6577
  },
6520
6578
  "example": "import { createNativeQualificationProof } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
6521
6579
  "maturity": "stable",
@@ -6539,7 +6597,7 @@
6539
6597
  ],
6540
6598
  "source": {
6541
6599
  "path": "packages/core/dev-delivery-native-proof.js",
6542
- "line": 18
6600
+ "line": 24
6543
6601
  },
6544
6602
  "example": "import { DEV_DELIVERY_QUALIFICATION_RECEIPT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
6545
6603
  "maturity": "stable",
@@ -6548,6 +6606,54 @@
6548
6606
  "agent"
6549
6607
  ]
6550
6608
  },
6609
+ {
6610
+ "id": "packages/core/dev-delivery-native-proof.js#NATIVE_EXECUTION_BINDING_SCHEMA",
6611
+ "name": "NATIVE_EXECUTION_BINDING_SCHEMA",
6612
+ "kind": "constant",
6613
+ "signature": "const NATIVE_EXECUTION_BINDING_SCHEMA",
6614
+ "parameters": [],
6615
+ "returns": "value",
6616
+ "errors": [
6617
+ "Import does not declare a throw contract."
6618
+ ],
6619
+ "sideEffects": [
6620
+ "none-on-import"
6621
+ ],
6622
+ "source": {
6623
+ "path": "packages/core/dev-delivery-native-proof.js",
6624
+ "line": 18
6625
+ },
6626
+ "example": "import { NATIVE_EXECUTION_BINDING_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
6627
+ "maturity": "stable",
6628
+ "audience": [
6629
+ "developer",
6630
+ "agent"
6631
+ ]
6632
+ },
6633
+ {
6634
+ "id": "packages/core/dev-delivery-native-proof.js#NATIVE_EXECUTION_RECEIPT_SCHEMA",
6635
+ "name": "NATIVE_EXECUTION_RECEIPT_SCHEMA",
6636
+ "kind": "constant",
6637
+ "signature": "const NATIVE_EXECUTION_RECEIPT_SCHEMA",
6638
+ "parameters": [],
6639
+ "returns": "value",
6640
+ "errors": [
6641
+ "Import does not declare a throw contract."
6642
+ ],
6643
+ "sideEffects": [
6644
+ "none-on-import"
6645
+ ],
6646
+ "source": {
6647
+ "path": "packages/core/dev-delivery-native-proof.js",
6648
+ "line": 20
6649
+ },
6650
+ "example": "import { NATIVE_EXECUTION_RECEIPT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
6651
+ "maturity": "stable",
6652
+ "audience": [
6653
+ "developer",
6654
+ "agent"
6655
+ ]
6656
+ },
6551
6657
  {
6552
6658
  "id": "packages/core/dev-delivery-native-proof.js#NATIVE_PROOF_BASE_DELTA_SCHEMA",
6553
6659
  "name": "NATIVE_PROOF_BASE_DELTA_SCHEMA",
@@ -6563,7 +6669,7 @@
6563
6669
  ],
6564
6670
  "source": {
6565
6671
  "path": "packages/core/dev-delivery-native-proof.js",
6566
- "line": 20
6672
+ "line": 26
6567
6673
  },
6568
6674
  "example": "import { NATIVE_PROOF_BASE_DELTA_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
6569
6675
  "maturity": "stable",
@@ -6587,7 +6693,7 @@
6587
6693
  ],
6588
6694
  "source": {
6589
6695
  "path": "packages/core/dev-delivery-native-proof.js",
6590
- "line": 16
6696
+ "line": 22
6591
6697
  },
6592
6698
  "example": "import { NATIVE_PROOF_REUSE_DECISION_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
6593
6699
  "maturity": "stable",
@@ -6620,6 +6726,39 @@
6620
6726
  "agent"
6621
6727
  ]
6622
6728
  },
6729
+ {
6730
+ "id": "packages/core/dev-delivery-native-proof.js#verifyNativeExecutionReceipt",
6731
+ "name": "verifyNativeExecutionReceipt",
6732
+ "kind": "function",
6733
+ "signature": "function verifyNativeExecutionReceipt(receiptInput, expected = {})",
6734
+ "parameters": [
6735
+ {
6736
+ "name": "receiptInput",
6737
+ "signature": "receiptInput"
6738
+ },
6739
+ {
6740
+ "name": "expected",
6741
+ "signature": "expected = {}"
6742
+ }
6743
+ ],
6744
+ "returns": "unknown",
6745
+ "errors": [
6746
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
6747
+ ],
6748
+ "sideEffects": [
6749
+ "none-detected-by-static-source-scan"
6750
+ ],
6751
+ "source": {
6752
+ "path": "packages/core/dev-delivery-native-proof.js",
6753
+ "line": 127
6754
+ },
6755
+ "example": "import { verifyNativeExecutionReceipt } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
6756
+ "maturity": "stable",
6757
+ "audience": [
6758
+ "developer",
6759
+ "agent"
6760
+ ]
6761
+ },
6623
6762
  {
6624
6763
  "id": "packages/core/dev-delivery-native-proof.js#verifyNativeProofReuseDecision",
6625
6764
  "name": "verifyNativeProofReuseDecision",
@@ -6644,7 +6783,7 @@
6644
6783
  ],
6645
6784
  "source": {
6646
6785
  "path": "packages/core/dev-delivery-native-proof.js",
6647
- "line": 292
6786
+ "line": 427
6648
6787
  },
6649
6788
  "example": "import { verifyNativeProofReuseDecision } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
6650
6789
  "maturity": "stable",
@@ -6677,7 +6816,7 @@
6677
6816
  ],
6678
6817
  "source": {
6679
6818
  "path": "packages/core/dev-delivery-native-proof.js",
6680
- "line": 119
6819
+ "line": 215
6681
6820
  },
6682
6821
  "example": "import { verifyNativeQualificationProof } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
6683
6822
  "maturity": "stable",
@@ -25907,20 +26046,22 @@
25907
26046
  "specifier": "@kungfu-tech/buildchain/dev-delivery-warrant",
25908
26047
  "export": "./dev-delivery-warrant",
25909
26048
  "target": "./packages/core/dev-delivery-warrant.js",
25910
- "digest": "sha256:8693f1bdd159920a4b73dcd740b198170c0c0211810463fb45a5c9625371d1c5",
26049
+ "digest": "sha256:09384bf4419d79ddfada223ee29bd777effabe95aabb11943c6527dac54eac00",
25911
26050
  "summary": "Durable single-flight Warrant queue, fenced lease, and split source and integration proof APIs.",
25912
26051
  "capabilityGroup": "governance-versioning",
25913
26052
  "audience": [
25914
26053
  "developer",
25915
26054
  "agent"
25916
26055
  ],
25917
- "symbolCount": 44,
26056
+ "symbolCount": 49,
25918
26057
  "symbolIds": [
25919
26058
  "packages/core/dev-delivery-warrant.js#cancelQueuedDevDeliveryCandidate",
25920
26059
  "packages/core/dev-delivery-proof.js#classifyDevDeliveryDelta",
25921
26060
  "packages/core/dev-delivery-warrant.js#closeDevDeliveryWarrant",
25922
26061
  "packages/core/dev-delivery-warrant.js#createDevDeliveryQueue",
25923
26062
  "packages/core/dev-delivery-proof.js#createIntegrationDeliveryProof",
26063
+ "packages/core/dev-delivery-native-proof.js#createNativeExecutionBinding",
26064
+ "packages/core/dev-delivery-native-proof.js#createNativeExecutionReceipt",
25924
26065
  "packages/core/dev-delivery-native-proof.js#createNativeProofBaseDelta",
25925
26066
  "packages/core/dev-delivery-native-proof.js#createNativeProofReuseDecision",
25926
26067
  "packages/core/dev-delivery-native-proof.js#createNativeQualificationProof",
@@ -25941,6 +26082,8 @@
25941
26082
  "packages/core/dev-delivery-common.js#devDeliveryContentRoot",
25942
26083
  "packages/core/dev-delivery-warrant.js#heartbeatDevDeliveryWarrant",
25943
26084
  "packages/core/dev-delivery-proof.js#INTEGRATION_DELIVERY_PROOF_SCHEMA",
26085
+ "packages/core/dev-delivery-native-proof.js#NATIVE_EXECUTION_BINDING_SCHEMA",
26086
+ "packages/core/dev-delivery-native-proof.js#NATIVE_EXECUTION_RECEIPT_SCHEMA",
25944
26087
  "packages/core/dev-delivery-native-proof.js#NATIVE_PROOF_BASE_DELTA_SCHEMA",
25945
26088
  "packages/core/dev-delivery-native-proof.js#NATIVE_PROOF_REUSE_DECISION_SCHEMA",
25946
26089
  "packages/core/dev-delivery-native-proof.js#NATIVE_QUALIFICATION_PROOF_SCHEMA",
@@ -25956,6 +26099,7 @@
25956
26099
  "packages/core/dev-delivery-proof.js#SOURCE_QUALIFICATION_PROOF_SCHEMA",
25957
26100
  "packages/core/dev-delivery-warrant.js#submitDevDeliveryCandidate",
25958
26101
  "packages/core/dev-delivery-proof.js#verifyIntegrationDeliveryProof",
26102
+ "packages/core/dev-delivery-native-proof.js#verifyNativeExecutionReceipt",
25959
26103
  "packages/core/dev-delivery-native-proof.js#verifyNativeProofReuseDecision",
25960
26104
  "packages/core/dev-delivery-native-proof.js#verifyNativeQualificationProof",
25961
26105
  "packages/core/dev-delivery-proof.js#verifyProjectCutReplayProof",
@@ -27711,7 +27855,7 @@
27711
27855
  {
27712
27856
  "id": "node-api-reference",
27713
27857
  "path": "docs/node-api-reference.md",
27714
- "digest": "sha256:3694cb4ecd55b79e45f7643d9e29e1f70139092a3a8c8a84280f9100aee6fc7b"
27858
+ "digest": "sha256:354ccb4a6d2b9d2fbf979d4daace49576919299804129a1e8c9f2d12bf826c5e"
27715
27859
  },
27716
27860
  {
27717
27861
  "id": "build-facts",