🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@backstage/cli-common

Package Overview
Dependencies
Maintainers
3
Versions
309
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backstage/cli-common - npm Package Compare versions

Comparing version
0.3.0-next.0
to
0.3.0
+6
-0
CHANGELOG.md
# @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"