deepline 0.1.49 → 0.1.50

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/cli/index.js CHANGED
@@ -219,7 +219,7 @@ function resolveConfig(options) {
219
219
  }
220
220
 
221
221
  // src/version.ts
222
- var SDK_VERSION = "0.1.49";
222
+ var SDK_VERSION = "0.1.50";
223
223
  var SDK_API_CONTRACT = "2026-05-stripe-promo-checkout";
224
224
 
225
225
  // ../shared_libs/play-runtime/coordinator-headers.ts
@@ -196,7 +196,7 @@ function resolveConfig(options) {
196
196
  }
197
197
 
198
198
  // src/version.ts
199
- var SDK_VERSION = "0.1.49";
199
+ var SDK_VERSION = "0.1.50";
200
200
  var SDK_API_CONTRACT = "2026-05-stripe-promo-checkout";
201
201
 
202
202
  // ../shared_libs/play-runtime/coordinator-headers.ts
package/dist/index.d.mts CHANGED
@@ -1541,7 +1541,7 @@ declare class DeeplineClient {
1541
1541
  }>;
1542
1542
  }
1543
1543
 
1544
- declare const SDK_VERSION = "0.1.49";
1544
+ declare const SDK_VERSION = "0.1.50";
1545
1545
  declare const SDK_API_CONTRACT = "2026-05-stripe-promo-checkout";
1546
1546
 
1547
1547
  /**
@@ -2051,7 +2051,7 @@ interface DeeplinePlayRuntimeContext {
2051
2051
  staleAfterSeconds?: number;
2052
2052
  }): Promise<ToolExecuteResult<TOutput>>;
2053
2053
  };
2054
- runSteps<TInput extends Record<string, unknown>, TOutput>(program: StepProgram<TInput, any, TOutput>, input: TInput, options?: {
2054
+ runSteps<TInput extends Record<string, unknown>, TOutput>(program: StepProgram<TInput, unknown, TOutput>, input: TInput, options?: {
2055
2055
  description?: string;
2056
2056
  }): Promise<TOutput>;
2057
2057
  step<T>(id: string, run: () => T | Promise<T>, options?: {
package/dist/index.d.ts CHANGED
@@ -1541,7 +1541,7 @@ declare class DeeplineClient {
1541
1541
  }>;
1542
1542
  }
1543
1543
 
1544
- declare const SDK_VERSION = "0.1.49";
1544
+ declare const SDK_VERSION = "0.1.50";
1545
1545
  declare const SDK_API_CONTRACT = "2026-05-stripe-promo-checkout";
1546
1546
 
1547
1547
  /**
@@ -2051,7 +2051,7 @@ interface DeeplinePlayRuntimeContext {
2051
2051
  staleAfterSeconds?: number;
2052
2052
  }): Promise<ToolExecuteResult<TOutput>>;
2053
2053
  };
2054
- runSteps<TInput extends Record<string, unknown>, TOutput>(program: StepProgram<TInput, any, TOutput>, input: TInput, options?: {
2054
+ runSteps<TInput extends Record<string, unknown>, TOutput>(program: StepProgram<TInput, unknown, TOutput>, input: TInput, options?: {
2055
2055
  description?: string;
2056
2056
  }): Promise<TOutput>;
2057
2057
  step<T>(id: string, run: () => T | Promise<T>, options?: {
package/dist/index.js CHANGED
@@ -215,7 +215,7 @@ function resolveConfig(options) {
215
215
  }
216
216
 
217
217
  // src/version.ts
218
- var SDK_VERSION = "0.1.49";
218
+ var SDK_VERSION = "0.1.50";
219
219
  var SDK_API_CONTRACT = "2026-05-stripe-promo-checkout";
220
220
 
221
221
  // ../shared_libs/play-runtime/coordinator-headers.ts
package/dist/index.mjs CHANGED
@@ -169,7 +169,7 @@ function resolveConfig(options) {
169
169
  }
170
170
 
171
171
  // src/version.ts
172
- var SDK_VERSION = "0.1.49";
172
+ var SDK_VERSION = "0.1.50";
173
173
  var SDK_API_CONTRACT = "2026-05-stripe-promo-checkout";
174
174
 
175
175
  // ../shared_libs/play-runtime/coordinator-headers.ts
@@ -415,7 +415,7 @@ export interface DeeplinePlayRuntimeContext {
415
415
  ): Promise<ToolExecuteResult<TOutput>>;
416
416
  };
417
417
  runSteps<TInput extends Record<string, unknown>, TOutput>(
418
- program: StepProgram<TInput, any, TOutput>,
418
+ program: StepProgram<TInput, unknown, TOutput>,
419
419
  input: TInput,
420
420
  options?: { description?: string },
421
421
  ): Promise<TOutput>;
@@ -1,2 +1,2 @@
1
- export const SDK_VERSION = "0.1.49";
1
+ export const SDK_VERSION = "0.1.50";
2
2
  export const SDK_API_CONTRACT = "2026-05-stripe-promo-checkout";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepline",
3
- "version": "0.1.49",
3
+ "version": "0.1.50",
4
4
  "description": "Deepline SDK + CLI — B2B data enrichment powered by durable cloud execution",
5
5
  "license": "MIT",
6
6
  "repository": {