@hubspot/cli 8.0.8-experimental.6 → 8.0.8-experimental.8

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.
@@ -17,8 +17,8 @@ declare const inputSchemaZodObject: z.ZodObject<{
17
17
  card: "card";
18
18
  settings: "settings";
19
19
  "app-event": "app-event";
20
- "workflow-action-tool": "workflow-action-tool";
21
20
  page: "page";
21
+ "workflow-action-tool": "workflow-action-tool";
22
22
  webhooks: "webhooks";
23
23
  "workflow-action": "workflow-action";
24
24
  "app-function": "app-function";
@@ -21,8 +21,8 @@ declare const inputSchemaZodObject: z.ZodObject<{
21
21
  card: "card";
22
22
  settings: "settings";
23
23
  "app-event": "app-event";
24
- "workflow-action-tool": "workflow-action-tool";
25
24
  page: "page";
25
+ "workflow-action-tool": "workflow-action-tool";
26
26
  webhooks: "webhooks";
27
27
  "workflow-action": "workflow-action";
28
28
  "app-function": "app-function";
@@ -5,8 +5,8 @@ export declare const features: z.ZodOptional<z.ZodArray<z.ZodEnum<{
5
5
  card: "card";
6
6
  settings: "settings";
7
7
  "app-event": "app-event";
8
- "workflow-action-tool": "workflow-action-tool";
9
8
  page: "page";
9
+ "workflow-action-tool": "workflow-action-tool";
10
10
  webhooks: "webhooks";
11
11
  "workflow-action": "workflow-action";
12
12
  "app-function": "app-function";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubspot/cli",
3
- "version": "8.0.8-experimental.6",
3
+ "version": "8.0.8-experimental.8",
4
4
  "description": "The official CLI for developing on HubSpot",
5
5
  "license": "Apache-2.0",
6
6
  "repository": "https://github.com/HubSpot/hubspot-cli",
@@ -8,7 +8,7 @@
8
8
  "dependencies": {
9
9
  "@hubspot/cms-dev-server": "1.2.16",
10
10
  "@hubspot/local-dev-lib": "5.1.1",
11
- "@hubspot/project-parsing-lib": "0.2.0-experimental.1",
11
+ "@hubspot/project-parsing-lib": "0.12.0",
12
12
  "@hubspot/serverless-dev-runtime": "7.0.7",
13
13
  "@hubspot/ui-extensions-dev-server": "1.1.8",
14
14
  "@inquirer/prompts": "7.1.0",
@@ -30,6 +30,7 @@
30
30
  "open": "7.4.2",
31
31
  "p-queue": "8.1.0",
32
32
  "react": "19.2.3",
33
+ "react-dom": "19.2.3",
33
34
  "strip-ansi": "7.1.0",
34
35
  "table": "6.9.0",
35
36
  "tmp": "0.2.4",
@@ -119,6 +120,7 @@
119
120
  "registry": "https://registry.npmjs.org/"
120
121
  },
121
122
  "resolutions": {
122
- "eslint-visitor-keys": "4.2.0"
123
+ "eslint-visitor-keys": "4.2.0",
124
+ "@hubspot/cms-dev-server/react": "18.3.1"
123
125
  }
124
126
  }