@dzhechkov/harness-core 0.4.2 → 0.4.3
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 +104 -28
- package/README.md +3 -2
- package/dist/backlog.d.ts +35 -0
- package/dist/backlog.d.ts.map +1 -1
- package/dist/backlog.js +167 -3
- package/dist/backlog.js.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/loop-plan-graph.d.ts +49 -0
- package/dist/loop-plan-graph.d.ts.map +1 -0
- package/dist/loop-plan-graph.js +128 -0
- package/dist/loop-plan-graph.js.map +1 -0
- package/dist/loop-plan.d.ts.map +1 -1
- package/dist/loop-plan.js +13 -15
- package/dist/loop-plan.js.map +1 -1
- package/dist/model-recommender.d.ts +91 -0
- package/dist/model-recommender.d.ts.map +1 -0
- package/dist/model-recommender.js +186 -0
- package/dist/model-recommender.js.map +1 -0
- package/dist/registry.d.ts.map +1 -1
- package/dist/registry.js +4 -1
- package/dist/registry.js.map +1 -1
- package/dist/trace-bundle.d.ts +209 -0
- package/dist/trace-bundle.d.ts.map +1 -0
- package/dist/trace-bundle.js +601 -0
- package/dist/trace-bundle.js.map +1 -0
- package/dist/usage.d.ts +7 -0
- package/dist/usage.d.ts.map +1 -1
- package/dist/usage.js +30 -2
- package/dist/usage.js.map +1 -1
- package/package.json +3 -3
- package/sbom.json +217 -27
- package/src/backlog.ts +176 -3
- package/src/index.ts +3 -0
- package/src/loop-plan-graph.ts +132 -0
- package/src/loop-plan.ts +13 -15
- package/src/model-recommender.ts +228 -0
- package/src/registry.ts +4 -1
- package/src/trace-bundle.ts +743 -0
- package/src/usage.ts +42 -2
package/sbom.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"hashes": [
|
|
26
26
|
{
|
|
27
27
|
"alg": "SHA-256",
|
|
28
|
-
"content": "
|
|
28
|
+
"content": "d3b77852a0bc48aa5d7c34bbd2baa2bbcf1bc73ea86e23b57a955c5ddf61cd03"
|
|
29
29
|
}
|
|
30
30
|
]
|
|
31
31
|
},
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
"hashes": [
|
|
246
246
|
{
|
|
247
247
|
"alg": "SHA-256",
|
|
248
|
-
"content": "
|
|
248
|
+
"content": "d9881d3518e39c792ab1dc8037048ef4ddd7ba2bb7c368fe03f27c2c16c146e2"
|
|
249
249
|
}
|
|
250
250
|
]
|
|
251
251
|
},
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"hashes": [
|
|
256
256
|
{
|
|
257
257
|
"alg": "SHA-256",
|
|
258
|
-
"content": "
|
|
258
|
+
"content": "0101593a5afa01ff09ee10a015a07236bd0eaf4cd4fb1b2f300953dd28e0256e"
|
|
259
259
|
}
|
|
260
260
|
]
|
|
261
261
|
},
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
"hashes": [
|
|
266
266
|
{
|
|
267
267
|
"alg": "SHA-256",
|
|
268
|
-
"content": "
|
|
268
|
+
"content": "60c746cb0cf853b5e55458195cd1841eca7127698591b6311691202748f409a1"
|
|
269
269
|
}
|
|
270
270
|
]
|
|
271
271
|
},
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
"hashes": [
|
|
276
276
|
{
|
|
277
277
|
"alg": "SHA-256",
|
|
278
|
-
"content": "
|
|
278
|
+
"content": "66524c6cb1a3fe0bdddbd0894f8ff2b215d9bed906a9d81e258d9cfe25e8cb37"
|
|
279
279
|
}
|
|
280
280
|
]
|
|
281
281
|
},
|
|
@@ -1365,7 +1365,7 @@
|
|
|
1365
1365
|
"hashes": [
|
|
1366
1366
|
{
|
|
1367
1367
|
"alg": "SHA-256",
|
|
1368
|
-
"content": "
|
|
1368
|
+
"content": "6f49cadbfa73b5ccc861954bec2901869f87f15c3a4a26a7a3f8496ac86c27a2"
|
|
1369
1369
|
}
|
|
1370
1370
|
]
|
|
1371
1371
|
},
|
|
@@ -1375,7 +1375,7 @@
|
|
|
1375
1375
|
"hashes": [
|
|
1376
1376
|
{
|
|
1377
1377
|
"alg": "SHA-256",
|
|
1378
|
-
"content": "
|
|
1378
|
+
"content": "a77ca65cbeda0f04cff9d4558465b33388a79933a3886bd5c650fcd82a1921d0"
|
|
1379
1379
|
}
|
|
1380
1380
|
]
|
|
1381
1381
|
},
|
|
@@ -1385,7 +1385,7 @@
|
|
|
1385
1385
|
"hashes": [
|
|
1386
1386
|
{
|
|
1387
1387
|
"alg": "SHA-256",
|
|
1388
|
-
"content": "
|
|
1388
|
+
"content": "e7e604b3095646eb0f58175bcbe3b3fc0e2d61a08811245e245e5c6bc5579a38"
|
|
1389
1389
|
}
|
|
1390
1390
|
]
|
|
1391
1391
|
},
|
|
@@ -1395,7 +1395,7 @@
|
|
|
1395
1395
|
"hashes": [
|
|
1396
1396
|
{
|
|
1397
1397
|
"alg": "SHA-256",
|
|
1398
|
-
"content": "
|
|
1398
|
+
"content": "47cc133b797ac0ddbd0dd728230e61e076f25ce5bc03d21a7188d4f924ee40f8"
|
|
1399
1399
|
}
|
|
1400
1400
|
]
|
|
1401
1401
|
},
|
|
@@ -1519,6 +1519,46 @@
|
|
|
1519
1519
|
}
|
|
1520
1520
|
]
|
|
1521
1521
|
},
|
|
1522
|
+
{
|
|
1523
|
+
"type": "file",
|
|
1524
|
+
"name": "dist/loop-plan-graph.d.ts",
|
|
1525
|
+
"hashes": [
|
|
1526
|
+
{
|
|
1527
|
+
"alg": "SHA-256",
|
|
1528
|
+
"content": "fe71784323cc99e6352a5f1fe0dd5149d03dfec9f1ca31f481442e8cab1d8175"
|
|
1529
|
+
}
|
|
1530
|
+
]
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"type": "file",
|
|
1534
|
+
"name": "dist/loop-plan-graph.d.ts.map",
|
|
1535
|
+
"hashes": [
|
|
1536
|
+
{
|
|
1537
|
+
"alg": "SHA-256",
|
|
1538
|
+
"content": "472eec39fa6882d2c9e6109ae1b3b2e0cfbd215bd36e8401d89c1a3fca3915ae"
|
|
1539
|
+
}
|
|
1540
|
+
]
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"type": "file",
|
|
1544
|
+
"name": "dist/loop-plan-graph.js",
|
|
1545
|
+
"hashes": [
|
|
1546
|
+
{
|
|
1547
|
+
"alg": "SHA-256",
|
|
1548
|
+
"content": "cf32f1682fda8fc11e6cea0099c10bbb7029a3287ce6bfb5f9b217393eefaf0e"
|
|
1549
|
+
}
|
|
1550
|
+
]
|
|
1551
|
+
},
|
|
1552
|
+
{
|
|
1553
|
+
"type": "file",
|
|
1554
|
+
"name": "dist/loop-plan-graph.js.map",
|
|
1555
|
+
"hashes": [
|
|
1556
|
+
{
|
|
1557
|
+
"alg": "SHA-256",
|
|
1558
|
+
"content": "d493ae635c2aa738b7cda2a2f3abfc653851025ed2c66132cda1ddd6b908c4d0"
|
|
1559
|
+
}
|
|
1560
|
+
]
|
|
1561
|
+
},
|
|
1522
1562
|
{
|
|
1523
1563
|
"type": "file",
|
|
1524
1564
|
"name": "dist/loop-plan.d.ts",
|
|
@@ -1535,7 +1575,7 @@
|
|
|
1535
1575
|
"hashes": [
|
|
1536
1576
|
{
|
|
1537
1577
|
"alg": "SHA-256",
|
|
1538
|
-
"content": "
|
|
1578
|
+
"content": "c675242b760698382b34576b6e0a29791a9bf90f8c11969f1c7b50dfdcdab090"
|
|
1539
1579
|
}
|
|
1540
1580
|
]
|
|
1541
1581
|
},
|
|
@@ -1545,7 +1585,7 @@
|
|
|
1545
1585
|
"hashes": [
|
|
1546
1586
|
{
|
|
1547
1587
|
"alg": "SHA-256",
|
|
1548
|
-
"content": "
|
|
1588
|
+
"content": "49ca837d8041585638ea5b14ffcc913de77b92aa619512c9cdd2f92c7458e6d5"
|
|
1549
1589
|
}
|
|
1550
1590
|
]
|
|
1551
1591
|
},
|
|
@@ -1555,7 +1595,7 @@
|
|
|
1555
1595
|
"hashes": [
|
|
1556
1596
|
{
|
|
1557
1597
|
"alg": "SHA-256",
|
|
1558
|
-
"content": "
|
|
1598
|
+
"content": "d8cea571b3c22d4e88700c043d138cbb7ce03cd7aaea682185c55010430249e2"
|
|
1559
1599
|
}
|
|
1560
1600
|
]
|
|
1561
1601
|
},
|
|
@@ -1679,6 +1719,46 @@
|
|
|
1679
1719
|
}
|
|
1680
1720
|
]
|
|
1681
1721
|
},
|
|
1722
|
+
{
|
|
1723
|
+
"type": "file",
|
|
1724
|
+
"name": "dist/model-recommender.d.ts",
|
|
1725
|
+
"hashes": [
|
|
1726
|
+
{
|
|
1727
|
+
"alg": "SHA-256",
|
|
1728
|
+
"content": "a81f21f00d29d8c6546a4b37f29770634c78e628980b04d6c53983bacb695f93"
|
|
1729
|
+
}
|
|
1730
|
+
]
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"type": "file",
|
|
1734
|
+
"name": "dist/model-recommender.d.ts.map",
|
|
1735
|
+
"hashes": [
|
|
1736
|
+
{
|
|
1737
|
+
"alg": "SHA-256",
|
|
1738
|
+
"content": "5dbe72bec50be10ac4caef49f427a96f0cd2bae6f0934942b2600f6138313372"
|
|
1739
|
+
}
|
|
1740
|
+
]
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
"type": "file",
|
|
1744
|
+
"name": "dist/model-recommender.js",
|
|
1745
|
+
"hashes": [
|
|
1746
|
+
{
|
|
1747
|
+
"alg": "SHA-256",
|
|
1748
|
+
"content": "469f0c4bc46da3db9d5421d22b4350f51456880519d3e55491dd24c53c12b145"
|
|
1749
|
+
}
|
|
1750
|
+
]
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
"type": "file",
|
|
1754
|
+
"name": "dist/model-recommender.js.map",
|
|
1755
|
+
"hashes": [
|
|
1756
|
+
{
|
|
1757
|
+
"alg": "SHA-256",
|
|
1758
|
+
"content": "29f9f9a64bbd8c88e455f01037262262d894f6defce1f490ecb6a11ce9eee80a"
|
|
1759
|
+
}
|
|
1760
|
+
]
|
|
1761
|
+
},
|
|
1682
1762
|
{
|
|
1683
1763
|
"type": "file",
|
|
1684
1764
|
"name": "dist/mutation-gate.d.ts",
|
|
@@ -2375,7 +2455,7 @@
|
|
|
2375
2455
|
"hashes": [
|
|
2376
2456
|
{
|
|
2377
2457
|
"alg": "SHA-256",
|
|
2378
|
-
"content": "
|
|
2458
|
+
"content": "574749c53f7353fc5ac2e838efab4f782054706de609441c1f4846d2189ba199"
|
|
2379
2459
|
}
|
|
2380
2460
|
]
|
|
2381
2461
|
},
|
|
@@ -2385,7 +2465,7 @@
|
|
|
2385
2465
|
"hashes": [
|
|
2386
2466
|
{
|
|
2387
2467
|
"alg": "SHA-256",
|
|
2388
|
-
"content": "
|
|
2468
|
+
"content": "510128530f4659da0ad504fa9501e09b7127a41e11f0b9d26ed28c8f9ccf9455"
|
|
2389
2469
|
}
|
|
2390
2470
|
]
|
|
2391
2471
|
},
|
|
@@ -2395,7 +2475,7 @@
|
|
|
2395
2475
|
"hashes": [
|
|
2396
2476
|
{
|
|
2397
2477
|
"alg": "SHA-256",
|
|
2398
|
-
"content": "
|
|
2478
|
+
"content": "705b77994594782d44b7379a7aab4fb2008a7fc9c7b1a092470ff350136fbf36"
|
|
2399
2479
|
}
|
|
2400
2480
|
]
|
|
2401
2481
|
},
|
|
@@ -3119,6 +3199,46 @@
|
|
|
3119
3199
|
}
|
|
3120
3200
|
]
|
|
3121
3201
|
},
|
|
3202
|
+
{
|
|
3203
|
+
"type": "file",
|
|
3204
|
+
"name": "dist/trace-bundle.d.ts",
|
|
3205
|
+
"hashes": [
|
|
3206
|
+
{
|
|
3207
|
+
"alg": "SHA-256",
|
|
3208
|
+
"content": "04bc75e31bb1736da910678e84caf1f90adaa840230ac80eb66e92195177fbe3"
|
|
3209
|
+
}
|
|
3210
|
+
]
|
|
3211
|
+
},
|
|
3212
|
+
{
|
|
3213
|
+
"type": "file",
|
|
3214
|
+
"name": "dist/trace-bundle.d.ts.map",
|
|
3215
|
+
"hashes": [
|
|
3216
|
+
{
|
|
3217
|
+
"alg": "SHA-256",
|
|
3218
|
+
"content": "ab444ace1f32d5e40c728c34a42bb45b70b269fc51770ae94ea5b7490d76a4eb"
|
|
3219
|
+
}
|
|
3220
|
+
]
|
|
3221
|
+
},
|
|
3222
|
+
{
|
|
3223
|
+
"type": "file",
|
|
3224
|
+
"name": "dist/trace-bundle.js",
|
|
3225
|
+
"hashes": [
|
|
3226
|
+
{
|
|
3227
|
+
"alg": "SHA-256",
|
|
3228
|
+
"content": "a3c5c852a17904754c33c2660cc533c1affa44ffcf46a087e928ac2921793c70"
|
|
3229
|
+
}
|
|
3230
|
+
]
|
|
3231
|
+
},
|
|
3232
|
+
{
|
|
3233
|
+
"type": "file",
|
|
3234
|
+
"name": "dist/trace-bundle.js.map",
|
|
3235
|
+
"hashes": [
|
|
3236
|
+
{
|
|
3237
|
+
"alg": "SHA-256",
|
|
3238
|
+
"content": "9aafc5fe1b5f3bc878b063b94c7d3a89e4459f999c357252928d7b5498a8a5f7"
|
|
3239
|
+
}
|
|
3240
|
+
]
|
|
3241
|
+
},
|
|
3122
3242
|
{
|
|
3123
3243
|
"type": "file",
|
|
3124
3244
|
"name": "dist/upgrade.d.ts",
|
|
@@ -3165,7 +3285,7 @@
|
|
|
3165
3285
|
"hashes": [
|
|
3166
3286
|
{
|
|
3167
3287
|
"alg": "SHA-256",
|
|
3168
|
-
"content": "
|
|
3288
|
+
"content": "ddd160790a1cd0f5227f0176d5a19efcaef8b6991e7c047d9dca6a9a12868c92"
|
|
3169
3289
|
}
|
|
3170
3290
|
]
|
|
3171
3291
|
},
|
|
@@ -3175,7 +3295,7 @@
|
|
|
3175
3295
|
"hashes": [
|
|
3176
3296
|
{
|
|
3177
3297
|
"alg": "SHA-256",
|
|
3178
|
-
"content": "
|
|
3298
|
+
"content": "dce190662fcd4c96b69304568093fca9cb02decdced85623bfba3b64b18d7c04"
|
|
3179
3299
|
}
|
|
3180
3300
|
]
|
|
3181
3301
|
},
|
|
@@ -3185,7 +3305,7 @@
|
|
|
3185
3305
|
"hashes": [
|
|
3186
3306
|
{
|
|
3187
3307
|
"alg": "SHA-256",
|
|
3188
|
-
"content": "
|
|
3308
|
+
"content": "fc948c27f6706e3f176640acf73397c165cb8a1cedd9efaef687fafa01f708ea"
|
|
3189
3309
|
}
|
|
3190
3310
|
]
|
|
3191
3311
|
},
|
|
@@ -3195,7 +3315,7 @@
|
|
|
3195
3315
|
"hashes": [
|
|
3196
3316
|
{
|
|
3197
3317
|
"alg": "SHA-256",
|
|
3198
|
-
"content": "
|
|
3318
|
+
"content": "8c1908e01561cdf6756f96ed8095a75f1cd06fcc5a2c9629c7463cd2cd531307"
|
|
3199
3319
|
}
|
|
3200
3320
|
]
|
|
3201
3321
|
},
|
|
@@ -3285,7 +3405,7 @@
|
|
|
3285
3405
|
"hashes": [
|
|
3286
3406
|
{
|
|
3287
3407
|
"alg": "SHA-256",
|
|
3288
|
-
"content": "
|
|
3408
|
+
"content": "4e0045cf445e1f6a2e173912acc2ce6b76730dbc0502219d09324644eba71d91"
|
|
3289
3409
|
}
|
|
3290
3410
|
]
|
|
3291
3411
|
},
|
|
@@ -3345,7 +3465,7 @@
|
|
|
3345
3465
|
"hashes": [
|
|
3346
3466
|
{
|
|
3347
3467
|
"alg": "SHA-256",
|
|
3348
|
-
"content": "
|
|
3468
|
+
"content": "c26a2b6d5a05652e959e9f7f80232e67aa1bf38656b90bfe1d9f06bd59fc50b1"
|
|
3349
3469
|
}
|
|
3350
3470
|
]
|
|
3351
3471
|
},
|
|
@@ -3625,7 +3745,7 @@
|
|
|
3625
3745
|
"hashes": [
|
|
3626
3746
|
{
|
|
3627
3747
|
"alg": "SHA-256",
|
|
3628
|
-
"content": "
|
|
3748
|
+
"content": "0eea6f1a656267ca8be5c3543c8136978be7ebfd3ff5ee152b0c3ea645799af6"
|
|
3629
3749
|
}
|
|
3630
3750
|
]
|
|
3631
3751
|
},
|
|
@@ -3659,13 +3779,23 @@
|
|
|
3659
3779
|
}
|
|
3660
3780
|
]
|
|
3661
3781
|
},
|
|
3782
|
+
{
|
|
3783
|
+
"type": "file",
|
|
3784
|
+
"name": "src/loop-plan-graph.ts",
|
|
3785
|
+
"hashes": [
|
|
3786
|
+
{
|
|
3787
|
+
"alg": "SHA-256",
|
|
3788
|
+
"content": "8c07c3df46523b2e562ec2059eb29eeece911ce04bae1896996dbf9bd8364ba7"
|
|
3789
|
+
}
|
|
3790
|
+
]
|
|
3791
|
+
},
|
|
3662
3792
|
{
|
|
3663
3793
|
"type": "file",
|
|
3664
3794
|
"name": "src/loop-plan.ts",
|
|
3665
3795
|
"hashes": [
|
|
3666
3796
|
{
|
|
3667
3797
|
"alg": "SHA-256",
|
|
3668
|
-
"content": "
|
|
3798
|
+
"content": "701c17c11c744a1535993ff37acb2897a105bbc3cb66283f5b64bd0b89c100c7"
|
|
3669
3799
|
}
|
|
3670
3800
|
]
|
|
3671
3801
|
},
|
|
@@ -3699,6 +3829,16 @@
|
|
|
3699
3829
|
}
|
|
3700
3830
|
]
|
|
3701
3831
|
},
|
|
3832
|
+
{
|
|
3833
|
+
"type": "file",
|
|
3834
|
+
"name": "src/model-recommender.ts",
|
|
3835
|
+
"hashes": [
|
|
3836
|
+
{
|
|
3837
|
+
"alg": "SHA-256",
|
|
3838
|
+
"content": "05be71b2064f78904b6c6df74ce00a327857857f0ab8596c53ad722d4897be7d"
|
|
3839
|
+
}
|
|
3840
|
+
]
|
|
3841
|
+
},
|
|
3702
3842
|
{
|
|
3703
3843
|
"type": "file",
|
|
3704
3844
|
"name": "src/mutation-gate.ts",
|
|
@@ -3865,7 +4005,7 @@
|
|
|
3865
4005
|
"hashes": [
|
|
3866
4006
|
{
|
|
3867
4007
|
"alg": "SHA-256",
|
|
3868
|
-
"content": "
|
|
4008
|
+
"content": "67e4995652caaaa3712f2d79633afaf39e5d22656741cd04e9f9e72e2a5d7929"
|
|
3869
4009
|
}
|
|
3870
4010
|
]
|
|
3871
4011
|
},
|
|
@@ -4049,6 +4189,16 @@
|
|
|
4049
4189
|
}
|
|
4050
4190
|
]
|
|
4051
4191
|
},
|
|
4192
|
+
{
|
|
4193
|
+
"type": "file",
|
|
4194
|
+
"name": "src/trace-bundle.ts",
|
|
4195
|
+
"hashes": [
|
|
4196
|
+
{
|
|
4197
|
+
"alg": "SHA-256",
|
|
4198
|
+
"content": "fec8d04a083f96f21d65a0dc1f131cb3cca6101c05f2cadcf540027c2a2a8774"
|
|
4199
|
+
}
|
|
4200
|
+
]
|
|
4201
|
+
},
|
|
4052
4202
|
{
|
|
4053
4203
|
"type": "file",
|
|
4054
4204
|
"name": "src/upgrade.ts",
|
|
@@ -4065,7 +4215,7 @@
|
|
|
4065
4215
|
"hashes": [
|
|
4066
4216
|
{
|
|
4067
4217
|
"alg": "SHA-256",
|
|
4068
|
-
"content": "
|
|
4218
|
+
"content": "71c4f4ae735f1fb7f5c386891e628d76d09548399d515c82ebfaa496d07a2ba9"
|
|
4069
4219
|
}
|
|
4070
4220
|
]
|
|
4071
4221
|
},
|
|
@@ -4149,6 +4299,16 @@
|
|
|
4149
4299
|
}
|
|
4150
4300
|
]
|
|
4151
4301
|
},
|
|
4302
|
+
{
|
|
4303
|
+
"type": "file",
|
|
4304
|
+
"name": "test/backlog-edit.test.ts",
|
|
4305
|
+
"hashes": [
|
|
4306
|
+
{
|
|
4307
|
+
"alg": "SHA-256",
|
|
4308
|
+
"content": "e373a7d1526a05ae342ab42e91a233db83a68467def0a60d480cd295e6933b50"
|
|
4309
|
+
}
|
|
4310
|
+
]
|
|
4311
|
+
},
|
|
4152
4312
|
{
|
|
4153
4313
|
"type": "file",
|
|
4154
4314
|
"name": "test/backlog-live.test.ts",
|
|
@@ -4765,7 +4925,7 @@
|
|
|
4765
4925
|
"hashes": [
|
|
4766
4926
|
{
|
|
4767
4927
|
"alg": "SHA-256",
|
|
4768
|
-
"content": "
|
|
4928
|
+
"content": "e8732fadbe26cf8a0f85cc0aad90b34d0859ad98003351a1f1776f5bea777bb9"
|
|
4769
4929
|
}
|
|
4770
4930
|
]
|
|
4771
4931
|
},
|
|
@@ -4829,6 +4989,16 @@
|
|
|
4829
4989
|
}
|
|
4830
4990
|
]
|
|
4831
4991
|
},
|
|
4992
|
+
{
|
|
4993
|
+
"type": "file",
|
|
4994
|
+
"name": "test/model-recommender.test.ts",
|
|
4995
|
+
"hashes": [
|
|
4996
|
+
{
|
|
4997
|
+
"alg": "SHA-256",
|
|
4998
|
+
"content": "195af86db8248e128ff7bb0967c562471ae14379a125099dcd2bfacce0575086"
|
|
4999
|
+
}
|
|
5000
|
+
]
|
|
5001
|
+
},
|
|
4832
5002
|
{
|
|
4833
5003
|
"type": "file",
|
|
4834
5004
|
"name": "test/mutation-gate.test.ts",
|
|
@@ -4845,7 +5015,7 @@
|
|
|
4845
5015
|
"hashes": [
|
|
4846
5016
|
{
|
|
4847
5017
|
"alg": "SHA-256",
|
|
4848
|
-
"content": "
|
|
5018
|
+
"content": "f4bed0557865d5fb5c6cf064a6ffb1425d79e09a9b24a3055477a6b1bb05c1ee"
|
|
4849
5019
|
}
|
|
4850
5020
|
]
|
|
4851
5021
|
},
|
|
@@ -5139,6 +5309,16 @@
|
|
|
5139
5309
|
}
|
|
5140
5310
|
]
|
|
5141
5311
|
},
|
|
5312
|
+
{
|
|
5313
|
+
"type": "file",
|
|
5314
|
+
"name": "test/trace-bundle.test.ts",
|
|
5315
|
+
"hashes": [
|
|
5316
|
+
{
|
|
5317
|
+
"alg": "SHA-256",
|
|
5318
|
+
"content": "66e784bd3f1344350e55b0003f5558f6cea388481fd339515b49c4c761de0af7"
|
|
5319
|
+
}
|
|
5320
|
+
]
|
|
5321
|
+
},
|
|
5142
5322
|
{
|
|
5143
5323
|
"type": "file",
|
|
5144
5324
|
"name": "test/trusttier-schema.test.ts",
|
|
@@ -5149,6 +5329,16 @@
|
|
|
5149
5329
|
}
|
|
5150
5330
|
]
|
|
5151
5331
|
},
|
|
5332
|
+
{
|
|
5333
|
+
"type": "file",
|
|
5334
|
+
"name": "test/usage-week-anchor.test.ts",
|
|
5335
|
+
"hashes": [
|
|
5336
|
+
{
|
|
5337
|
+
"alg": "SHA-256",
|
|
5338
|
+
"content": "7ef26f388cbdfe048c79acdb2096634b20e0528e653cfd41dd37b47b5a250467"
|
|
5339
|
+
}
|
|
5340
|
+
]
|
|
5341
|
+
},
|
|
5152
5342
|
{
|
|
5153
5343
|
"type": "file",
|
|
5154
5344
|
"name": "test/usage.test.ts",
|