deepline 0.1.217 → 0.1.218
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 +2 -2
- package/dist/cli/index.js +10 -3
- package/dist/cli/index.mjs +10 -3
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
|
@@ -106,10 +106,10 @@ export const SDK_RELEASE = {
|
|
|
106
106
|
// 0.1.154 removes the short-lived generated enrich StepOptions recompute
|
|
107
107
|
// fields shipped in 0.1.153.
|
|
108
108
|
// 0.1.175 ships loud `deepline enrich` empty-waterfall reporting.
|
|
109
|
-
version: '0.1.
|
|
109
|
+
version: '0.1.218',
|
|
110
110
|
apiContract: '2026-06-dataset-handle-results-hard-cutover',
|
|
111
111
|
supportPolicy: {
|
|
112
|
-
latest: '0.1.
|
|
112
|
+
latest: '0.1.218',
|
|
113
113
|
minimumSupported: '0.1.53',
|
|
114
114
|
deprecatedBelow: '0.1.53',
|
|
115
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.
|
|
626
|
+
version: "0.1.218",
|
|
627
627
|
apiContract: "2026-06-dataset-handle-results-hard-cutover",
|
|
628
628
|
supportPolicy: {
|
|
629
|
-
latest: "0.1.
|
|
629
|
+
latest: "0.1.218",
|
|
630
630
|
minimumSupported: "0.1.53",
|
|
631
631
|
deprecatedBelow: "0.1.53",
|
|
632
632
|
commandMinimumSupported: [
|
|
@@ -19217,7 +19217,14 @@ async function emitSdkEnrichTelemetry(context, event, summary) {
|
|
|
19217
19217
|
method: "POST",
|
|
19218
19218
|
headers: {
|
|
19219
19219
|
Authorization: `Bearer ${context.apiKey}`,
|
|
19220
|
-
"Content-Type": "application/json"
|
|
19220
|
+
"Content-Type": "application/json",
|
|
19221
|
+
"User-Agent": `deepline-ts-sdk/${SDK_VERSION}`,
|
|
19222
|
+
"X-Deepline-Client-Family": "sdk",
|
|
19223
|
+
"X-Deepline-CLI-Family": "sdk",
|
|
19224
|
+
"X-Deepline-Agent-Runtime": detectAgentRuntime(),
|
|
19225
|
+
"X-Deepline-CLI-Version": SDK_VERSION,
|
|
19226
|
+
"X-Deepline-SDK-Version": SDK_VERSION,
|
|
19227
|
+
"X-Deepline-API-Contract": SDK_API_CONTRACT
|
|
19221
19228
|
},
|
|
19222
19229
|
body: JSON.stringify(body),
|
|
19223
19230
|
signal: controller.signal
|
package/dist/cli/index.mjs
CHANGED
|
@@ -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.
|
|
611
|
+
version: "0.1.218",
|
|
612
612
|
apiContract: "2026-06-dataset-handle-results-hard-cutover",
|
|
613
613
|
supportPolicy: {
|
|
614
|
-
latest: "0.1.
|
|
614
|
+
latest: "0.1.218",
|
|
615
615
|
minimumSupported: "0.1.53",
|
|
616
616
|
deprecatedBelow: "0.1.53",
|
|
617
617
|
commandMinimumSupported: [
|
|
@@ -19246,7 +19246,14 @@ async function emitSdkEnrichTelemetry(context, event, summary) {
|
|
|
19246
19246
|
method: "POST",
|
|
19247
19247
|
headers: {
|
|
19248
19248
|
Authorization: `Bearer ${context.apiKey}`,
|
|
19249
|
-
"Content-Type": "application/json"
|
|
19249
|
+
"Content-Type": "application/json",
|
|
19250
|
+
"User-Agent": `deepline-ts-sdk/${SDK_VERSION}`,
|
|
19251
|
+
"X-Deepline-Client-Family": "sdk",
|
|
19252
|
+
"X-Deepline-CLI-Family": "sdk",
|
|
19253
|
+
"X-Deepline-Agent-Runtime": detectAgentRuntime(),
|
|
19254
|
+
"X-Deepline-CLI-Version": SDK_VERSION,
|
|
19255
|
+
"X-Deepline-SDK-Version": SDK_VERSION,
|
|
19256
|
+
"X-Deepline-API-Contract": SDK_API_CONTRACT
|
|
19250
19257
|
},
|
|
19251
19258
|
body: JSON.stringify(body),
|
|
19252
19259
|
signal: controller.signal
|
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.
|
|
425
|
+
version: "0.1.218",
|
|
426
426
|
apiContract: "2026-06-dataset-handle-results-hard-cutover",
|
|
427
427
|
supportPolicy: {
|
|
428
|
-
latest: "0.1.
|
|
428
|
+
latest: "0.1.218",
|
|
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.
|
|
355
|
+
version: "0.1.218",
|
|
356
356
|
apiContract: "2026-06-dataset-handle-results-hard-cutover",
|
|
357
357
|
supportPolicy: {
|
|
358
|
-
latest: "0.1.
|
|
358
|
+
latest: "0.1.218",
|
|
359
359
|
minimumSupported: "0.1.53",
|
|
360
360
|
deprecatedBelow: "0.1.53",
|
|
361
361
|
commandMinimumSupported: [
|