@backstage/plugin-devtools-backend 0.0.0-nightly-20230710023405 → 0.0.0-nightly-20230712023401

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 +28 -9
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,22 +1,41 @@
1
1
  # @backstage/plugin-devtools-backend
2
2
 
3
- ## 0.0.0-nightly-20230710023405
3
+ ## 0.0.0-nightly-20230712023401
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 4edd1ef71453: semver upgrade to 7.5.3
7
8
  - ae261e79d256: Added alpha support for the [new backend system](https://backstage.io/docs/backend-system/)
8
9
  - Updated dependencies
9
- - @backstage/errors@0.0.0-nightly-20230710023405
10
- - @backstage/backend-common@0.0.0-nightly-20230710023405
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20230710023405
10
+ - @backstage/errors@0.0.0-nightly-20230712023401
11
+ - @backstage/backend-common@0.0.0-nightly-20230712023401
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230712023401
12
13
  - @backstage/cli-common@0.1.12
13
14
  - @backstage/config@1.0.8
14
- - @backstage/config-loader@0.0.0-nightly-20230710023405
15
+ - @backstage/config-loader@0.0.0-nightly-20230712023401
15
16
  - @backstage/types@1.1.0
16
- - @backstage/plugin-auth-node@0.0.0-nightly-20230710023405
17
- - @backstage/plugin-devtools-common@0.0.0-nightly-20230710023405
18
- - @backstage/plugin-permission-common@0.0.0-nightly-20230710023405
19
- - @backstage/plugin-permission-node@0.0.0-nightly-20230710023405
17
+ - @backstage/plugin-auth-node@0.0.0-nightly-20230712023401
18
+ - @backstage/plugin-devtools-common@0.0.0-nightly-20230712023401
19
+ - @backstage/plugin-permission-common@0.0.0-nightly-20230712023401
20
+ - @backstage/plugin-permission-node@0.0.0-nightly-20230712023401
21
+
22
+ ## 0.1.2-next.2
23
+
24
+ ### Patch Changes
25
+
26
+ - 4edd1ef71453: semver upgrade to 7.5.3
27
+ - Updated dependencies
28
+ - @backstage/backend-common@0.19.1-next.0
29
+ - @backstage/backend-plugin-api@0.5.4-next.0
30
+ - @backstage/cli-common@0.1.12
31
+ - @backstage/config@1.0.8
32
+ - @backstage/config-loader@1.3.2-next.0
33
+ - @backstage/errors@1.2.1-next.0
34
+ - @backstage/types@1.1.0
35
+ - @backstage/plugin-auth-node@0.2.16-next.0
36
+ - @backstage/plugin-devtools-common@0.1.2-next.0
37
+ - @backstage/plugin-permission-common@0.7.7-next.0
38
+ - @backstage/plugin-permission-node@0.7.10-next.0
20
39
 
21
40
  ## 0.1.2-next.1
22
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools-backend",
3
- "version": "0.0.0-nightly-20230710023405",
3
+ "version": "0.0.0-nightly-20230712023401",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -22,16 +22,16 @@
22
22
  "postpack": "backstage-cli package postpack"
23
23
  },
24
24
  "dependencies": {
25
- "@backstage/backend-common": "^0.0.0-nightly-20230710023405",
26
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230710023405",
25
+ "@backstage/backend-common": "^0.0.0-nightly-20230712023401",
26
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230712023401",
27
27
  "@backstage/cli-common": "^0.1.12",
28
28
  "@backstage/config": "^1.0.8",
29
- "@backstage/config-loader": "^0.0.0-nightly-20230710023405",
30
- "@backstage/errors": "^0.0.0-nightly-20230710023405",
31
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20230710023405",
32
- "@backstage/plugin-devtools-common": "^0.0.0-nightly-20230710023405",
33
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20230710023405",
34
- "@backstage/plugin-permission-node": "^0.0.0-nightly-20230710023405",
29
+ "@backstage/config-loader": "^0.0.0-nightly-20230712023401",
30
+ "@backstage/errors": "^0.0.0-nightly-20230712023401",
31
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20230712023401",
32
+ "@backstage/plugin-devtools-common": "^0.0.0-nightly-20230712023401",
33
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20230712023401",
34
+ "@backstage/plugin-permission-node": "^0.0.0-nightly-20230712023401",
35
35
  "@backstage/types": "^1.1.0",
36
36
  "@manypkg/get-packages": "^1.1.3",
37
37
  "@types/express": "*",
@@ -43,12 +43,12 @@
43
43
  "lodash": "^4.17.21",
44
44
  "node-fetch": "^2.6.7",
45
45
  "ping": "^0.4.1",
46
- "semver": "^7.3.2",
46
+ "semver": "^7.5.3",
47
47
  "winston": "^3.2.1",
48
48
  "yn": "^4.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/cli": "^0.0.0-nightly-20230710023405",
51
+ "@backstage/cli": "^0.0.0-nightly-20230712023401",
52
52
  "@types/minimist": "^1.2.0",
53
53
  "@types/ping": "^0.4.1",
54
54
  "@types/supertest": "^2.0.8",