deepline 0.2.6 → 0.2.7

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.
@@ -160,7 +160,7 @@ export const SDK_RELEASE = {
160
160
  // 0.2.0 makes Dataset Handles uniformly async-only after 0.1.320 briefly
161
161
  // exposed storage-dependent synchronous access. This deliberate minor
162
162
  // release keeps lazy paging semantics independent of row residency.
163
- version: '0.2.6',
163
+ version: '0.2.7',
164
164
  contracts: {
165
165
  api: {
166
166
  name: 'sdk-http-api',
package/dist/cli/index.js CHANGED
@@ -1040,7 +1040,7 @@ var SDK_RELEASE = {
1040
1040
  // 0.2.0 makes Dataset Handles uniformly async-only after 0.1.320 briefly
1041
1041
  // exposed storage-dependent synchronous access. This deliberate minor
1042
1042
  // release keeps lazy paging semantics independent of row residency.
1043
- version: "0.2.6",
1043
+ version: "0.2.7",
1044
1044
  contracts: {
1045
1045
  api: {
1046
1046
  name: "sdk-http-api",
@@ -26304,7 +26304,7 @@ Notes:
26304
26304
  sqlListeners trigger \u2014 see \`deepline plays bootstrap monitor-triggered\`.
26305
26305
  The Monitors rollout controls access to the live provider catalog; use
26306
26306
  \`deepline tools list --categories monitors\` for the exact tool ids available to you.
26307
- Access is granted by a Deepline admin via Admin -> Rollouts; until then these
26307
+ Contact the Deepline team to request access; until access is enabled, these
26308
26308
  commands return a clear monitor_access_required error.
26309
26309
 
26310
26310
  Exit codes:
@@ -1025,7 +1025,7 @@ var SDK_RELEASE = {
1025
1025
  // 0.2.0 makes Dataset Handles uniformly async-only after 0.1.320 briefly
1026
1026
  // exposed storage-dependent synchronous access. This deliberate minor
1027
1027
  // release keeps lazy paging semantics independent of row residency.
1028
- version: "0.2.6",
1028
+ version: "0.2.7",
1029
1029
  contracts: {
1030
1030
  api: {
1031
1031
  name: "sdk-http-api",
@@ -26340,7 +26340,7 @@ Notes:
26340
26340
  sqlListeners trigger \u2014 see \`deepline plays bootstrap monitor-triggered\`.
26341
26341
  The Monitors rollout controls access to the live provider catalog; use
26342
26342
  \`deepline tools list --categories monitors\` for the exact tool ids available to you.
26343
- Access is granted by a Deepline admin via Admin -> Rollouts; until then these
26343
+ Contact the Deepline team to request access; until access is enabled, these
26344
26344
  commands return a clear monitor_access_required error.
26345
26345
 
26346
26346
  Exit codes:
package/dist/index.js CHANGED
@@ -763,7 +763,7 @@ var SDK_RELEASE = {
763
763
  // 0.2.0 makes Dataset Handles uniformly async-only after 0.1.320 briefly
764
764
  // exposed storage-dependent synchronous access. This deliberate minor
765
765
  // release keeps lazy paging semantics independent of row residency.
766
- version: "0.2.6",
766
+ version: "0.2.7",
767
767
  contracts: {
768
768
  api: {
769
769
  name: "sdk-http-api",
package/dist/index.mjs CHANGED
@@ -689,7 +689,7 @@ var SDK_RELEASE = {
689
689
  // 0.2.0 makes Dataset Handles uniformly async-only after 0.1.320 briefly
690
690
  // exposed storage-dependent synchronous access. This deliberate minor
691
691
  // release keeps lazy paging semantics independent of row residency.
692
- version: "0.2.6",
692
+ version: "0.2.7",
693
693
  contracts: {
694
694
  api: {
695
695
  name: "sdk-http-api",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepline",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Deepline SDK + CLI — B2B data enrichment powered by durable cloud execution",
5
5
  "license": "MIT",
6
6
  "repository": {