@backstage/cli-module-config 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-config
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/types@1.2.2
13
13
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var name = "@backstage/cli-module-config";
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"
@@ -35,11 +35,11 @@ var scripts = {
35
35
  test: "backstage-cli package test"
36
36
  };
37
37
  var dependencies = {
38
- "@backstage/cli-common": "workspace:*",
39
- "@backstage/cli-node": "workspace:*",
40
- "@backstage/config": "workspace:*",
41
- "@backstage/config-loader": "workspace:*",
42
- "@backstage/types": "workspace:*",
38
+ "@backstage/cli-common": "workspace:^",
39
+ "@backstage/cli-node": "workspace:^",
40
+ "@backstage/config": "workspace:^",
41
+ "@backstage/config-loader": "workspace:^",
42
+ "@backstage/types": "workspace:^",
43
43
  "@manypkg/get-packages": "^1.1.3",
44
44
  chalk: "^4.0.0",
45
45
  cleye: "^2.3.0",
@@ -48,7 +48,7 @@ var dependencies = {
48
48
  yaml: "^2.0.0"
49
49
  };
50
50
  var devDependencies = {
51
- "@backstage/cli": "workspace:*",
51
+ "@backstage/cli": "workspace:^",
52
52
  "@types/json-schema": "^7.0.6"
53
53
  };
54
54
  var bin = "bin/backstage-cli-module-config";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/cli-module-config",
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"
@@ -32,10 +32,10 @@
32
32
  "test": "backstage-cli package test"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/cli-common": "0.0.0-nightly-20260324031107",
36
- "@backstage/cli-node": "0.0.0-nightly-20260324031107",
35
+ "@backstage/cli-common": "0.2.1-next.0",
36
+ "@backstage/cli-node": "0.3.1-next.0",
37
37
  "@backstage/config": "1.3.6",
38
- "@backstage/config-loader": "0.0.0-nightly-20260324031107",
38
+ "@backstage/config-loader": "1.10.10-next.0",
39
39
  "@backstage/types": "1.2.2",
40
40
  "@manypkg/get-packages": "^1.1.3",
41
41
  "chalk": "^4.0.0",
@@ -45,7 +45,7 @@
45
45
  "yaml": "^2.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "0.0.0-nightly-20260324031107",
48
+ "@backstage/cli": "0.36.1-next.0",
49
49
  "@types/json-schema": "^7.0.6"
50
50
  },
51
51
  "bin": "bin/backstage-cli-module-config",