deepline 0.1.234 → 0.1.235

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.
@@ -108,10 +108,10 @@ export const SDK_RELEASE = {
108
108
  // 0.1.175 ships loud `deepline enrich` empty-waterfall reporting.
109
109
  // 0.1.220 deprecates SDK CLI versions below 0.1.219 and updates them
110
110
  // automatically without blocking their current command.
111
- version: '0.1.234',
111
+ version: '0.1.235',
112
112
  apiContract: '2026-06-dataset-handle-results-hard-cutover',
113
113
  supportPolicy: {
114
- latest: '0.1.234',
114
+ latest: '0.1.235',
115
115
  minimumSupported: '0.1.53',
116
116
  deprecatedBelow: '0.1.219',
117
117
  commandMinimumSupported: [
@@ -171,8 +171,6 @@ export interface RunnerPushExecutionConfig {
171
171
  leaseSeconds: number;
172
172
  /** The run the runner heartbeats. Must match the executor token's run scope. */
173
173
  runId: string;
174
- /** Unique identity for this detached runner leg within a scheduler attempt. */
175
- runnerIncarnation: string;
176
174
  }
177
175
 
178
176
  export interface PlayRunnerExecutionConfig {
@@ -163,7 +163,6 @@ async function main() {
163
163
  body: JSON.stringify({
164
164
  action: 'runner_terminal',
165
165
  runId: push.runId,
166
- runnerIncarnation: push.runnerIncarnation,
167
166
  result,
168
167
  }),
169
168
  signal: controller.signal,
@@ -841,9 +841,8 @@ export const daytonaPlayRunnerBackend: PlayRunnerBackend = {
841
841
  status: 'suspended',
842
842
  suspension: {
843
843
  kind: 'detached_runner',
844
- boundaryId: `detached-runner:${push.runId}:${runnerAttempt}:${push.runnerIncarnation}`,
844
+ boundaryId: `detached-runner:${push.runId}:${runnerAttempt}`,
845
845
  runnerAttempt,
846
- runnerIncarnation: push.runnerIncarnation,
847
846
  sandboxId: sandbox.id,
848
847
  sessionId: start.sessionId,
849
848
  cmdId: start.cmdId,
@@ -28,10 +28,10 @@ export type PlayExecutionSuspension =
28
28
  */
29
29
  kind: 'detached_runner';
30
30
  boundaryId: string;
31
- /** Attempt generation whose executor token the detached runner holds. */
31
+ /** Attempt generation whose executor token the detached runner holds
32
+ * the key under which its pushed terminal is recorded and its wake event
33
+ * is named. */
32
34
  runnerAttempt: number;
33
- /** Fences its result and wake from earlier/later legs in the attempt. */
34
- runnerIncarnation: string;
35
35
  sandboxId: string;
36
36
  sessionId: string;
37
37
  cmdId: string;
package/dist/cli/index.js CHANGED
@@ -625,10 +625,10 @@ var SDK_RELEASE = {
625
625
  // 0.1.175 ships loud `deepline enrich` empty-waterfall reporting.
626
626
  // 0.1.220 deprecates SDK CLI versions below 0.1.219 and updates them
627
627
  // automatically without blocking their current command.
628
- version: "0.1.234",
628
+ version: "0.1.235",
629
629
  apiContract: "2026-06-dataset-handle-results-hard-cutover",
630
630
  supportPolicy: {
631
- latest: "0.1.234",
631
+ latest: "0.1.235",
632
632
  minimumSupported: "0.1.53",
633
633
  deprecatedBelow: "0.1.219",
634
634
  commandMinimumSupported: [
@@ -610,10 +610,10 @@ var SDK_RELEASE = {
610
610
  // 0.1.175 ships loud `deepline enrich` empty-waterfall reporting.
611
611
  // 0.1.220 deprecates SDK CLI versions below 0.1.219 and updates them
612
612
  // automatically without blocking their current command.
613
- version: "0.1.234",
613
+ version: "0.1.235",
614
614
  apiContract: "2026-06-dataset-handle-results-hard-cutover",
615
615
  supportPolicy: {
616
- latest: "0.1.234",
616
+ latest: "0.1.235",
617
617
  minimumSupported: "0.1.53",
618
618
  deprecatedBelow: "0.1.219",
619
619
  commandMinimumSupported: [
package/dist/index.js CHANGED
@@ -424,10 +424,10 @@ var SDK_RELEASE = {
424
424
  // 0.1.175 ships loud `deepline enrich` empty-waterfall reporting.
425
425
  // 0.1.220 deprecates SDK CLI versions below 0.1.219 and updates them
426
426
  // automatically without blocking their current command.
427
- version: "0.1.234",
427
+ version: "0.1.235",
428
428
  apiContract: "2026-06-dataset-handle-results-hard-cutover",
429
429
  supportPolicy: {
430
- latest: "0.1.234",
430
+ latest: "0.1.235",
431
431
  minimumSupported: "0.1.53",
432
432
  deprecatedBelow: "0.1.219",
433
433
  commandMinimumSupported: [
package/dist/index.mjs CHANGED
@@ -354,10 +354,10 @@ var SDK_RELEASE = {
354
354
  // 0.1.175 ships loud `deepline enrich` empty-waterfall reporting.
355
355
  // 0.1.220 deprecates SDK CLI versions below 0.1.219 and updates them
356
356
  // automatically without blocking their current command.
357
- version: "0.1.234",
357
+ version: "0.1.235",
358
358
  apiContract: "2026-06-dataset-handle-results-hard-cutover",
359
359
  supportPolicy: {
360
- latest: "0.1.234",
360
+ latest: "0.1.235",
361
361
  minimumSupported: "0.1.53",
362
362
  deprecatedBelow: "0.1.219",
363
363
  commandMinimumSupported: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepline",
3
- "version": "0.1.234",
3
+ "version": "0.1.235",
4
4
  "description": "Deepline SDK + CLI — B2B data enrichment powered by durable cloud execution",
5
5
  "license": "MIT",
6
6
  "repository": {