@backstage/cli-common 0.1.16-next.2 → 0.1.16

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 +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @backstage/cli-common
2
2
 
3
+ ## 0.1.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 5cfb2a4: Added new `run`, `runOutput`, and `runCheck` utilities to help run child processes in a safe and portable way.
8
+ - c8c2329: Add proxy configuration from env-vars to create-app tasks
9
+ - 2bae83a: Bumped dev dependencies `@types/node`
10
+
3
11
  ## 0.1.16-next.2
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/cli-common",
3
- "version": "0.1.16-next.2",
3
+ "version": "0.1.16",
4
4
  "description": "Common functionality used by cli, backend, and create-app",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -35,13 +35,13 @@
35
35
  "test": "backstage-cli package test"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/errors": "1.2.7",
38
+ "@backstage/errors": "^1.2.7",
39
39
  "cross-spawn": "^7.0.3",
40
40
  "global-agent": "^3.0.0",
41
41
  "undici": "^7.2.3"
42
42
  },
43
43
  "devDependencies": {
44
- "@backstage/cli": "0.35.0-next.2",
44
+ "@backstage/cli": "^0.35.0",
45
45
  "@types/cross-spawn": "^6.0.2",
46
46
  "@types/node": "^22.13.14"
47
47
  },