@backstage/cli-node 0.2.11-next.1 → 0.2.12-next.0
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 +20 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @backstage/cli-node
|
|
2
2
|
|
|
3
|
+
## 0.2.12-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/types@1.2.1-next.0
|
|
9
|
+
- @backstage/errors@1.2.7-next.0
|
|
10
|
+
- @backstage/cli-common@0.1.15
|
|
11
|
+
|
|
12
|
+
## 0.2.11
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- af665ea: add PackageManager and Lockfile interfaces for future use
|
|
17
|
+
- cbfc69e: Internal refactor
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
- @backstage/errors@1.2.6
|
|
20
|
+
- @backstage/cli-common@0.1.15
|
|
21
|
+
- @backstage/types@1.2.0
|
|
22
|
+
|
|
3
23
|
## 0.2.11-next.1
|
|
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.
|
|
3
|
+
"version": "0.2.12-next.0",
|
|
4
4
|
"description": "Node.js library for Backstage CLIs",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "node-library"
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@backstage/cli-common": "0.1.15",
|
|
35
|
-
"@backstage/errors": "1.2.
|
|
36
|
-
"@backstage/types": "1.2.0",
|
|
35
|
+
"@backstage/errors": "1.2.7-next.0",
|
|
36
|
+
"@backstage/types": "1.2.1-next.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.
|
|
45
|
-
"@backstage/cli": "0.29.
|
|
46
|
-
"@backstage/test-utils": "1.7.
|
|
44
|
+
"@backstage/backend-test-utils": "1.2.1-next.1",
|
|
45
|
+
"@backstage/cli": "0.29.5-next.1",
|
|
46
|
+
"@backstage/test-utils": "1.7.4-next.0"
|
|
47
47
|
},
|
|
48
48
|
"typesVersions": {
|
|
49
49
|
"*": {
|