@backstage/cli-node 0.2.18-next.1 → 0.2.18
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 +10 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @backstage/cli-node
|
|
2
2
|
|
|
3
|
+
## 0.2.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7455dae: Use node prefix on native imports
|
|
8
|
+
- 5e3ef57: Added support for the new `peerModules` metadata field in `package.json`. This field allows plugin packages to declare modules that should be installed alongside them for cross-plugin integrations. The field is validated by `backstage-cli repo fix --publish`.
|
|
9
|
+
- 69d880e: Bump to latest zod to ensure it has the latest features
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
- @backstage/cli-common@0.1.18
|
|
12
|
+
|
|
3
13
|
## 0.2.18-next.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/cli-node",
|
|
3
|
-
"version": "0.2.18
|
|
3
|
+
"version": "0.2.18",
|
|
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.18
|
|
35
|
-
"@backstage/errors": "1.2.7",
|
|
36
|
-
"@backstage/types": "1.2.2",
|
|
34
|
+
"@backstage/cli-common": "^0.1.18",
|
|
35
|
+
"@backstage/errors": "^1.2.7",
|
|
36
|
+
"@backstage/types": "^1.2.2",
|
|
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.25.76"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@backstage/backend-test-utils": "1.
|
|
45
|
-
"@backstage/cli": "0.35.4
|
|
46
|
-
"@backstage/test-utils": "1.7.15
|
|
44
|
+
"@backstage/backend-test-utils": "^1.11.0",
|
|
45
|
+
"@backstage/cli": "^0.35.4",
|
|
46
|
+
"@backstage/test-utils": "^1.7.15"
|
|
47
47
|
},
|
|
48
48
|
"typesVersions": {
|
|
49
49
|
"*": {
|