@backstage/cli-node 0.2.11-next.0 → 0.2.11

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 +20 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @backstage/cli-node
2
2
 
3
+ ## 0.2.11
4
+
5
+ ### Patch Changes
6
+
7
+ - af665ea: add PackageManager and Lockfile interfaces for future use
8
+ - cbfc69e: Internal refactor
9
+ - Updated dependencies
10
+ - @backstage/errors@1.2.6
11
+ - @backstage/cli-common@0.1.15
12
+ - @backstage/types@1.2.0
13
+
14
+ ## 0.2.11-next.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/errors@1.2.6-next.0
20
+ - @backstage/cli-common@0.1.15
21
+ - @backstage/types@1.2.0
22
+
3
23
  ## 0.2.11-next.0
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/cli-node",
3
- "version": "0.2.11-next.0",
3
+ "version": "0.2.11",
4
4
  "description": "Node.js library for Backstage CLIs",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -31,9 +31,9 @@
31
31
  "test": "backstage-cli package test"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/cli-common": "0.1.15",
35
- "@backstage/errors": "1.2.5",
36
- "@backstage/types": "1.2.0",
34
+ "@backstage/cli-common": "^0.1.15",
35
+ "@backstage/errors": "^1.2.6",
36
+ "@backstage/types": "^1.2.0",
37
37
  "@manypkg/get-packages": "^1.1.3",
38
38
  "@yarnpkg/parsers": "^3.0.0",
39
39
  "fs-extra": "^11.2.0",
@@ -41,9 +41,9 @@
41
41
  "zod": "^3.22.4"
42
42
  },
43
43
  "devDependencies": {
44
- "@backstage/backend-test-utils": "1.2.0-next.0",
45
- "@backstage/cli": "0.29.3-next.0",
46
- "@backstage/test-utils": "1.7.3-next.0"
44
+ "@backstage/backend-test-utils": "^1.2.0",
45
+ "@backstage/cli": "^0.29.4",
46
+ "@backstage/test-utils": "^1.7.3"
47
47
  },
48
48
  "typesVersions": {
49
49
  "*": {