deepline 0.1.126 → 0.1.128
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 +506 -444
- package/dist/cli/index.mjs +499 -437
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -275,10 +275,10 @@ var SDK_RELEASE = {
|
|
|
275
275
|
// 0.1.108 ships explicit dataset column/tool recompute policy and removes
|
|
276
276
|
// the SDK enrich generator's one-second stale policy.
|
|
277
277
|
// 0.1.110 ships authored V2 prebuilts and required top-level play descriptions.
|
|
278
|
-
version: "0.1.
|
|
278
|
+
version: "0.1.128",
|
|
279
279
|
apiContract: "2026-06-dataset-column-cell-stale-hard-cutover",
|
|
280
280
|
supportPolicy: {
|
|
281
|
-
latest: "0.1.
|
|
281
|
+
latest: "0.1.128",
|
|
282
282
|
minimumSupported: "0.1.53",
|
|
283
283
|
deprecatedBelow: "0.1.53",
|
|
284
284
|
commandMinimumSupported: [
|
package/dist/index.mjs
CHANGED
|
@@ -197,10 +197,10 @@ var SDK_RELEASE = {
|
|
|
197
197
|
// 0.1.108 ships explicit dataset column/tool recompute policy and removes
|
|
198
198
|
// the SDK enrich generator's one-second stale policy.
|
|
199
199
|
// 0.1.110 ships authored V2 prebuilts and required top-level play descriptions.
|
|
200
|
-
version: "0.1.
|
|
200
|
+
version: "0.1.128",
|
|
201
201
|
apiContract: "2026-06-dataset-column-cell-stale-hard-cutover",
|
|
202
202
|
supportPolicy: {
|
|
203
|
-
latest: "0.1.
|
|
203
|
+
latest: "0.1.128",
|
|
204
204
|
minimumSupported: "0.1.53",
|
|
205
205
|
deprecatedBelow: "0.1.53",
|
|
206
206
|
commandMinimumSupported: [
|