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.
@@ -104,18 +104,19 @@ export const SDK_RELEASE = {
104
104
  // 0.1.111 ships dataset-native tool list getters and result row datasets.
105
105
  // 0.1.154 removes the short-lived generated enrich StepOptions recompute
106
106
  // fields shipped in 0.1.153.
107
- version: '0.1.176',
107
+ // 0.1.175 ships loud `deepline enrich` empty-waterfall reporting.
108
+ version: '0.1.178',
108
109
  apiContract: '2026-06-dataset-handle-results-hard-cutover',
109
110
  supportPolicy: {
110
- latest: '0.1.176',
111
+ latest: '0.1.178',
111
112
  minimumSupported: '0.1.53',
112
113
  deprecatedBelow: '0.1.53',
113
114
  commandMinimumSupported: [
114
115
  {
115
116
  command: 'enrich',
116
- minimumSupported: '0.1.154',
117
+ minimumSupported: '0.1.175',
117
118
  reason:
118
- 'Older SDK CLI enrich generated stale play source; SDK CLI enrich 0.1.153 generated removed StepOptions fields in play source.',
119
+ '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.',
119
120
  },
120
121
  {
121
122
  command: 'plays',