deepline 0.3.24 → 0.3.26

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.24',
195
+ version: '0.3.26',
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: {
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.24",
1045
+ version: "0.3.26",
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: {
@@ -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.24",
1031
+ version: "0.3.26",
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.24",
781
+ version: "0.3.26",
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.24",
704
+ version: "0.3.26",
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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepline",
3
- "version": "0.3.24",
3
+ "version": "0.3.26",
4
4
  "description": "GTM data CLI and TypeScript SDK for coding agents",
5
5
  "license": "MIT",
6
6
  "homepage": "https://code.deepline.com",