@backstage/cli-common
Advanced tools
+6
-0
| # @backstage/cli-common | ||
| ## 0.3.0 | ||
| ### Minor Changes | ||
| - 39deda4: **BREAKING**: Removed the deprecated `bootstrapEnvProxyAgents` export along with the `global-agent` and `undici` dependencies. Use Node.js built-in proxy support by setting `NODE_USE_ENV_PROXY=1` alongside your `HTTP_PROXY`/`HTTPS_PROXY`/`NO_PROXY` environment variables instead. See the [corporate proxy guide](https://backstage.io/docs/tutorials/corporate-proxy/) for details. | ||
| ## 0.3.0-next.0 | ||
@@ -4,0 +10,0 @@ |
+3
-3
| { | ||
| "name": "@backstage/cli-common", | ||
| "version": "0.3.0-next.0", | ||
| "version": "0.3.0", | ||
| "description": "Common functionality used by cli, backend, and create-app", | ||
@@ -59,7 +59,7 @@ "backstage": { | ||
| "dependencies": { | ||
| "@backstage/errors": "1.3.1", | ||
| "@backstage/errors": "^1.3.1", | ||
| "cross-spawn": "^7.0.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@backstage/cli": "0.36.4-next.2", | ||
| "@backstage/cli": "^0.36.4", | ||
| "@types/cross-spawn": "^6.0.2", | ||
@@ -66,0 +66,0 @@ "@types/node": "^22.13.14" |
61082
0.67%Updated