@backstage/cli-module-build 0.1.0 → 0.1.1-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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @backstage/cli-module-build
2
2
 
3
+ ## 0.1.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/cli-common@0.2.1-next.0
9
+ - @backstage/cli-node@0.3.1-next.0
10
+ - @backstage/config-loader@1.10.10-next.0
11
+ - @backstage/config@1.3.6
12
+ - @backstage/errors@1.2.7
13
+ - @backstage/module-federation-common@0.1.2
14
+
3
15
  ## 0.1.0
4
16
 
5
17
  ### Minor Changes
@@ -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.0";
6
+ var version = "0.1.1-next.0";
7
7
  var description = "CLI module for Backstage CLI";
8
8
  var backstage = {
9
9
  role: "cli-module"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/cli-module-build",
3
- "version": "0.1.0",
3
+ "version": "0.1.1-next.0",
4
4
  "description": "CLI module for Backstage CLI",
5
5
  "backstage": {
6
6
  "role": "cli-module"
@@ -40,12 +40,12 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/cli-common": "^0.2.0",
44
- "@backstage/cli-node": "^0.3.0",
45
- "@backstage/config": "^1.3.6",
46
- "@backstage/config-loader": "^1.10.9",
47
- "@backstage/errors": "^1.2.7",
48
- "@backstage/module-federation-common": "^0.1.2",
43
+ "@backstage/cli-common": "0.2.1-next.0",
44
+ "@backstage/cli-node": "0.3.1-next.0",
45
+ "@backstage/config": "1.3.6",
46
+ "@backstage/config-loader": "1.10.10-next.0",
47
+ "@backstage/errors": "1.2.7",
48
+ "@backstage/module-federation-common": "0.1.2",
49
49
  "@manypkg/get-packages": "^1.1.3",
50
50
  "@module-federation/enhanced": "^0.21.6",
51
51
  "@pmmmwh/react-refresh-webpack-plugin": "^0.6.0",
@@ -101,8 +101,8 @@
101
101
  "yn": "^4.0.0"
102
102
  },
103
103
  "devDependencies": {
104
- "@backstage/backend-test-utils": "^1.11.1",
105
- "@backstage/cli": "^0.36.0",
104
+ "@backstage/backend-test-utils": "1.11.2-next.0",
105
+ "@backstage/cli": "0.36.1-next.0",
106
106
  "@types/fs-extra": "^11.0.0",
107
107
  "@types/lodash": "^4.14.151",
108
108
  "@types/npm-packlist": "^3.0.0",