deepline 0.1.100 → 0.1.101
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 +3 -2
- package/dist/cli/index.mjs +3 -2
- package/dist/index.js +3 -2
- package/dist/index.mjs +3 -2
- package/dist/repo/sdk/src/release.ts +3 -2
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -232,10 +232,11 @@ var SDK_RELEASE = {
|
|
|
232
232
|
// 0.1.94 is claimed by PR #1527 — this watch-render fix ships as 0.1.95.
|
|
233
233
|
// 0.1.98 ships the duplicate-browser-tab fix (default-browser detection).
|
|
234
234
|
// 0.1.99 ships prebuilt job-change source-column preservation and validation fixes.
|
|
235
|
-
|
|
235
|
+
// 0.1.101 ships retryable play artifact publish failures and CI retry hardening.
|
|
236
|
+
version: "0.1.101",
|
|
236
237
|
apiContract: "2026-06-dataset-column-cell-stale-hard-cutover",
|
|
237
238
|
supportPolicy: {
|
|
238
|
-
latest: "0.1.
|
|
239
|
+
latest: "0.1.101",
|
|
239
240
|
minimumSupported: "0.1.53",
|
|
240
241
|
deprecatedBelow: "0.1.53"
|
|
241
242
|
}
|
package/dist/cli/index.mjs
CHANGED
|
@@ -209,10 +209,11 @@ var SDK_RELEASE = {
|
|
|
209
209
|
// 0.1.94 is claimed by PR #1527 — this watch-render fix ships as 0.1.95.
|
|
210
210
|
// 0.1.98 ships the duplicate-browser-tab fix (default-browser detection).
|
|
211
211
|
// 0.1.99 ships prebuilt job-change source-column preservation and validation fixes.
|
|
212
|
-
|
|
212
|
+
// 0.1.101 ships retryable play artifact publish failures and CI retry hardening.
|
|
213
|
+
version: "0.1.101",
|
|
213
214
|
apiContract: "2026-06-dataset-column-cell-stale-hard-cutover",
|
|
214
215
|
supportPolicy: {
|
|
215
|
-
latest: "0.1.
|
|
216
|
+
latest: "0.1.101",
|
|
216
217
|
minimumSupported: "0.1.53",
|
|
217
218
|
deprecatedBelow: "0.1.53"
|
|
218
219
|
}
|
package/dist/index.js
CHANGED
|
@@ -260,10 +260,11 @@ var SDK_RELEASE = {
|
|
|
260
260
|
// 0.1.94 is claimed by PR #1527 — this watch-render fix ships as 0.1.95.
|
|
261
261
|
// 0.1.98 ships the duplicate-browser-tab fix (default-browser detection).
|
|
262
262
|
// 0.1.99 ships prebuilt job-change source-column preservation and validation fixes.
|
|
263
|
-
|
|
263
|
+
// 0.1.101 ships retryable play artifact publish failures and CI retry hardening.
|
|
264
|
+
version: "0.1.101",
|
|
264
265
|
apiContract: "2026-06-dataset-column-cell-stale-hard-cutover",
|
|
265
266
|
supportPolicy: {
|
|
266
|
-
latest: "0.1.
|
|
267
|
+
latest: "0.1.101",
|
|
267
268
|
minimumSupported: "0.1.53",
|
|
268
269
|
deprecatedBelow: "0.1.53"
|
|
269
270
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -182,10 +182,11 @@ var SDK_RELEASE = {
|
|
|
182
182
|
// 0.1.94 is claimed by PR #1527 — this watch-render fix ships as 0.1.95.
|
|
183
183
|
// 0.1.98 ships the duplicate-browser-tab fix (default-browser detection).
|
|
184
184
|
// 0.1.99 ships prebuilt job-change source-column preservation and validation fixes.
|
|
185
|
-
|
|
185
|
+
// 0.1.101 ships retryable play artifact publish failures and CI retry hardening.
|
|
186
|
+
version: "0.1.101",
|
|
186
187
|
apiContract: "2026-06-dataset-column-cell-stale-hard-cutover",
|
|
187
188
|
supportPolicy: {
|
|
188
|
-
latest: "0.1.
|
|
189
|
+
latest: "0.1.101",
|
|
189
190
|
minimumSupported: "0.1.53",
|
|
190
191
|
deprecatedBelow: "0.1.53"
|
|
191
192
|
}
|
|
@@ -53,10 +53,11 @@ export const SDK_RELEASE = {
|
|
|
53
53
|
// 0.1.94 is claimed by PR #1527 — this watch-render fix ships as 0.1.95.
|
|
54
54
|
// 0.1.98 ships the duplicate-browser-tab fix (default-browser detection).
|
|
55
55
|
// 0.1.99 ships prebuilt job-change source-column preservation and validation fixes.
|
|
56
|
-
|
|
56
|
+
// 0.1.101 ships retryable play artifact publish failures and CI retry hardening.
|
|
57
|
+
version: '0.1.101',
|
|
57
58
|
apiContract: '2026-06-dataset-column-cell-stale-hard-cutover',
|
|
58
59
|
supportPolicy: {
|
|
59
|
-
latest: '0.1.
|
|
60
|
+
latest: '0.1.101',
|
|
60
61
|
minimumSupported: '0.1.53',
|
|
61
62
|
deprecatedBelow: '0.1.53',
|
|
62
63
|
},
|