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