@ms-cloudpack/cli 0.79.1 → 0.79.2

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 +22 -2
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @ms-cloudpack/cli
2
2
 
3
- <!-- This log was last generated on Tue, 31 Mar 2026 22:10:39 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Wed, 08 Apr 2026 19:24:40 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.79.2
8
+
9
+ Wed, 08 Apr 2026 19:24:40 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - `@ms-cloudpack/task-reporter`
14
+ - Restore original console methods on `TaskReporter#dispose()`. `TaskReporterTask#complete()` is now a no-op if called multiple times. Remove unused `TaskReporterTask#addMessage()`. (elcraig@microsoft.com)
15
+
16
+ ### Patches
17
+
18
+ - `@ms-cloudpack/cli`
19
+ - Update workspace-tools to 0.41.3 (elcraig@microsoft.com)
20
+ - `@ms-cloudpack/package-utilities`
21
+ - Update workspace-tools to 0.41.3 (elcraig@microsoft.com)
22
+ - `@ms-cloudpack/path-utilities`
23
+ - Update workspace-tools to 0.41.3 (elcraig@microsoft.com)
24
+ - `@ms-cloudpack/remote-cache`
25
+ - Update backfill dependencies and simplify internals of AzureRemoteCacheClient (elcraig@microsoft.com)
26
+
7
27
  ## 0.79.1
8
28
 
9
- Tue, 31 Mar 2026 22:10:39 GMT
29
+ Tue, 31 Mar 2026 22:12:37 GMT
10
30
 
11
31
  ### Patches
12
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/cli",
3
- "version": "0.79.1",
3
+ "version": "0.79.2",
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.1",
34
- "@ms-cloudpack/app-server": "^0.20.65",
35
- "@ms-cloudpack/bundler": "^0.27.27",
33
+ "@ms-cloudpack/api-server": "^0.67.2",
34
+ "@ms-cloudpack/app-server": "^0.20.66",
35
+ "@ms-cloudpack/bundler": "^0.27.28",
36
36
  "@ms-cloudpack/bundler-capabilities": "^0.5.3",
37
37
  "@ms-cloudpack/common-types": "^0.34.0",
38
- "@ms-cloudpack/config": "^0.38.39",
39
- "@ms-cloudpack/create-express-app": "^1.10.74",
38
+ "@ms-cloudpack/config": "^0.38.40",
39
+ "@ms-cloudpack/create-express-app": "^1.10.75",
40
40
  "@ms-cloudpack/environment": "^0.1.1",
41
- "@ms-cloudpack/file-watcher": "^0.4.33",
41
+ "@ms-cloudpack/file-watcher": "^0.4.34",
42
42
  "@ms-cloudpack/json-utilities": "^0.1.11",
43
- "@ms-cloudpack/link-proxy": "^0.2.87",
44
- "@ms-cloudpack/overlay": "^0.19.83",
45
- "@ms-cloudpack/package-utilities": "^13.8.1",
43
+ "@ms-cloudpack/link-proxy": "^0.2.88",
44
+ "@ms-cloudpack/overlay": "^0.19.84",
45
+ "@ms-cloudpack/package-utilities": "^13.8.2",
46
46
  "@ms-cloudpack/path-string-parsing": "^1.3.0",
47
- "@ms-cloudpack/path-utilities": "^3.2.10",
48
- "@ms-cloudpack/remote-cache": "^0.11.74",
47
+ "@ms-cloudpack/path-utilities": "^3.2.11",
48
+ "@ms-cloudpack/remote-cache": "^0.11.75",
49
49
  "@ms-cloudpack/setup-utilities": "^0.5.58",
50
- "@ms-cloudpack/task-reporter": "^0.20.1",
51
- "@ms-cloudpack/telemetry": "^0.11.74",
50
+ "@ms-cloudpack/task-reporter": "^0.21.0",
51
+ "@ms-cloudpack/telemetry": "^0.11.75",
52
52
  "@yarnpkg/lockfile": "^1.1.0",
53
53
  "commander": "^14.0.0",
54
54
  "cross-spawn": "^7.0.3",
@@ -58,7 +58,7 @@
58
58
  "prompts": "^2.4.2",
59
59
  "semver": "^7.6.0",
60
60
  "tinyglobby": "^0.2.13",
61
- "workspace-tools": "^0.41.0"
61
+ "workspace-tools": "^0.41.3"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@ms-cloudpack/common-types": "^0.34.0",