@backstage/cli-common 0.1.16-next.1 → 0.1.16-next.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @backstage/cli-common
2
2
 
3
+ ## 0.1.16-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 2bae83a: Bumped dev dependencies `@types/node`
8
+ - Updated dependencies
9
+ - @backstage/errors@1.2.7
10
+
3
11
  ## 0.1.16-next.1
4
12
 
5
13
  ### 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-next.2",
4
4
  "description": "Common functionality used by cli, backend, and create-app",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -41,9 +41,9 @@
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-next.2",
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
  "*": {