@ms-cloudpack/cli 0.77.22 → 0.77.24

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/cli",
3
- "version": "0.77.22",
3
+ "version": "0.77.24",
4
4
  "description": "The Cloudpack command line interface - a tool for managing fast inner and outer looping in web apps.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -18,25 +18,25 @@
18
18
  "cloudpack": "./bin/cloudpack.js"
19
19
  },
20
20
  "dependencies": {
21
- "@ms-cloudpack/api-server": "^0.65.4",
22
- "@ms-cloudpack/app-server": "^0.20.28",
23
- "@ms-cloudpack/bundler": "^0.26.13",
24
- "@ms-cloudpack/bundler-capabilities": "^0.4.7",
25
- "@ms-cloudpack/common-types": "^0.32.1",
26
- "@ms-cloudpack/config": "^0.38.17",
27
- "@ms-cloudpack/create-express-app": "^1.10.62",
21
+ "@ms-cloudpack/api-server": "^0.65.6",
22
+ "@ms-cloudpack/app-server": "^0.20.30",
23
+ "@ms-cloudpack/bundler": "^0.26.15",
24
+ "@ms-cloudpack/bundler-capabilities": "^0.4.8",
25
+ "@ms-cloudpack/common-types": "^0.32.2",
26
+ "@ms-cloudpack/config": "^0.38.18",
27
+ "@ms-cloudpack/create-express-app": "^1.10.63",
28
28
  "@ms-cloudpack/environment": "^0.1.1",
29
- "@ms-cloudpack/file-watcher": "^0.4.20",
29
+ "@ms-cloudpack/file-watcher": "^0.4.21",
30
30
  "@ms-cloudpack/json-utilities": "^0.1.11",
31
- "@ms-cloudpack/link-proxy": "^0.2.50",
32
- "@ms-cloudpack/overlay": "^0.19.46",
33
- "@ms-cloudpack/package-utilities": "^13.2.1",
31
+ "@ms-cloudpack/link-proxy": "^0.2.52",
32
+ "@ms-cloudpack/overlay": "^0.19.48",
33
+ "@ms-cloudpack/package-utilities": "^13.2.2",
34
34
  "@ms-cloudpack/path-string-parsing": "^1.2.7",
35
- "@ms-cloudpack/path-utilities": "^3.1.33",
36
- "@ms-cloudpack/remote-cache": "^0.11.53",
37
- "@ms-cloudpack/setup-utilities": "^0.5.54",
35
+ "@ms-cloudpack/path-utilities": "^3.1.34",
36
+ "@ms-cloudpack/remote-cache": "^0.11.54",
37
+ "@ms-cloudpack/setup-utilities": "^0.5.55",
38
38
  "@ms-cloudpack/task-reporter": "^0.17.4",
39
- "@ms-cloudpack/telemetry": "^0.11.53",
39
+ "@ms-cloudpack/telemetry": "^0.11.54",
40
40
  "@yarnpkg/lockfile": "^1.1.0",
41
41
  "commander": "^14.0.0",
42
42
  "cross-spawn": "^7.0.3",
@@ -49,8 +49,8 @@
49
49
  "workspace-tools": "^0.38.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@ms-cloudpack/common-types": "^0.32.1",
53
- "@ms-cloudpack/common-types-browser": "^0.6.3",
52
+ "@ms-cloudpack/common-types": "^0.32.2",
53
+ "@ms-cloudpack/common-types-browser": "^0.6.4",
54
54
  "@ms-cloudpack/eslint-plugin-internal": "^0.0.1",
55
55
  "@ms-cloudpack/scripts": "^0.0.1",
56
56
  "@ms-cloudpack/test-utilities": "^0.5.0",
@@ -706,6 +706,10 @@
706
706
  "type": {
707
707
  "type": "string",
708
708
  "const": "bootstrap"
709
+ },
710
+ "deferScripts": {
711
+ "type": "boolean",
712
+ "description": "Defer execution of scripts until the entry has loaded (default: false)."
709
713
  }
710
714
  },
711
715
  "required": [
@@ -707,6 +707,10 @@
707
707
  "type": {
708
708
  "type": "string",
709
709
  "const": "bootstrap"
710
+ },
711
+ "deferScripts": {
712
+ "type": "boolean",
713
+ "description": "Defer execution of scripts until the entry has loaded (default: false)."
710
714
  }
711
715
  },
712
716
  "required": [