@backstage/cli-node 0.0.0-nightly-20230711023345 → 0.0.0-nightly-20230713023337

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 +12 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,15 +1,25 @@
1
1
  # @backstage/cli-node
2
2
 
3
- ## 0.0.0-nightly-20230711023345
3
+ ## 0.0.0-nightly-20230713023337
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 4edd1ef71453: semver upgrade to 7.5.3
8
8
  - Updated dependencies
9
- - @backstage/errors@0.0.0-nightly-20230711023345
9
+ - @backstage/errors@0.0.0-nightly-20230713023337
10
10
  - @backstage/cli-common@0.1.12
11
11
  - @backstage/types@1.1.0
12
12
 
13
+ ## 0.1.2-next.1
14
+
15
+ ### Patch Changes
16
+
17
+ - 4edd1ef71453: semver upgrade to 7.5.3
18
+ - Updated dependencies
19
+ - @backstage/cli-common@0.1.12
20
+ - @backstage/errors@1.2.1-next.0
21
+ - @backstage/types@1.1.0
22
+
13
23
  ## 0.1.2-next.0
14
24
 
15
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/cli-node",
3
3
  "description": "Node.js library for Backstage CLIs",
4
- "version": "0.0.0-nightly-20230711023345",
4
+ "version": "0.0.0-nightly-20230713023337",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@backstage/cli-common": "^0.1.12",
26
- "@backstage/errors": "^0.0.0-nightly-20230711023345",
26
+ "@backstage/errors": "^0.0.0-nightly-20230713023337",
27
27
  "@backstage/types": "^1.1.0",
28
28
  "@manypkg/get-packages": "^1.1.3",
29
29
  "@yarnpkg/parsers": "^3.0.0-rc.4",
@@ -32,7 +32,7 @@
32
32
  "zod": "^3.21.4"
33
33
  },
34
34
  "devDependencies": {
35
- "@backstage/cli": "^0.0.0-nightly-20230711023345",
35
+ "@backstage/cli": "^0.0.0-nightly-20230713023337",
36
36
  "mock-fs": "^5.2.0"
37
37
  },
38
38
  "files": [