deepline 0.1.195 → 0.1.196

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.
@@ -60,8 +60,9 @@ export type SdkSupportPolicy = {
60
60
  reason: string;
61
61
  }>;
62
62
  /**
63
- * Ask update-capable CLIs to self-update when they are this many patch
64
- * releases behind latest, even if they are not blocked yet.
63
+ * Diagnostic freshness threshold reported by `/api/v2/sdk/compat`.
64
+ * Stale-but-supported CLIs warn, but self-update is reserved for unsupported
65
+ * versions and rollback-directed updates.
65
66
  */
66
67
  autoUpdatePatchLag?: number;
67
68
  };
@@ -105,10 +106,10 @@ export const SDK_RELEASE = {
105
106
  // 0.1.154 removes the short-lived generated enrich StepOptions recompute
106
107
  // fields shipped in 0.1.153.
107
108
  // 0.1.175 ships loud `deepline enrich` empty-waterfall reporting.
108
- version: '0.1.195',
109
+ version: '0.1.196',
109
110
  apiContract: '2026-06-dataset-handle-results-hard-cutover',
110
111
  supportPolicy: {
111
- latest: '0.1.195',
112
+ latest: '0.1.196',
112
113
  minimumSupported: '0.1.53',
113
114
  deprecatedBelow: '0.1.53',
114
115
  commandMinimumSupported: [
package/dist/cli/index.js CHANGED
@@ -623,10 +623,10 @@ var SDK_RELEASE = {
623
623
  // 0.1.154 removes the short-lived generated enrich StepOptions recompute
624
624
  // fields shipped in 0.1.153.
625
625
  // 0.1.175 ships loud `deepline enrich` empty-waterfall reporting.
626
- version: "0.1.195",
626
+ version: "0.1.196",
627
627
  apiContract: "2026-06-dataset-handle-results-hard-cutover",
628
628
  supportPolicy: {
629
- latest: "0.1.195",
629
+ latest: "0.1.196",
630
630
  minimumSupported: "0.1.53",
631
631
  deprecatedBelow: "0.1.53",
632
632
  commandMinimumSupported: [
@@ -608,10 +608,10 @@ var SDK_RELEASE = {
608
608
  // 0.1.154 removes the short-lived generated enrich StepOptions recompute
609
609
  // fields shipped in 0.1.153.
610
610
  // 0.1.175 ships loud `deepline enrich` empty-waterfall reporting.
611
- version: "0.1.195",
611
+ version: "0.1.196",
612
612
  apiContract: "2026-06-dataset-handle-results-hard-cutover",
613
613
  supportPolicy: {
614
- latest: "0.1.195",
614
+ latest: "0.1.196",
615
615
  minimumSupported: "0.1.53",
616
616
  deprecatedBelow: "0.1.53",
617
617
  commandMinimumSupported: [
package/dist/index.js CHANGED
@@ -422,10 +422,10 @@ var SDK_RELEASE = {
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.195",
425
+ version: "0.1.196",
426
426
  apiContract: "2026-06-dataset-handle-results-hard-cutover",
427
427
  supportPolicy: {
428
- latest: "0.1.195",
428
+ latest: "0.1.196",
429
429
  minimumSupported: "0.1.53",
430
430
  deprecatedBelow: "0.1.53",
431
431
  commandMinimumSupported: [
package/dist/index.mjs CHANGED
@@ -352,10 +352,10 @@ var SDK_RELEASE = {
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.195",
355
+ version: "0.1.196",
356
356
  apiContract: "2026-06-dataset-handle-results-hard-cutover",
357
357
  supportPolicy: {
358
- latest: "0.1.195",
358
+ latest: "0.1.196",
359
359
  minimumSupported: "0.1.53",
360
360
  deprecatedBelow: "0.1.53",
361
361
  commandMinimumSupported: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepline",
3
- "version": "0.1.195",
3
+ "version": "0.1.196",
4
4
  "description": "Deepline SDK + CLI — B2B data enrichment powered by durable cloud execution",
5
5
  "license": "MIT",
6
6
  "repository": {