@squiz/dxp-cli-next 5.20.0-develop.6 → 5.20.0-develop.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.
- package/lib/cmp/dev-mode-ui.js +2 -2
- package/package.json +5 -7
package/lib/cmp/dev-mode-ui.js
CHANGED
|
@@ -10,7 +10,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.buildDevModeUICommand = void 0;
|
|
13
|
-
const
|
|
13
|
+
const server_1 = require("@squiz/local-component-dev-ui/lib/server");
|
|
14
14
|
const commander_1 = require("commander");
|
|
15
15
|
const MIN_PORT = 1024;
|
|
16
16
|
const MAX_PORT = 65535;
|
|
@@ -44,7 +44,7 @@ const buildDevModeUICommand = () => new commander_1.Command()
|
|
|
44
44
|
noBrowser: true,
|
|
45
45
|
};
|
|
46
46
|
// Starts the dev-mode server with the development UI
|
|
47
|
-
yield (0,
|
|
47
|
+
yield (0, server_1.startLocalDevelopmentUIServer)(source, input);
|
|
48
48
|
}));
|
|
49
49
|
exports.buildDevModeUICommand = buildDevModeUICommand;
|
|
50
50
|
const devModeUICommand = (0, exports.buildDevModeUICommand)();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@squiz/dxp-cli-next",
|
|
3
|
-
"version": "5.20.0-develop.
|
|
3
|
+
"version": "5.20.0-develop.8",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "https://gitlab.squiz.net/dxp/dxp-cli-next"
|
|
6
6
|
},
|
|
@@ -41,10 +41,11 @@
|
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@apidevtools/swagger-parser": "10.1.0",
|
|
44
|
-
"@squiz/component-cli-lib": "1.
|
|
44
|
+
"@squiz/component-cli-lib": "1.70.1",
|
|
45
45
|
"@squiz/dxp-porter-shared": "0.4.0",
|
|
46
|
-
"@squiz/local-component-dev-ui": "0.
|
|
47
|
-
"@squiz/render-runtime-lib": "
|
|
46
|
+
"@squiz/local-component-dev-ui": "0.6.0",
|
|
47
|
+
"@squiz/render-runtime-lib": "1.77.0",
|
|
48
|
+
"@squiz/edge-dev-render-runtime-lib": "2.3.0",
|
|
48
49
|
"axios": "1.1.3",
|
|
49
50
|
"cli-color": "2.0.3",
|
|
50
51
|
"commander": "9.4.0",
|
|
@@ -102,9 +103,6 @@
|
|
|
102
103
|
"lint-staged": {
|
|
103
104
|
"*.ts": "eslint --cache --cache-location .eslintcache --fix"
|
|
104
105
|
},
|
|
105
|
-
"overrides": {
|
|
106
|
-
"@squiz/edge-dev-render-runtime-lib": "2.1.1"
|
|
107
|
-
},
|
|
108
106
|
"release": {
|
|
109
107
|
"branches": [
|
|
110
108
|
"master",
|