@dzhechkov/harness-core 0.7.2 → 0.7.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/.dz-manifest.json +121 -41
- package/README.md +1 -1
- package/dist/cli-flag-notice.d.ts +50 -0
- package/dist/cli-flag-notice.d.ts.map +1 -0
- package/dist/cli-flag-notice.js +106 -0
- package/dist/cli-flag-notice.js.map +1 -0
- package/dist/event-chain.d.ts +50 -0
- package/dist/event-chain.d.ts.map +1 -1
- package/dist/event-chain.js +31 -0
- package/dist/event-chain.js.map +1 -1
- package/dist/index.d.ts +9 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +7 -3
- package/dist/index.js.map +1 -1
- package/dist/name-check.d.ts +98 -0
- package/dist/name-check.d.ts.map +1 -0
- package/dist/name-check.js +333 -0
- package/dist/name-check.js.map +1 -0
- package/dist/operations.d.ts.map +1 -1
- package/dist/operations.js +33 -5
- package/dist/operations.js.map +1 -1
- package/dist/provenance.d.ts +100 -92
- package/dist/provenance.d.ts.map +1 -1
- package/dist/provenance.js +122 -122
- package/dist/provenance.js.map +1 -1
- package/dist/recall-domain-boost.d.ts +10 -3
- package/dist/recall-domain-boost.d.ts.map +1 -1
- package/dist/recall-domain-boost.js +7 -0
- package/dist/recall-domain-boost.js.map +1 -1
- package/dist/recall-hook-policy.d.ts +15 -0
- package/dist/recall-hook-policy.d.ts.map +1 -1
- package/dist/recall-hook-policy.js +59 -0
- package/dist/recall-hook-policy.js.map +1 -1
- package/dist/recap.d.ts +146 -0
- package/dist/recap.d.ts.map +1 -0
- package/dist/recap.js +346 -0
- package/dist/recap.js.map +1 -0
- package/dist/retro.d.ts +131 -0
- package/dist/retro.d.ts.map +1 -0
- package/dist/retro.js +207 -0
- package/dist/retro.js.map +1 -0
- package/dist/score.d.ts +21 -0
- package/dist/score.d.ts.map +1 -1
- package/dist/score.js +44 -3
- package/dist/score.js.map +1 -1
- package/dist/vector-tier.d.ts +54 -0
- package/dist/vector-tier.d.ts.map +1 -1
- package/dist/vector-tier.js +69 -8
- package/dist/vector-tier.js.map +1 -1
- package/package.json +8 -8
- package/sbom.json +240 -40
- package/src/cli-flag-notice.ts +114 -0
- package/src/event-chain.ts +64 -0
- package/src/index.ts +13 -0
- package/src/name-check.ts +331 -0
- package/src/operations.ts +34 -6
- package/src/provenance.ts +217 -0
- package/src/recall-domain-boost.ts +10 -3
- package/src/recall-hook-policy.ts +60 -0
- package/src/recap.ts +462 -0
- package/src/score.ts +53 -3
- package/src/vector-tier.ts +109 -10
package/sbom.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"hashes": [
|
|
26
26
|
{
|
|
27
27
|
"alg": "SHA-256",
|
|
28
|
-
"content": "
|
|
28
|
+
"content": "83967d19cf4b96532d05077bf752eb34588eb4ff656511180e7784e04cc4317d"
|
|
29
29
|
}
|
|
30
30
|
]
|
|
31
31
|
},
|
|
@@ -709,6 +709,46 @@
|
|
|
709
709
|
}
|
|
710
710
|
]
|
|
711
711
|
},
|
|
712
|
+
{
|
|
713
|
+
"type": "file",
|
|
714
|
+
"name": "dist/cli-flag-notice.d.ts",
|
|
715
|
+
"hashes": [
|
|
716
|
+
{
|
|
717
|
+
"alg": "SHA-256",
|
|
718
|
+
"content": "66d00d2fdbf113f073d71046abf24f75b117b6b0ab57b4a696f868f280327358"
|
|
719
|
+
}
|
|
720
|
+
]
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"type": "file",
|
|
724
|
+
"name": "dist/cli-flag-notice.d.ts.map",
|
|
725
|
+
"hashes": [
|
|
726
|
+
{
|
|
727
|
+
"alg": "SHA-256",
|
|
728
|
+
"content": "a5bc9148dae5808bc60840ec1af6362adba7db4ecef003658df582662e4d2228"
|
|
729
|
+
}
|
|
730
|
+
]
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"type": "file",
|
|
734
|
+
"name": "dist/cli-flag-notice.js",
|
|
735
|
+
"hashes": [
|
|
736
|
+
{
|
|
737
|
+
"alg": "SHA-256",
|
|
738
|
+
"content": "9b3627599a7dd011f0a85a413d0cf727f9f1bb4d49400f27492d30ad51fe3b5a"
|
|
739
|
+
}
|
|
740
|
+
]
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"type": "file",
|
|
744
|
+
"name": "dist/cli-flag-notice.js.map",
|
|
745
|
+
"hashes": [
|
|
746
|
+
{
|
|
747
|
+
"alg": "SHA-256",
|
|
748
|
+
"content": "6f55153a39da8bb9ceb87dff9e47e279f7ce316083454e9b8675685dcc4f959a"
|
|
749
|
+
}
|
|
750
|
+
]
|
|
751
|
+
},
|
|
712
752
|
{
|
|
713
753
|
"type": "file",
|
|
714
754
|
"name": "dist/codex-hooks-assets.d.ts",
|
|
@@ -1195,7 +1235,7 @@
|
|
|
1195
1235
|
"hashes": [
|
|
1196
1236
|
{
|
|
1197
1237
|
"alg": "SHA-256",
|
|
1198
|
-
"content": "
|
|
1238
|
+
"content": "2414c9d733242709baa1f34c003a2f7fa954446e8d132b9ee0c7e87ef41135b1"
|
|
1199
1239
|
}
|
|
1200
1240
|
]
|
|
1201
1241
|
},
|
|
@@ -1205,7 +1245,7 @@
|
|
|
1205
1245
|
"hashes": [
|
|
1206
1246
|
{
|
|
1207
1247
|
"alg": "SHA-256",
|
|
1208
|
-
"content": "
|
|
1248
|
+
"content": "c94f56cfab60c125f22c2ca4f7e0b29e69fe95b1e1ff6a5a77409d582aabec85"
|
|
1209
1249
|
}
|
|
1210
1250
|
]
|
|
1211
1251
|
},
|
|
@@ -1215,7 +1255,7 @@
|
|
|
1215
1255
|
"hashes": [
|
|
1216
1256
|
{
|
|
1217
1257
|
"alg": "SHA-256",
|
|
1218
|
-
"content": "
|
|
1258
|
+
"content": "94f23468a3a149519c22a0f15940732c687724fbe5d06a9644eb7cc10a7edd76"
|
|
1219
1259
|
}
|
|
1220
1260
|
]
|
|
1221
1261
|
},
|
|
@@ -1225,7 +1265,7 @@
|
|
|
1225
1265
|
"hashes": [
|
|
1226
1266
|
{
|
|
1227
1267
|
"alg": "SHA-256",
|
|
1228
|
-
"content": "
|
|
1268
|
+
"content": "af3646d640a123d797d40e12f91958642b6b6d809c9ff226727313f546b23e9f"
|
|
1229
1269
|
}
|
|
1230
1270
|
]
|
|
1231
1271
|
},
|
|
@@ -1555,7 +1595,7 @@
|
|
|
1555
1595
|
"hashes": [
|
|
1556
1596
|
{
|
|
1557
1597
|
"alg": "SHA-256",
|
|
1558
|
-
"content": "
|
|
1598
|
+
"content": "621aa9c4eedd24d78aca445ea8029598a57fe72f1dfc1de80d0b5918ad51c751"
|
|
1559
1599
|
}
|
|
1560
1600
|
]
|
|
1561
1601
|
},
|
|
@@ -1565,7 +1605,7 @@
|
|
|
1565
1605
|
"hashes": [
|
|
1566
1606
|
{
|
|
1567
1607
|
"alg": "SHA-256",
|
|
1568
|
-
"content": "
|
|
1608
|
+
"content": "18557b4da47f8f9f11cd01743e85eddb1498093cdac7301a55f6de84c8910392"
|
|
1569
1609
|
}
|
|
1570
1610
|
]
|
|
1571
1611
|
},
|
|
@@ -1575,7 +1615,7 @@
|
|
|
1575
1615
|
"hashes": [
|
|
1576
1616
|
{
|
|
1577
1617
|
"alg": "SHA-256",
|
|
1578
|
-
"content": "
|
|
1618
|
+
"content": "c8dbe505225e4ab85544d5f9bc4322d0c6a6c5dfb881b28d1319e84c6074243f"
|
|
1579
1619
|
}
|
|
1580
1620
|
]
|
|
1581
1621
|
},
|
|
@@ -1585,7 +1625,7 @@
|
|
|
1585
1625
|
"hashes": [
|
|
1586
1626
|
{
|
|
1587
1627
|
"alg": "SHA-256",
|
|
1588
|
-
"content": "
|
|
1628
|
+
"content": "afc2e6e86d409e7668355af2600dcc8459d6628bb3ad54cc672004ba38ed817d"
|
|
1589
1629
|
}
|
|
1590
1630
|
]
|
|
1591
1631
|
},
|
|
@@ -2069,6 +2109,46 @@
|
|
|
2069
2109
|
}
|
|
2070
2110
|
]
|
|
2071
2111
|
},
|
|
2112
|
+
{
|
|
2113
|
+
"type": "file",
|
|
2114
|
+
"name": "dist/name-check.d.ts",
|
|
2115
|
+
"hashes": [
|
|
2116
|
+
{
|
|
2117
|
+
"alg": "SHA-256",
|
|
2118
|
+
"content": "e51cc3ad302613478e11ac7254bff6a73159a8c9000b80eb78f1e835e891d15c"
|
|
2119
|
+
}
|
|
2120
|
+
]
|
|
2121
|
+
},
|
|
2122
|
+
{
|
|
2123
|
+
"type": "file",
|
|
2124
|
+
"name": "dist/name-check.d.ts.map",
|
|
2125
|
+
"hashes": [
|
|
2126
|
+
{
|
|
2127
|
+
"alg": "SHA-256",
|
|
2128
|
+
"content": "6e2dde7870005e8c5747b4667cd0168c4e35d63bd0099fbc951216c002cf13a8"
|
|
2129
|
+
}
|
|
2130
|
+
]
|
|
2131
|
+
},
|
|
2132
|
+
{
|
|
2133
|
+
"type": "file",
|
|
2134
|
+
"name": "dist/name-check.js",
|
|
2135
|
+
"hashes": [
|
|
2136
|
+
{
|
|
2137
|
+
"alg": "SHA-256",
|
|
2138
|
+
"content": "12d46cd4e8aea69828b32cba892e3cd62e3577ca7333b4b7d6d3116084e59d8f"
|
|
2139
|
+
}
|
|
2140
|
+
]
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
"type": "file",
|
|
2144
|
+
"name": "dist/name-check.js.map",
|
|
2145
|
+
"hashes": [
|
|
2146
|
+
{
|
|
2147
|
+
"alg": "SHA-256",
|
|
2148
|
+
"content": "9dd4e767097bf6f381ba4e82e2bcdc43464d5a01a4b115127eefa8008cbd6ef3"
|
|
2149
|
+
}
|
|
2150
|
+
]
|
|
2151
|
+
},
|
|
2072
2152
|
{
|
|
2073
2153
|
"type": "file",
|
|
2074
2154
|
"name": "dist/named-lock.d.ts",
|
|
@@ -2165,7 +2245,7 @@
|
|
|
2165
2245
|
"hashes": [
|
|
2166
2246
|
{
|
|
2167
2247
|
"alg": "SHA-256",
|
|
2168
|
-
"content": "
|
|
2248
|
+
"content": "b7ef21f41f9757d1d71354291f8c30ecfa6806da06d0aa4a33e6a9fe68d2d1c1"
|
|
2169
2249
|
}
|
|
2170
2250
|
]
|
|
2171
2251
|
},
|
|
@@ -2175,7 +2255,7 @@
|
|
|
2175
2255
|
"hashes": [
|
|
2176
2256
|
{
|
|
2177
2257
|
"alg": "SHA-256",
|
|
2178
|
-
"content": "
|
|
2258
|
+
"content": "d29b15126e458e8a4fab439c95f9d742a1e87650859c8c09980f511db72eff37"
|
|
2179
2259
|
}
|
|
2180
2260
|
]
|
|
2181
2261
|
},
|
|
@@ -2185,7 +2265,7 @@
|
|
|
2185
2265
|
"hashes": [
|
|
2186
2266
|
{
|
|
2187
2267
|
"alg": "SHA-256",
|
|
2188
|
-
"content": "
|
|
2268
|
+
"content": "7d1fa2a80beaaef4315934d4e79341410c2361f40fd013ff303505d6bce379c7"
|
|
2189
2269
|
}
|
|
2190
2270
|
]
|
|
2191
2271
|
},
|
|
@@ -2435,7 +2515,7 @@
|
|
|
2435
2515
|
"hashes": [
|
|
2436
2516
|
{
|
|
2437
2517
|
"alg": "SHA-256",
|
|
2438
|
-
"content": "
|
|
2518
|
+
"content": "25497c798af7e7b614acea014826873c3db41232bdbda57399814b5b8b2e2687"
|
|
2439
2519
|
}
|
|
2440
2520
|
]
|
|
2441
2521
|
},
|
|
@@ -2445,7 +2525,7 @@
|
|
|
2445
2525
|
"hashes": [
|
|
2446
2526
|
{
|
|
2447
2527
|
"alg": "SHA-256",
|
|
2448
|
-
"content": "
|
|
2528
|
+
"content": "ec7f64eb9a3938a446beba21cf1134e901522c87e69639ba2d27fa161a9f0236"
|
|
2449
2529
|
}
|
|
2450
2530
|
]
|
|
2451
2531
|
},
|
|
@@ -2455,7 +2535,7 @@
|
|
|
2455
2535
|
"hashes": [
|
|
2456
2536
|
{
|
|
2457
2537
|
"alg": "SHA-256",
|
|
2458
|
-
"content": "
|
|
2538
|
+
"content": "09bf8999ae95138b5fe21e70af3642cb6bea0593365108e8756e820f53c6aafc"
|
|
2459
2539
|
}
|
|
2460
2540
|
]
|
|
2461
2541
|
},
|
|
@@ -2465,7 +2545,7 @@
|
|
|
2465
2545
|
"hashes": [
|
|
2466
2546
|
{
|
|
2467
2547
|
"alg": "SHA-256",
|
|
2468
|
-
"content": "
|
|
2548
|
+
"content": "db6c50a2c5cbba8dc47671bd540740ed8e3bfbc742a51d9dd3a4ecc343ff32a8"
|
|
2469
2549
|
}
|
|
2470
2550
|
]
|
|
2471
2551
|
},
|
|
@@ -2635,7 +2715,7 @@
|
|
|
2635
2715
|
"hashes": [
|
|
2636
2716
|
{
|
|
2637
2717
|
"alg": "SHA-256",
|
|
2638
|
-
"content": "
|
|
2718
|
+
"content": "3af6fb7420e325684a1b33645630d62710d90b91ab534dfeb4fd0ddea125f7a3"
|
|
2639
2719
|
}
|
|
2640
2720
|
]
|
|
2641
2721
|
},
|
|
@@ -2645,7 +2725,7 @@
|
|
|
2645
2725
|
"hashes": [
|
|
2646
2726
|
{
|
|
2647
2727
|
"alg": "SHA-256",
|
|
2648
|
-
"content": "
|
|
2728
|
+
"content": "fa3b2037cb9aaf03760cca5e0abb51cff3f280222cfbf0cfc0cc039a18932a54"
|
|
2649
2729
|
}
|
|
2650
2730
|
]
|
|
2651
2731
|
},
|
|
@@ -2655,7 +2735,7 @@
|
|
|
2655
2735
|
"hashes": [
|
|
2656
2736
|
{
|
|
2657
2737
|
"alg": "SHA-256",
|
|
2658
|
-
"content": "
|
|
2738
|
+
"content": "e5a79c0d2078025a57f242b4b022a403d1332e4638704b5c2afd98b385a6da66"
|
|
2659
2739
|
}
|
|
2660
2740
|
]
|
|
2661
2741
|
},
|
|
@@ -2665,7 +2745,7 @@
|
|
|
2665
2745
|
"hashes": [
|
|
2666
2746
|
{
|
|
2667
2747
|
"alg": "SHA-256",
|
|
2668
|
-
"content": "
|
|
2748
|
+
"content": "f19c12f0da5163c644769aa836ed7e7a162948fedefb185c7ff366b8d249a059"
|
|
2669
2749
|
}
|
|
2670
2750
|
]
|
|
2671
2751
|
},
|
|
@@ -2675,7 +2755,7 @@
|
|
|
2675
2755
|
"hashes": [
|
|
2676
2756
|
{
|
|
2677
2757
|
"alg": "SHA-256",
|
|
2678
|
-
"content": "
|
|
2758
|
+
"content": "cc8eb4f783c2592d9f4e06f35e74fd51a046dde67dbe1a8fea3c21bf15d14332"
|
|
2679
2759
|
}
|
|
2680
2760
|
]
|
|
2681
2761
|
},
|
|
@@ -2685,7 +2765,7 @@
|
|
|
2685
2765
|
"hashes": [
|
|
2686
2766
|
{
|
|
2687
2767
|
"alg": "SHA-256",
|
|
2688
|
-
"content": "
|
|
2768
|
+
"content": "9b428a9cbcbe24651a08b70f3f205f35a78172cfa4dc4da6a0c733899765aa7a"
|
|
2689
2769
|
}
|
|
2690
2770
|
]
|
|
2691
2771
|
},
|
|
@@ -2695,7 +2775,7 @@
|
|
|
2695
2775
|
"hashes": [
|
|
2696
2776
|
{
|
|
2697
2777
|
"alg": "SHA-256",
|
|
2698
|
-
"content": "
|
|
2778
|
+
"content": "50afae931985ee82a526c01517c02479db8e34f3d5e5b34531bf64de31aa5534"
|
|
2699
2779
|
}
|
|
2700
2780
|
]
|
|
2701
2781
|
},
|
|
@@ -2705,7 +2785,7 @@
|
|
|
2705
2785
|
"hashes": [
|
|
2706
2786
|
{
|
|
2707
2787
|
"alg": "SHA-256",
|
|
2708
|
-
"content": "
|
|
2788
|
+
"content": "15db55ef0c625590db592e2909ee3bd3a4cf09ca8d082b222005633babd71a30"
|
|
2709
2789
|
}
|
|
2710
2790
|
]
|
|
2711
2791
|
},
|
|
@@ -2749,6 +2829,46 @@
|
|
|
2749
2829
|
}
|
|
2750
2830
|
]
|
|
2751
2831
|
},
|
|
2832
|
+
{
|
|
2833
|
+
"type": "file",
|
|
2834
|
+
"name": "dist/recap.d.ts",
|
|
2835
|
+
"hashes": [
|
|
2836
|
+
{
|
|
2837
|
+
"alg": "SHA-256",
|
|
2838
|
+
"content": "d030a9e56f07a646d74f4fed0bb720f4ab83e828c6bf7996aa35f6889ee4df0b"
|
|
2839
|
+
}
|
|
2840
|
+
]
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"type": "file",
|
|
2844
|
+
"name": "dist/recap.d.ts.map",
|
|
2845
|
+
"hashes": [
|
|
2846
|
+
{
|
|
2847
|
+
"alg": "SHA-256",
|
|
2848
|
+
"content": "367d3e1ac843c403dc089ef2b3cf0392b54cf51762f51f11f418fb41b651cfe4"
|
|
2849
|
+
}
|
|
2850
|
+
]
|
|
2851
|
+
},
|
|
2852
|
+
{
|
|
2853
|
+
"type": "file",
|
|
2854
|
+
"name": "dist/recap.js",
|
|
2855
|
+
"hashes": [
|
|
2856
|
+
{
|
|
2857
|
+
"alg": "SHA-256",
|
|
2858
|
+
"content": "0bcfc4c0622484059c428225e5618337259e8b4f8762ba7d8c562ce986cf9fbf"
|
|
2859
|
+
}
|
|
2860
|
+
]
|
|
2861
|
+
},
|
|
2862
|
+
{
|
|
2863
|
+
"type": "file",
|
|
2864
|
+
"name": "dist/recap.js.map",
|
|
2865
|
+
"hashes": [
|
|
2866
|
+
{
|
|
2867
|
+
"alg": "SHA-256",
|
|
2868
|
+
"content": "b1cd82770e8d860ee9ac7fc43157ae63bf990d33ed4c69f7ef554ad6ac333996"
|
|
2869
|
+
}
|
|
2870
|
+
]
|
|
2871
|
+
},
|
|
2752
2872
|
{
|
|
2753
2873
|
"type": "file",
|
|
2754
2874
|
"name": "dist/recommend.d.ts",
|
|
@@ -2949,6 +3069,46 @@
|
|
|
2949
3069
|
}
|
|
2950
3070
|
]
|
|
2951
3071
|
},
|
|
3072
|
+
{
|
|
3073
|
+
"type": "file",
|
|
3074
|
+
"name": "dist/retro.d.ts",
|
|
3075
|
+
"hashes": [
|
|
3076
|
+
{
|
|
3077
|
+
"alg": "SHA-256",
|
|
3078
|
+
"content": "2f76203c306a37f03e1398149d2c3b48e78c33e02d37e6666bc94d1b2db3eb1e"
|
|
3079
|
+
}
|
|
3080
|
+
]
|
|
3081
|
+
},
|
|
3082
|
+
{
|
|
3083
|
+
"type": "file",
|
|
3084
|
+
"name": "dist/retro.d.ts.map",
|
|
3085
|
+
"hashes": [
|
|
3086
|
+
{
|
|
3087
|
+
"alg": "SHA-256",
|
|
3088
|
+
"content": "e56d4b6ad4d3c74bb9b2426a70c66e201d6461965721f0f13d7ec950519b25a4"
|
|
3089
|
+
}
|
|
3090
|
+
]
|
|
3091
|
+
},
|
|
3092
|
+
{
|
|
3093
|
+
"type": "file",
|
|
3094
|
+
"name": "dist/retro.js",
|
|
3095
|
+
"hashes": [
|
|
3096
|
+
{
|
|
3097
|
+
"alg": "SHA-256",
|
|
3098
|
+
"content": "53b75c5be30a9affbe0da9a7e96c3d77d0af5aa3e5e8773aa4da4f4666782e2a"
|
|
3099
|
+
}
|
|
3100
|
+
]
|
|
3101
|
+
},
|
|
3102
|
+
{
|
|
3103
|
+
"type": "file",
|
|
3104
|
+
"name": "dist/retro.js.map",
|
|
3105
|
+
"hashes": [
|
|
3106
|
+
{
|
|
3107
|
+
"alg": "SHA-256",
|
|
3108
|
+
"content": "dbf3dd2ad4597b1a065629c1db6c313fd9b837db4368b798982a78a7245e760b"
|
|
3109
|
+
}
|
|
3110
|
+
]
|
|
3111
|
+
},
|
|
2952
3112
|
{
|
|
2953
3113
|
"type": "file",
|
|
2954
3114
|
"name": "dist/risk-scoring.d.ts",
|
|
@@ -3155,7 +3315,7 @@
|
|
|
3155
3315
|
"hashes": [
|
|
3156
3316
|
{
|
|
3157
3317
|
"alg": "SHA-256",
|
|
3158
|
-
"content": "
|
|
3318
|
+
"content": "337431dbd1999ee5ed97b00080c9044179998b4956381478331eda763cde23da"
|
|
3159
3319
|
}
|
|
3160
3320
|
]
|
|
3161
3321
|
},
|
|
@@ -3165,7 +3325,7 @@
|
|
|
3165
3325
|
"hashes": [
|
|
3166
3326
|
{
|
|
3167
3327
|
"alg": "SHA-256",
|
|
3168
|
-
"content": "
|
|
3328
|
+
"content": "07c589877c4bf8f1a7c673e839e4760efb37143de8c23bc044319c8931d8abd8"
|
|
3169
3329
|
}
|
|
3170
3330
|
]
|
|
3171
3331
|
},
|
|
@@ -3175,7 +3335,7 @@
|
|
|
3175
3335
|
"hashes": [
|
|
3176
3336
|
{
|
|
3177
3337
|
"alg": "SHA-256",
|
|
3178
|
-
"content": "
|
|
3338
|
+
"content": "d104c4e6d4003f424dee7416794e5570b61171bc5567da2ca88084e180ebf674"
|
|
3179
3339
|
}
|
|
3180
3340
|
]
|
|
3181
3341
|
},
|
|
@@ -3185,7 +3345,7 @@
|
|
|
3185
3345
|
"hashes": [
|
|
3186
3346
|
{
|
|
3187
3347
|
"alg": "SHA-256",
|
|
3188
|
-
"content": "
|
|
3348
|
+
"content": "9e1072058014143ec11dd4fa7f13ff73a73eeff6563547d02c63458a5c9f2203"
|
|
3189
3349
|
}
|
|
3190
3350
|
]
|
|
3191
3351
|
},
|
|
@@ -3835,7 +3995,7 @@
|
|
|
3835
3995
|
"hashes": [
|
|
3836
3996
|
{
|
|
3837
3997
|
"alg": "SHA-256",
|
|
3838
|
-
"content": "
|
|
3998
|
+
"content": "4bafc3c274ab27172d39d875b1fac8c0d6738f6efa48d7aca38cfda724cb774a"
|
|
3839
3999
|
}
|
|
3840
4000
|
]
|
|
3841
4001
|
},
|
|
@@ -3845,7 +4005,7 @@
|
|
|
3845
4005
|
"hashes": [
|
|
3846
4006
|
{
|
|
3847
4007
|
"alg": "SHA-256",
|
|
3848
|
-
"content": "
|
|
4008
|
+
"content": "d19593282cef07ecb069e9ae08fbe36b8d235d0df58624cfc34a22f5746cbb4e"
|
|
3849
4009
|
}
|
|
3850
4010
|
]
|
|
3851
4011
|
},
|
|
@@ -3855,7 +4015,7 @@
|
|
|
3855
4015
|
"hashes": [
|
|
3856
4016
|
{
|
|
3857
4017
|
"alg": "SHA-256",
|
|
3858
|
-
"content": "
|
|
4018
|
+
"content": "d3751463c0987bb9b3440d00222218cb2096a1423725bb75b317402e61598264"
|
|
3859
4019
|
}
|
|
3860
4020
|
]
|
|
3861
4021
|
},
|
|
@@ -3865,7 +4025,7 @@
|
|
|
3865
4025
|
"hashes": [
|
|
3866
4026
|
{
|
|
3867
4027
|
"alg": "SHA-256",
|
|
3868
|
-
"content": "
|
|
4028
|
+
"content": "c0033e34c031087b0d4ddef067fa0ea9ee39c1f0dff002275a9da68a5c8b7da8"
|
|
3869
4029
|
}
|
|
3870
4030
|
]
|
|
3871
4031
|
},
|
|
@@ -3995,7 +4155,7 @@
|
|
|
3995
4155
|
"hashes": [
|
|
3996
4156
|
{
|
|
3997
4157
|
"alg": "SHA-256",
|
|
3998
|
-
"content": "
|
|
4158
|
+
"content": "f75e7cb962b7c6e8eb478783369c1e64a8378e4bfd0a8dbcbb4716e6c5ec6f55"
|
|
3999
4159
|
}
|
|
4000
4160
|
]
|
|
4001
4161
|
},
|
|
@@ -4169,6 +4329,16 @@
|
|
|
4169
4329
|
}
|
|
4170
4330
|
]
|
|
4171
4331
|
},
|
|
4332
|
+
{
|
|
4333
|
+
"type": "file",
|
|
4334
|
+
"name": "src/cli-flag-notice.ts",
|
|
4335
|
+
"hashes": [
|
|
4336
|
+
{
|
|
4337
|
+
"alg": "SHA-256",
|
|
4338
|
+
"content": "6fe214c17519ab8e334b59c865fd74fc8ea915fa492d81f5fca03375fb54adc6"
|
|
4339
|
+
}
|
|
4340
|
+
]
|
|
4341
|
+
},
|
|
4172
4342
|
{
|
|
4173
4343
|
"type": "file",
|
|
4174
4344
|
"name": "src/codex-hooks-assets.ts",
|
|
@@ -4295,7 +4465,7 @@
|
|
|
4295
4465
|
"hashes": [
|
|
4296
4466
|
{
|
|
4297
4467
|
"alg": "SHA-256",
|
|
4298
|
-
"content": "
|
|
4468
|
+
"content": "0c81b088e76780fef7dd902c0cd01dd51b4bf192d7fb5241eaf0ecf35dccfbdd"
|
|
4299
4469
|
}
|
|
4300
4470
|
]
|
|
4301
4471
|
},
|
|
@@ -4385,7 +4555,7 @@
|
|
|
4385
4555
|
"hashes": [
|
|
4386
4556
|
{
|
|
4387
4557
|
"alg": "SHA-256",
|
|
4388
|
-
"content": "
|
|
4558
|
+
"content": "4b86db1ce252bdec813ae03456de00d98d9fc2d9d499a2dc88f26756d40f26df"
|
|
4389
4559
|
}
|
|
4390
4560
|
]
|
|
4391
4561
|
},
|
|
@@ -4509,6 +4679,16 @@
|
|
|
4509
4679
|
}
|
|
4510
4680
|
]
|
|
4511
4681
|
},
|
|
4682
|
+
{
|
|
4683
|
+
"type": "file",
|
|
4684
|
+
"name": "src/name-check.ts",
|
|
4685
|
+
"hashes": [
|
|
4686
|
+
{
|
|
4687
|
+
"alg": "SHA-256",
|
|
4688
|
+
"content": "f65b9be8ecb2e0df5851c2bd323863247465381127a57fa9a9fdb51ab0dde0f8"
|
|
4689
|
+
}
|
|
4690
|
+
]
|
|
4691
|
+
},
|
|
4512
4692
|
{
|
|
4513
4693
|
"type": "file",
|
|
4514
4694
|
"name": "src/named-lock.ts",
|
|
@@ -4535,7 +4715,7 @@
|
|
|
4535
4715
|
"hashes": [
|
|
4536
4716
|
{
|
|
4537
4717
|
"alg": "SHA-256",
|
|
4538
|
-
"content": "
|
|
4718
|
+
"content": "ecefd00e2d409aab569cd7f488a72426304a3c9f181b7105fdc03a1cb575de36"
|
|
4539
4719
|
}
|
|
4540
4720
|
]
|
|
4541
4721
|
},
|
|
@@ -4599,6 +4779,16 @@
|
|
|
4599
4779
|
}
|
|
4600
4780
|
]
|
|
4601
4781
|
},
|
|
4782
|
+
{
|
|
4783
|
+
"type": "file",
|
|
4784
|
+
"name": "src/provenance.ts",
|
|
4785
|
+
"hashes": [
|
|
4786
|
+
{
|
|
4787
|
+
"alg": "SHA-256",
|
|
4788
|
+
"content": "d76e4adf1de495beb6c30cc665c17a7d9a43657fb4e1ec0640208b1617a22cb6"
|
|
4789
|
+
}
|
|
4790
|
+
]
|
|
4791
|
+
},
|
|
4602
4792
|
{
|
|
4603
4793
|
"type": "file",
|
|
4604
4794
|
"name": "src/publish-signing.ts",
|
|
@@ -4645,7 +4835,7 @@
|
|
|
4645
4835
|
"hashes": [
|
|
4646
4836
|
{
|
|
4647
4837
|
"alg": "SHA-256",
|
|
4648
|
-
"content": "
|
|
4838
|
+
"content": "54f203fa41c6ef67bd01ea87032f88b039464cce005b9c526e737481377de078"
|
|
4649
4839
|
}
|
|
4650
4840
|
]
|
|
4651
4841
|
},
|
|
@@ -4655,7 +4845,7 @@
|
|
|
4655
4845
|
"hashes": [
|
|
4656
4846
|
{
|
|
4657
4847
|
"alg": "SHA-256",
|
|
4658
|
-
"content": "
|
|
4848
|
+
"content": "6f40ab68a18d3537171af7e6939edc482744a6eff938f90802fed3609e3e2e6e"
|
|
4659
4849
|
}
|
|
4660
4850
|
]
|
|
4661
4851
|
},
|
|
@@ -4669,6 +4859,16 @@
|
|
|
4669
4859
|
}
|
|
4670
4860
|
]
|
|
4671
4861
|
},
|
|
4862
|
+
{
|
|
4863
|
+
"type": "file",
|
|
4864
|
+
"name": "src/recap.ts",
|
|
4865
|
+
"hashes": [
|
|
4866
|
+
{
|
|
4867
|
+
"alg": "SHA-256",
|
|
4868
|
+
"content": "19661ff14fee41eaac8047914b4fdc48212f0b0e74c6fe372ac71e3b251262ab"
|
|
4869
|
+
}
|
|
4870
|
+
]
|
|
4871
|
+
},
|
|
4672
4872
|
{
|
|
4673
4873
|
"type": "file",
|
|
4674
4874
|
"name": "src/recommend.ts",
|
|
@@ -4765,7 +4965,7 @@
|
|
|
4765
4965
|
"hashes": [
|
|
4766
4966
|
{
|
|
4767
4967
|
"alg": "SHA-256",
|
|
4768
|
-
"content": "
|
|
4968
|
+
"content": "94674ad2db1d6cacb5fee303b343b52b2cbf5264885cccb176cd7e54071f3530"
|
|
4769
4969
|
}
|
|
4770
4970
|
]
|
|
4771
4971
|
},
|
|
@@ -4945,7 +5145,7 @@
|
|
|
4945
5145
|
"hashes": [
|
|
4946
5146
|
{
|
|
4947
5147
|
"alg": "SHA-256",
|
|
4948
|
-
"content": "
|
|
5148
|
+
"content": "b26ad5393ef0aa234ad0c0405a8f47c2e316b3523def8ec074d0460703c031ad"
|
|
4949
5149
|
}
|
|
4950
5150
|
]
|
|
4951
5151
|
},
|