@stoker-platform/cli 0.5.45 → 0.5.47

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.
@@ -234,7 +234,9 @@ const globalConfig: GenerateGlobalConfig = (sdk, utils, context): GlobalConfig =
234
234
  collection: "Inbox",
235
235
  type: "area",
236
236
  dateField: "Saved_At",
237
- defaultRange: "30d",
237
+ interval: "day",
238
+ numberOfIntervals: 30,
239
+ offset: -30,
238
240
  title: "Messages Over Time",
239
241
  },
240
242
  ],
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoker-platform/cli",
3
- "version": "0.5.44",
3
+ "version": "0.5.46",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "./lib/src/main.js",
@@ -24,9 +24,9 @@
24
24
  "@google-cloud/secret-manager": "^6.1.1",
25
25
  "@google-cloud/storage": "^7.19.0",
26
26
  "@inquirer/prompts": "^8.3.2",
27
- "@stoker-platform/node-client": "0.5.33",
28
- "@stoker-platform/types": "0.5.21",
29
- "@stoker-platform/utils": "0.5.27",
27
+ "@stoker-platform/node-client": "0.5.35",
28
+ "@stoker-platform/types": "0.5.23",
29
+ "@stoker-platform/utils": "0.5.29",
30
30
  "algoliasearch": "^5.49.2",
31
31
  "commander": "^14.0.0",
32
32
  "cross-spawn": "^7.0.6",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoker-platform/cli",
3
- "version": "0.5.45",
3
+ "version": "0.5.47",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "./lib/src/main.js",
@@ -24,9 +24,9 @@
24
24
  "@google-cloud/secret-manager": "^6.1.1",
25
25
  "@google-cloud/storage": "^7.19.0",
26
26
  "@inquirer/prompts": "^8.3.2",
27
- "@stoker-platform/node-client": "0.5.34",
28
- "@stoker-platform/types": "0.5.22",
29
- "@stoker-platform/utils": "0.5.28",
27
+ "@stoker-platform/node-client": "0.5.36",
28
+ "@stoker-platform/types": "0.5.24",
29
+ "@stoker-platform/utils": "0.5.30",
30
30
  "algoliasearch": "^5.49.2",
31
31
  "commander": "^14.0.0",
32
32
  "cross-spawn": "^7.0.6",