deepline 0.3.26 → 0.3.27
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.
|
@@ -192,7 +192,7 @@ export const SDK_RELEASE = {
|
|
|
192
192
|
// 0.3.0 introduces raw-v2: complete scrubbed provider responses are
|
|
193
193
|
// available at toolResponse.rawV2 while toolResponse.raw and all declared
|
|
194
194
|
// getters keep their established compatibility behavior.
|
|
195
|
-
version: '0.3.
|
|
195
|
+
version: '0.3.27',
|
|
196
196
|
updateSummary:
|
|
197
197
|
'New raw-v2 tool responses preserve complete scrubbed provider envelopes at toolResponse.rawV2, including JSON:API included resources, links, cursors, and totals. Existing toolResponse.raw and declared getters keep working unchanged.',
|
|
198
198
|
contracts: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
2
|
+
getTopLevelPipelineSubsteps,
|
|
3
3
|
type PlaySheetContract,
|
|
4
4
|
type PlayStaticPipeline,
|
|
5
5
|
type PlayStaticSubstep,
|
|
@@ -70,7 +70,7 @@ function datasetSessionContracts(
|
|
|
70
70
|
}
|
|
71
71
|
const rootContract = pipeline.sheetContract ?? null;
|
|
72
72
|
return currentExecutionScopeSubsteps(
|
|
73
|
-
|
|
73
|
+
getTopLevelPipelineSubsteps(pipeline),
|
|
74
74
|
).flatMap<DatasetSessionContract>((substep): DatasetSessionContract[] => {
|
|
75
75
|
if (substep.type !== 'dataset') return [];
|
|
76
76
|
const rawNamespace = (substep.tableNamespace ?? substep.field ?? '').trim();
|
package/dist/cli/index.js
CHANGED
|
@@ -1042,7 +1042,7 @@ var SDK_RELEASE = {
|
|
|
1042
1042
|
// 0.3.0 introduces raw-v2: complete scrubbed provider responses are
|
|
1043
1043
|
// available at toolResponse.rawV2 while toolResponse.raw and all declared
|
|
1044
1044
|
// getters keep their established compatibility behavior.
|
|
1045
|
-
version: "0.3.
|
|
1045
|
+
version: "0.3.27",
|
|
1046
1046
|
updateSummary: "New raw-v2 tool responses preserve complete scrubbed provider envelopes at toolResponse.rawV2, including JSON:API included resources, links, cursors, and totals. Existing toolResponse.raw and declared getters keep working unchanged.",
|
|
1047
1047
|
contracts: {
|
|
1048
1048
|
api: {
|
package/dist/cli/index.mjs
CHANGED
|
@@ -1028,7 +1028,7 @@ var SDK_RELEASE = {
|
|
|
1028
1028
|
// 0.3.0 introduces raw-v2: complete scrubbed provider responses are
|
|
1029
1029
|
// available at toolResponse.rawV2 while toolResponse.raw and all declared
|
|
1030
1030
|
// getters keep their established compatibility behavior.
|
|
1031
|
-
version: "0.3.
|
|
1031
|
+
version: "0.3.27",
|
|
1032
1032
|
updateSummary: "New raw-v2 tool responses preserve complete scrubbed provider envelopes at toolResponse.rawV2, including JSON:API included resources, links, cursors, and totals. Existing toolResponse.raw and declared getters keep working unchanged.",
|
|
1033
1033
|
contracts: {
|
|
1034
1034
|
api: {
|
package/dist/index.js
CHANGED
|
@@ -778,7 +778,7 @@ var SDK_RELEASE = {
|
|
|
778
778
|
// 0.3.0 introduces raw-v2: complete scrubbed provider responses are
|
|
779
779
|
// available at toolResponse.rawV2 while toolResponse.raw and all declared
|
|
780
780
|
// getters keep their established compatibility behavior.
|
|
781
|
-
version: "0.3.
|
|
781
|
+
version: "0.3.27",
|
|
782
782
|
updateSummary: "New raw-v2 tool responses preserve complete scrubbed provider envelopes at toolResponse.rawV2, including JSON:API included resources, links, cursors, and totals. Existing toolResponse.raw and declared getters keep working unchanged.",
|
|
783
783
|
contracts: {
|
|
784
784
|
api: {
|
package/dist/index.mjs
CHANGED
|
@@ -701,7 +701,7 @@ var SDK_RELEASE = {
|
|
|
701
701
|
// 0.3.0 introduces raw-v2: complete scrubbed provider responses are
|
|
702
702
|
// available at toolResponse.rawV2 while toolResponse.raw and all declared
|
|
703
703
|
// getters keep their established compatibility behavior.
|
|
704
|
-
version: "0.3.
|
|
704
|
+
version: "0.3.27",
|
|
705
705
|
updateSummary: "New raw-v2 tool responses preserve complete scrubbed provider envelopes at toolResponse.rawV2, including JSON:API included resources, links, cursors, and totals. Existing toolResponse.raw and declared getters keep working unchanged.",
|
|
706
706
|
contracts: {
|
|
707
707
|
api: {
|