@ms-cloudpack/cli 0.80.0 → 0.80.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -2
  2. package/package.json +22 -22
package/CHANGELOG.md CHANGED
@@ -1,12 +1,25 @@
1
1
  # Change Log - @ms-cloudpack/cli
2
2
 
3
- <!-- This log was last generated on Wed, 06 May 2026 05:47:28 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Thu, 07 May 2026 06:25:39 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.80.1
8
+
9
+ Thu, 07 May 2026 06:25:39 GMT
10
+
11
+ ### Patches
12
+
13
+ - `@ms-cloudpack/eslint-plugin-deprecated`
14
+ - Publish JS files again (elcraig@microsoft.com)
15
+ - `@ms-cloudpack/esbuild-node-helpers`
16
+ - Initial release (elcraig@microsoft.com)
17
+ - `@ms-cloudpack/api-server`
18
+ - Update esbuild to 0.28.0 for staticAnalysisInit (elcraig@microsoft.com)
19
+
7
20
  ## 0.80.0
8
21
 
9
- Wed, 06 May 2026 05:47:28 GMT
22
+ Wed, 06 May 2026 05:50:34 GMT
10
23
 
11
24
  ### Minor changes
12
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/cli",
3
- "version": "0.80.0",
3
+ "version": "0.80.1",
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",
@@ -30,25 +30,25 @@
30
30
  "test": "cloudpack-scripts test"
31
31
  },
32
32
  "dependencies": {
33
- "@ms-cloudpack/api-server": "^0.67.3",
34
- "@ms-cloudpack/app-server": "^0.20.67",
35
- "@ms-cloudpack/bundler": "^0.27.29",
36
- "@ms-cloudpack/bundler-capabilities": "^0.5.4",
37
- "@ms-cloudpack/common-types": "^0.34.1",
38
- "@ms-cloudpack/config": "^0.38.41",
39
- "@ms-cloudpack/create-express-app": "^1.10.76",
40
- "@ms-cloudpack/environment": "^0.1.3",
41
- "@ms-cloudpack/file-watcher": "^0.4.35",
42
- "@ms-cloudpack/json-utilities": "^0.1.12",
43
- "@ms-cloudpack/link-proxy": "^0.2.89",
44
- "@ms-cloudpack/overlay": "^0.19.85",
45
- "@ms-cloudpack/package-utilities": "^13.8.3",
46
- "@ms-cloudpack/path-string-parsing": "^1.3.1",
47
- "@ms-cloudpack/path-utilities": "^3.2.12",
48
- "@ms-cloudpack/remote-cache": "^0.11.76",
49
- "@ms-cloudpack/setup-utilities": "^0.5.59",
50
- "@ms-cloudpack/task-reporter": "^0.21.1",
51
- "@ms-cloudpack/telemetry": "^0.12.0",
33
+ "@ms-cloudpack/api-server": "^0.67.4",
34
+ "@ms-cloudpack/app-server": "^0.20.68",
35
+ "@ms-cloudpack/bundler": "^0.27.30",
36
+ "@ms-cloudpack/bundler-capabilities": "^0.5.5",
37
+ "@ms-cloudpack/common-types": "^0.34.2",
38
+ "@ms-cloudpack/config": "^0.38.42",
39
+ "@ms-cloudpack/create-express-app": "^1.10.77",
40
+ "@ms-cloudpack/environment": "^0.1.4",
41
+ "@ms-cloudpack/file-watcher": "^0.4.36",
42
+ "@ms-cloudpack/json-utilities": "^0.1.13",
43
+ "@ms-cloudpack/link-proxy": "^0.2.90",
44
+ "@ms-cloudpack/overlay": "^0.19.86",
45
+ "@ms-cloudpack/package-utilities": "^13.8.4",
46
+ "@ms-cloudpack/path-string-parsing": "^1.3.2",
47
+ "@ms-cloudpack/path-utilities": "^3.2.13",
48
+ "@ms-cloudpack/remote-cache": "^0.11.77",
49
+ "@ms-cloudpack/setup-utilities": "^0.5.60",
50
+ "@ms-cloudpack/task-reporter": "^0.21.2",
51
+ "@ms-cloudpack/telemetry": "^0.12.1",
52
52
  "@yarnpkg/lockfile": "^1.1.0",
53
53
  "commander": "^14.0.0",
54
54
  "cross-spawn": "^7.0.3",
@@ -61,8 +61,8 @@
61
61
  "workspace-tools": "^0.41.3"
62
62
  },
63
63
  "devDependencies": {
64
- "@ms-cloudpack/common-types": "^0.34.1",
65
- "@ms-cloudpack/common-types-browser": "^0.6.7",
64
+ "@ms-cloudpack/common-types": "^0.34.2",
65
+ "@ms-cloudpack/common-types-browser": "^0.6.8",
66
66
  "@ms-cloudpack/eslint-plugin-internal": "^0.0.1",
67
67
  "@ms-cloudpack/scripts": "^0.0.1",
68
68
  "@ms-cloudpack/test-utilities": "^0.5.0",