@hubspot/local-dev-lib 5.3.0 → 5.3.1

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.
package/enums/build.d.ts CHANGED
@@ -26,6 +26,7 @@ export declare const COMPONENT_TYPES: {
26
26
  };
27
27
  export declare const SUBCOMPONENT_TYPES: {
28
28
  readonly APP_ID: "APP_ID";
29
+ readonly PUBLIC_APP_ID: "PUBLIC_APP_ID";
29
30
  readonly PACKAGE_LOCK_FILE: "PACKAGE_LOCK_FILE";
30
31
  readonly CRM_CARD_V2: "CRM_CARD_V2";
31
32
  readonly CARD_V2: "CARD_V2";
@@ -35,4 +36,5 @@ export declare const SUBCOMPONENT_TYPES: {
35
36
  readonly APP_FUNCTION: "APP_FUNCTION";
36
37
  readonly AUTOMATION_ACTION: "AUTOMATION_ACTION";
37
38
  readonly REACT_EXTENSION: "REACT_EXTENSION";
39
+ readonly WEBHOOKS: "WEBHOOKS";
38
40
  };
package/enums/build.js CHANGED
@@ -26,6 +26,7 @@ export const COMPONENT_TYPES = {
26
26
  };
27
27
  export const SUBCOMPONENT_TYPES = {
28
28
  APP_ID: 'APP_ID',
29
+ PUBLIC_APP_ID: 'PUBLIC_APP_ID',
29
30
  PACKAGE_LOCK_FILE: 'PACKAGE_LOCK_FILE',
30
31
  CRM_CARD_V2: 'CRM_CARD_V2',
31
32
  CARD_V2: 'CARD_V2',
@@ -35,4 +36,5 @@ export const SUBCOMPONENT_TYPES = {
35
36
  APP_FUNCTION: 'APP_FUNCTION',
36
37
  AUTOMATION_ACTION: 'AUTOMATION_ACTION',
37
38
  REACT_EXTENSION: 'REACT_EXTENSION',
39
+ WEBHOOKS: 'WEBHOOKS',
38
40
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubspot/local-dev-lib",
3
- "version": "5.3.0",
3
+ "version": "5.3.1",
4
4
  "type": "module",
5
5
  "description": "Provides library functionality for HubSpot local development tooling, including the HubSpot CLI",
6
6
  "files": [