@backstage/cli 0.0.0-nightly-20230112022659 → 0.0.0-nightly-20230113023010

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/cli
2
2
 
3
- ## 0.0.0-nightly-20230112022659
3
+ ## 0.0.0-nightly-20230113023010
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -13,9 +13,9 @@
13
13
  - 7c8a974515: The `repo test`, `repo lint`, and `repo build` commands will now analyze `yarn.lock` for dependency changes when searching for changed packages. This allows you to use the `--since <ref>` flag even if you have `yarn.lock` changes.
14
14
  - e1b71e142e: Workspace ranges are no longer considered invalid by version commands.
15
15
  - Updated dependencies
16
- - @backstage/config@0.0.0-nightly-20230112022659
16
+ - @backstage/config@0.0.0-nightly-20230113023010
17
17
  - @backstage/cli-common@0.1.11
18
- - @backstage/config-loader@0.0.0-nightly-20230112022659
18
+ - @backstage/config-loader@0.0.0-nightly-20230113023010
19
19
  - @backstage/errors@1.1.4
20
20
  - @backstage/release-manifests@0.0.8
21
21
  - @backstage/types@1.0.2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/cli",
3
3
  "description": "CLI for developing Backstage plugins and apps",
4
- "version": "0.0.0-nightly-20230112022659",
4
+ "version": "0.0.0-nightly-20230113023010",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@backstage/cli-common": "^0.1.11",
34
- "@backstage/config": "^0.0.0-nightly-20230112022659",
35
- "@backstage/config-loader": "^0.0.0-nightly-20230112022659",
34
+ "@backstage/config": "^0.0.0-nightly-20230113023010",
35
+ "@backstage/config-loader": "^0.0.0-nightly-20230113023010",
36
36
  "@backstage/errors": "^1.1.4",
37
37
  "@backstage/release-manifests": "^0.0.8",
38
38
  "@backstage/types": "^1.0.2",
@@ -128,13 +128,13 @@
128
128
  "zod": "~3.18.0"
129
129
  },
130
130
  "devDependencies": {
131
- "@backstage/backend-common": "^0.0.0-nightly-20230112022659",
132
- "@backstage/config": "^0.0.0-nightly-20230112022659",
133
- "@backstage/core-app-api": "^0.0.0-nightly-20230112022659",
134
- "@backstage/core-components": "^0.0.0-nightly-20230112022659",
135
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230112022659",
136
- "@backstage/dev-utils": "^0.0.0-nightly-20230112022659",
137
- "@backstage/test-utils": "^0.0.0-nightly-20230112022659",
131
+ "@backstage/backend-common": "^0.0.0-nightly-20230113023010",
132
+ "@backstage/config": "^0.0.0-nightly-20230113023010",
133
+ "@backstage/core-app-api": "^0.0.0-nightly-20230113023010",
134
+ "@backstage/core-components": "^0.0.0-nightly-20230113023010",
135
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230113023010",
136
+ "@backstage/dev-utils": "^0.0.0-nightly-20230113023010",
137
+ "@backstage/test-utils": "^0.0.0-nightly-20230113023010",
138
138
  "@backstage/theme": "^0.2.16",
139
139
  "@types/diff": "^5.0.0",
140
140
  "@types/express": "^4.17.6",