@backstage/cli-common 0.1.16-next.1 → 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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
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
+
11
+ ## 0.1.16-next.2
12
+
13
+ ### Patch Changes
14
+
15
+ - 2bae83a: Bumped dev dependencies `@types/node`
16
+ - Updated dependencies
17
+ - @backstage/errors@1.2.7
18
+
3
19
  ## 0.1.16-next.1
4
20
 
5
21
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -130,4 +130,5 @@ declare class ExitCodeError extends CustomErrorBase {
130
130
  constructor(code: number, command?: string);
131
131
  }
132
132
 
133
- export { BACKSTAGE_JSON, ExitCodeError, type Paths, type ResolveFunc, type RunChildProcess, type RunOnOutput, type RunOptions, bootstrapEnvProxyAgents, findPaths, isChildPath, run, runCheck, runOutput };
133
+ export { BACKSTAGE_JSON, ExitCodeError, bootstrapEnvProxyAgents, findPaths, isChildPath, run, runCheck, runOutput };
134
+ export type { Paths, ResolveFunc, RunChildProcess, RunOnOutput, RunOptions };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/cli-common",
3
- "version": "0.1.16-next.1",
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,15 +35,15 @@
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.34.6-next.1",
44
+ "@backstage/cli": "^0.35.0",
45
45
  "@types/cross-spawn": "^6.0.2",
46
- "@types/node": "^20.16.0"
46
+ "@types/node": "^22.13.14"
47
47
  },
48
48
  "typesVersions": {
49
49
  "*": {