@backstage/plugin-devtools-backend 0.2.2 → 0.2.3
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 +58 -12
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,26 +1,72 @@
|
|
|
1
1
|
# @backstage/plugin-devtools-backend
|
|
2
2
|
|
|
3
|
-
## 0.2.
|
|
3
|
+
## 0.2.3
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/
|
|
9
|
-
- @backstage/
|
|
10
|
-
- @backstage/
|
|
11
|
-
- @backstage/
|
|
12
|
-
- @backstage/
|
|
8
|
+
- @backstage/backend-common@0.19.8
|
|
9
|
+
- @backstage/plugin-auth-node@0.4.0
|
|
10
|
+
- @backstage/config-loader@1.5.1
|
|
11
|
+
- @backstage/errors@1.2.3
|
|
12
|
+
- @backstage/cli-common@0.1.13
|
|
13
|
+
- @backstage/backend-plugin-api@0.6.6
|
|
14
|
+
- @backstage/plugin-permission-node@0.7.17
|
|
15
|
+
- @backstage/config@1.1.1
|
|
16
|
+
- @backstage/types@1.1.1
|
|
17
|
+
- @backstage/plugin-devtools-common@0.1.5
|
|
18
|
+
- @backstage/plugin-permission-common@0.7.9
|
|
13
19
|
|
|
14
|
-
## 0.2.
|
|
20
|
+
## 0.2.3-next.2
|
|
15
21
|
|
|
16
22
|
### Patch Changes
|
|
17
23
|
|
|
18
24
|
- Updated dependencies
|
|
19
|
-
- @backstage/
|
|
20
|
-
- @backstage/
|
|
21
|
-
- @backstage/
|
|
22
|
-
- @backstage/
|
|
23
|
-
- @backstage/
|
|
25
|
+
- @backstage/backend-common@0.19.8-next.2
|
|
26
|
+
- @backstage/plugin-auth-node@0.4.0-next.2
|
|
27
|
+
- @backstage/config-loader@1.5.1-next.1
|
|
28
|
+
- @backstage/errors@1.2.3-next.0
|
|
29
|
+
- @backstage/plugin-permission-node@0.7.17-next.2
|
|
30
|
+
- @backstage/backend-plugin-api@0.6.6-next.2
|
|
31
|
+
- @backstage/cli-common@0.1.13-next.0
|
|
32
|
+
- @backstage/config@1.1.1-next.0
|
|
33
|
+
- @backstage/types@1.1.1
|
|
34
|
+
- @backstage/plugin-devtools-common@0.1.5-next.0
|
|
35
|
+
- @backstage/plugin-permission-common@0.7.9-next.0
|
|
36
|
+
|
|
37
|
+
## 0.2.2-next.1
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- Updated dependencies
|
|
42
|
+
- @backstage/backend-common@0.19.7-next.1
|
|
43
|
+
- @backstage/backend-plugin-api@0.6.5-next.1
|
|
44
|
+
- @backstage/plugin-auth-node@0.3.2-next.1
|
|
45
|
+
- @backstage/plugin-permission-node@0.7.16-next.1
|
|
46
|
+
- @backstage/config@1.1.0
|
|
47
|
+
- @backstage/cli-common@0.1.13-next.0
|
|
48
|
+
- @backstage/config-loader@1.5.1-next.0
|
|
49
|
+
- @backstage/errors@1.2.2
|
|
50
|
+
- @backstage/types@1.1.1
|
|
51
|
+
- @backstage/plugin-devtools-common@0.1.4
|
|
52
|
+
- @backstage/plugin-permission-common@0.7.8
|
|
53
|
+
|
|
54
|
+
## 0.2.2-next.0
|
|
55
|
+
|
|
56
|
+
### Patch Changes
|
|
57
|
+
|
|
58
|
+
- Updated dependencies
|
|
59
|
+
- @backstage/plugin-auth-node@0.3.2-next.0
|
|
60
|
+
- @backstage/config-loader@1.5.1-next.0
|
|
61
|
+
- @backstage/cli-common@0.1.13-next.0
|
|
62
|
+
- @backstage/backend-common@0.19.7-next.0
|
|
63
|
+
- @backstage/config@1.1.0
|
|
64
|
+
- @backstage/backend-plugin-api@0.6.5-next.0
|
|
65
|
+
- @backstage/errors@1.2.2
|
|
66
|
+
- @backstage/types@1.1.1
|
|
67
|
+
- @backstage/plugin-devtools-common@0.1.4
|
|
68
|
+
- @backstage/plugin-permission-common@0.7.8
|
|
69
|
+
- @backstage/plugin-permission-node@0.7.16-next.0
|
|
24
70
|
|
|
25
71
|
## 0.2.0
|
|
26
72
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-devtools-backend",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -28,16 +28,16 @@
|
|
|
28
28
|
"postpack": "backstage-cli package postpack"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@backstage/backend-common": "^0.19.
|
|
32
|
-
"@backstage/backend-plugin-api": "^0.6.
|
|
33
|
-
"@backstage/cli-common": "^0.1.
|
|
34
|
-
"@backstage/config": "^1.1.
|
|
35
|
-
"@backstage/config-loader": "^1.5.
|
|
36
|
-
"@backstage/errors": "^1.2.
|
|
37
|
-
"@backstage/plugin-auth-node": "^0.
|
|
38
|
-
"@backstage/plugin-devtools-common": "^0.1.
|
|
39
|
-
"@backstage/plugin-permission-common": "^0.7.
|
|
40
|
-
"@backstage/plugin-permission-node": "^0.7.
|
|
31
|
+
"@backstage/backend-common": "^0.19.8",
|
|
32
|
+
"@backstage/backend-plugin-api": "^0.6.6",
|
|
33
|
+
"@backstage/cli-common": "^0.1.13",
|
|
34
|
+
"@backstage/config": "^1.1.1",
|
|
35
|
+
"@backstage/config-loader": "^1.5.1",
|
|
36
|
+
"@backstage/errors": "^1.2.3",
|
|
37
|
+
"@backstage/plugin-auth-node": "^0.4.0",
|
|
38
|
+
"@backstage/plugin-devtools-common": "^0.1.5",
|
|
39
|
+
"@backstage/plugin-permission-common": "^0.7.9",
|
|
40
|
+
"@backstage/plugin-permission-node": "^0.7.17",
|
|
41
41
|
"@backstage/types": "^1.1.1",
|
|
42
42
|
"@manypkg/get-packages": "^1.1.3",
|
|
43
43
|
"@types/express": "*",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"yn": "^4.0.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@backstage/cli": "^0.
|
|
57
|
+
"@backstage/cli": "^0.23.0",
|
|
58
58
|
"@types/minimist": "^1.2.0",
|
|
59
59
|
"@types/ping": "^0.4.1",
|
|
60
60
|
"@types/supertest": "^2.0.8",
|