@hubspot/ui-extensions-dev-server 0.8.47 → 0.8.48
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.
|
@@ -45,6 +45,7 @@ class DevModeParentInterface {
|
|
|
45
45
|
case constants_1.PLATFORM_VERSION.V20232:
|
|
46
46
|
return constants_1.PLATFORM_VERSION.V20232;
|
|
47
47
|
case constants_1.PLATFORM_VERSION.V20252:
|
|
48
|
+
case constants_1.PLATFORM_VERSION.UNSTABLE:
|
|
48
49
|
return constants_1.PLATFORM_VERSION.V20252;
|
|
49
50
|
default:
|
|
50
51
|
return (0, utils_1.throwUnhandledPlatformVersionError)(platformVersion);
|
package/dist/lib/constants.d.ts
CHANGED
|
@@ -22,6 +22,7 @@ export declare const PLATFORM_VERSION: {
|
|
|
22
22
|
readonly V20231: "2023.1";
|
|
23
23
|
readonly V20232: "2023.2";
|
|
24
24
|
readonly V20252: "2025.2";
|
|
25
|
+
readonly UNSTABLE: "unstable";
|
|
25
26
|
};
|
|
26
27
|
export declare const PUBLIC_APP = "public-app";
|
|
27
28
|
export declare const PRIVATE_APP = "private-app";
|
package/dist/lib/constants.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hubspot/ui-extensions-dev-server",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.48",
|
|
4
4
|
"description": "",
|
|
5
5
|
"bin": {
|
|
6
6
|
"uie": "./dist/lib/bin/cli.js"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
],
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@hubspot/app-functions-dev-server": "0.8.
|
|
30
|
+
"@hubspot/app-functions-dev-server": "0.8.48",
|
|
31
31
|
"chalk": "5.4.1",
|
|
32
32
|
"commander": "13.0.0",
|
|
33
33
|
"cors": "2.8.5",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"optional": true
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "7ef1984c151f5631b056efdce2395e8b43375c90"
|
|
73
73
|
}
|