@backstage/cli-module-build 0.1.2 → 0.1.3-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 +10 -2
- package/dist/package.json.cjs.js +2 -2
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,18 @@
|
|
|
1
1
|
# @backstage/cli-module-build
|
|
2
2
|
|
|
3
|
-
## 0.1.
|
|
3
|
+
## 0.1.3-next.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- ed4ee6f: Fixed config path resolution for the embedded-postgres database client detection to resolve paths relative to the target package directory rather than the workspace root.
|
|
8
|
+
- 41070b8: Upgraded `@module-federation/enhanced`, `@module-federation/runtime`, and `@module-federation/sdk` from `^0.21.6` to `^2.3.3` to address known vulnerabilities.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/errors@1.3.1-next.0
|
|
11
|
+
- @backstage/module-federation-common@0.1.4-next.0
|
|
12
|
+
- @backstage/cli-common@0.2.2-next.0
|
|
13
|
+
- @backstage/cli-node@0.3.2-next.0
|
|
14
|
+
- @backstage/config@1.3.8-next.0
|
|
15
|
+
- @backstage/config-loader@1.10.11-next.0
|
|
8
16
|
|
|
9
17
|
## 0.1.1
|
|
10
18
|
|
package/dist/package.json.cjs.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var name = "@backstage/cli-module-build";
|
|
6
|
-
var version = "0.1.
|
|
6
|
+
var version = "0.1.3-next.0";
|
|
7
7
|
var description = "CLI module for Backstage CLI";
|
|
8
8
|
var backstage = {
|
|
9
9
|
role: "cli-module"
|
|
@@ -50,7 +50,7 @@ var dependencies = {
|
|
|
50
50
|
"@backstage/errors": "workspace:^",
|
|
51
51
|
"@backstage/module-federation-common": "workspace:^",
|
|
52
52
|
"@manypkg/get-packages": "^1.1.3",
|
|
53
|
-
"@module-federation/enhanced": "^
|
|
53
|
+
"@module-federation/enhanced": "^2.3.3",
|
|
54
54
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.0",
|
|
55
55
|
"@rollup/plugin-commonjs": "^26.0.0",
|
|
56
56
|
"@rollup/plugin-json": "^6.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/cli-module-build",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3-next.0",
|
|
4
4
|
"description": "CLI module for Backstage CLI",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "cli-module"
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@backstage/cli-common": "
|
|
44
|
-
"@backstage/cli-node": "
|
|
45
|
-
"@backstage/config": "
|
|
46
|
-
"@backstage/config-loader": "
|
|
47
|
-
"@backstage/errors": "
|
|
48
|
-
"@backstage/module-federation-common": "
|
|
43
|
+
"@backstage/cli-common": "0.2.2-next.0",
|
|
44
|
+
"@backstage/cli-node": "0.3.2-next.0",
|
|
45
|
+
"@backstage/config": "1.3.8-next.0",
|
|
46
|
+
"@backstage/config-loader": "1.10.11-next.0",
|
|
47
|
+
"@backstage/errors": "1.3.1-next.0",
|
|
48
|
+
"@backstage/module-federation-common": "0.1.4-next.0",
|
|
49
49
|
"@manypkg/get-packages": "^1.1.3",
|
|
50
|
-
"@module-federation/enhanced": "^
|
|
50
|
+
"@module-federation/enhanced": "^2.3.3",
|
|
51
51
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.0",
|
|
52
52
|
"@rollup/plugin-commonjs": "^26.0.0",
|
|
53
53
|
"@rollup/plugin-json": "^6.0.0",
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
"yn": "^4.0.0"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
|
-
"@backstage/backend-test-utils": "
|
|
106
|
-
"@backstage/cli": "
|
|
105
|
+
"@backstage/backend-test-utils": "1.11.3-next.0",
|
|
106
|
+
"@backstage/cli": "0.36.2-next.0",
|
|
107
107
|
"@types/fs-extra": "^11.0.0",
|
|
108
108
|
"@types/lodash": "^4.14.151",
|
|
109
109
|
"@types/npm-packlist": "^3.0.0",
|