deepline 0.1.176 → 0.1.178
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/dist/bundling-sources/sdk/src/release.ts +5 -4
- package/dist/cli/index.js +456 -56
- package/dist/cli/index.mjs +464 -64
- package/dist/index.js +5 -4
- package/dist/index.mjs +5 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -421,17 +421,18 @@ var SDK_RELEASE = {
|
|
|
421
421
|
// 0.1.111 ships dataset-native tool list getters and result row datasets.
|
|
422
422
|
// 0.1.154 removes the short-lived generated enrich StepOptions recompute
|
|
423
423
|
// fields shipped in 0.1.153.
|
|
424
|
-
|
|
424
|
+
// 0.1.175 ships loud `deepline enrich` empty-waterfall reporting.
|
|
425
|
+
version: "0.1.178",
|
|
425
426
|
apiContract: "2026-06-dataset-handle-results-hard-cutover",
|
|
426
427
|
supportPolicy: {
|
|
427
|
-
latest: "0.1.
|
|
428
|
+
latest: "0.1.178",
|
|
428
429
|
minimumSupported: "0.1.53",
|
|
429
430
|
deprecatedBelow: "0.1.53",
|
|
430
431
|
commandMinimumSupported: [
|
|
431
432
|
{
|
|
432
433
|
command: "enrich",
|
|
433
|
-
minimumSupported: "0.1.
|
|
434
|
-
reason: "Older SDK CLI enrich generated stale play source; SDK CLI enrich 0.1.153 generated removed StepOptions fields in play source."
|
|
434
|
+
minimumSupported: "0.1.175",
|
|
435
|
+
reason: "Older SDK CLI enrich generated stale play source; SDK CLI enrich 0.1.153 generated removed StepOptions fields in play source; SDK CLI enrich before 0.1.175 could silently succeed on the empty-waterfall bug when a requested waterfall returned no values for selected rows."
|
|
435
436
|
},
|
|
436
437
|
{
|
|
437
438
|
command: "plays",
|
package/dist/index.mjs
CHANGED
|
@@ -351,17 +351,18 @@ var SDK_RELEASE = {
|
|
|
351
351
|
// 0.1.111 ships dataset-native tool list getters and result row datasets.
|
|
352
352
|
// 0.1.154 removes the short-lived generated enrich StepOptions recompute
|
|
353
353
|
// fields shipped in 0.1.153.
|
|
354
|
-
|
|
354
|
+
// 0.1.175 ships loud `deepline enrich` empty-waterfall reporting.
|
|
355
|
+
version: "0.1.178",
|
|
355
356
|
apiContract: "2026-06-dataset-handle-results-hard-cutover",
|
|
356
357
|
supportPolicy: {
|
|
357
|
-
latest: "0.1.
|
|
358
|
+
latest: "0.1.178",
|
|
358
359
|
minimumSupported: "0.1.53",
|
|
359
360
|
deprecatedBelow: "0.1.53",
|
|
360
361
|
commandMinimumSupported: [
|
|
361
362
|
{
|
|
362
363
|
command: "enrich",
|
|
363
|
-
minimumSupported: "0.1.
|
|
364
|
-
reason: "Older SDK CLI enrich generated stale play source; SDK CLI enrich 0.1.153 generated removed StepOptions fields in play source."
|
|
364
|
+
minimumSupported: "0.1.175",
|
|
365
|
+
reason: "Older SDK CLI enrich generated stale play source; SDK CLI enrich 0.1.153 generated removed StepOptions fields in play source; SDK CLI enrich before 0.1.175 could silently succeed on the empty-waterfall bug when a requested waterfall returned no values for selected rows."
|
|
365
366
|
},
|
|
366
367
|
{
|
|
367
368
|
command: "plays",
|