deepline 0.2.72 → 0.2.73

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.
@@ -183,7 +183,7 @@ export const SDK_RELEASE = {
183
183
  // 0.2.0 makes Dataset Handles uniformly async-only after 0.1.320 briefly
184
184
  // exposed storage-dependent synchronous access. This deliberate minor
185
185
  // release keeps lazy paging semantics independent of row residency.
186
- version: '0.2.72',
186
+ version: '0.2.73',
187
187
  contracts: {
188
188
  api: {
189
189
  name: 'sdk-http-api',
package/dist/cli/index.js CHANGED
@@ -1044,7 +1044,7 @@ var SDK_RELEASE = {
1044
1044
  // 0.2.0 makes Dataset Handles uniformly async-only after 0.1.320 briefly
1045
1045
  // exposed storage-dependent synchronous access. This deliberate minor
1046
1046
  // release keeps lazy paging semantics independent of row residency.
1047
- version: "0.2.72",
1047
+ version: "0.2.73",
1048
1048
  contracts: {
1049
1049
  api: {
1050
1050
  name: "sdk-http-api",
@@ -34039,16 +34039,16 @@ Examples:
34039
34039
  // src/cli/getting-started.ts
34040
34040
  var DEEPLINE_GTM_SKILL = "/deepline-gtm";
34041
34041
  var DEEPLINE_GTM_STARTER_PROMPTS = [
34042
+ {
34043
+ id: "competitor-tracking",
34044
+ title: "Competitor tracking",
34045
+ prompt: "/deepline-gtm Track competitors of my company. Use my business email domain when available; otherwise ask for my company name."
34046
+ },
34042
34047
  {
34043
34048
  id: "contact-email-enrichment",
34044
34049
  title: "Contact email enrichment",
34045
34050
  prompt: "/deepline-gtm Find 10 CTOs at B2B SaaS companies and enrich them with email addresses."
34046
34051
  },
34047
- {
34048
- id: "company-signal-enrichment",
34049
- title: "Company signal enrichment",
34050
- prompt: "/deepline-gtm Enrich these company domains with employee count, funding, and recent hiring signals."
34051
- },
34052
34052
  {
34053
34053
  id: "decision-maker-discovery",
34054
34054
  title: "Decision-maker discovery",
@@ -1030,7 +1030,7 @@ var SDK_RELEASE = {
1030
1030
  // 0.2.0 makes Dataset Handles uniformly async-only after 0.1.320 briefly
1031
1031
  // exposed storage-dependent synchronous access. This deliberate minor
1032
1032
  // release keeps lazy paging semantics independent of row residency.
1033
- version: "0.2.72",
1033
+ version: "0.2.73",
1034
1034
  contracts: {
1035
1035
  api: {
1036
1036
  name: "sdk-http-api",
@@ -34106,16 +34106,16 @@ Examples:
34106
34106
  // src/cli/getting-started.ts
34107
34107
  var DEEPLINE_GTM_SKILL = "/deepline-gtm";
34108
34108
  var DEEPLINE_GTM_STARTER_PROMPTS = [
34109
+ {
34110
+ id: "competitor-tracking",
34111
+ title: "Competitor tracking",
34112
+ prompt: "/deepline-gtm Track competitors of my company. Use my business email domain when available; otherwise ask for my company name."
34113
+ },
34109
34114
  {
34110
34115
  id: "contact-email-enrichment",
34111
34116
  title: "Contact email enrichment",
34112
34117
  prompt: "/deepline-gtm Find 10 CTOs at B2B SaaS companies and enrich them with email addresses."
34113
34118
  },
34114
- {
34115
- id: "company-signal-enrichment",
34116
- title: "Company signal enrichment",
34117
- prompt: "/deepline-gtm Enrich these company domains with employee count, funding, and recent hiring signals."
34118
- },
34119
34119
  {
34120
34120
  id: "decision-maker-discovery",
34121
34121
  title: "Decision-maker discovery",
package/dist/index.js CHANGED
@@ -780,7 +780,7 @@ var SDK_RELEASE = {
780
780
  // 0.2.0 makes Dataset Handles uniformly async-only after 0.1.320 briefly
781
781
  // exposed storage-dependent synchronous access. This deliberate minor
782
782
  // release keeps lazy paging semantics independent of row residency.
783
- version: "0.2.72",
783
+ version: "0.2.73",
784
784
  contracts: {
785
785
  api: {
786
786
  name: "sdk-http-api",
package/dist/index.mjs CHANGED
@@ -703,7 +703,7 @@ var SDK_RELEASE = {
703
703
  // 0.2.0 makes Dataset Handles uniformly async-only after 0.1.320 briefly
704
704
  // exposed storage-dependent synchronous access. This deliberate minor
705
705
  // release keeps lazy paging semantics independent of row residency.
706
- version: "0.2.72",
706
+ version: "0.2.73",
707
707
  contracts: {
708
708
  api: {
709
709
  name: "sdk-http-api",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepline",
3
- "version": "0.2.72",
3
+ "version": "0.2.73",
4
4
  "description": "GTM data CLI and TypeScript SDK for coding agents",
5
5
  "license": "MIT",
6
6
  "homepage": "https://code.deepline.com",