@backstage/plugin-devtools-backend 0.0.0-nightly-20231016021307 → 0.0.0-nightly-20231017021237
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 +11 -11
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
# @backstage/plugin-devtools-backend
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20231017021237
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/backend-common@0.0.0-nightly-
|
|
9
|
-
- @backstage/plugin-auth-node@0.0.0-nightly-
|
|
10
|
-
- @backstage/config-loader@0.0.0-nightly-
|
|
11
|
-
- @backstage/errors@0.0.0-nightly-
|
|
12
|
-
- @backstage/cli-common@0.0.0-nightly-
|
|
13
|
-
- @backstage/backend-plugin-api@0.0.0-nightly-
|
|
14
|
-
- @backstage/plugin-permission-node@0.0.0-nightly-
|
|
15
|
-
- @backstage/config@0.0.0-nightly-
|
|
8
|
+
- @backstage/backend-common@0.0.0-nightly-20231017021237
|
|
9
|
+
- @backstage/plugin-auth-node@0.0.0-nightly-20231017021237
|
|
10
|
+
- @backstage/config-loader@0.0.0-nightly-20231017021237
|
|
11
|
+
- @backstage/errors@0.0.0-nightly-20231017021237
|
|
12
|
+
- @backstage/cli-common@0.0.0-nightly-20231017021237
|
|
13
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20231017021237
|
|
14
|
+
- @backstage/plugin-permission-node@0.0.0-nightly-20231017021237
|
|
15
|
+
- @backstage/config@0.0.0-nightly-20231017021237
|
|
16
16
|
- @backstage/types@1.1.1
|
|
17
|
-
- @backstage/plugin-devtools-common@0.0.0-nightly-
|
|
18
|
-
- @backstage/plugin-permission-common@0.0.0-nightly-
|
|
17
|
+
- @backstage/plugin-devtools-common@0.0.0-nightly-20231017021237
|
|
18
|
+
- @backstage/plugin-permission-common@0.0.0-nightly-20231017021237
|
|
19
19
|
|
|
20
20
|
## 0.2.3-next.2
|
|
21
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-devtools-backend",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20231017021237",
|
|
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.0.0-nightly-
|
|
32
|
-
"@backstage/backend-plugin-api": "^0.0.0-nightly-
|
|
33
|
-
"@backstage/cli-common": "^0.0.0-nightly-
|
|
34
|
-
"@backstage/config": "^0.0.0-nightly-
|
|
35
|
-
"@backstage/config-loader": "^0.0.0-nightly-
|
|
36
|
-
"@backstage/errors": "^0.0.0-nightly-
|
|
37
|
-
"@backstage/plugin-auth-node": "^0.0.0-nightly-
|
|
38
|
-
"@backstage/plugin-devtools-common": "^0.0.0-nightly-
|
|
39
|
-
"@backstage/plugin-permission-common": "^0.0.0-nightly-
|
|
40
|
-
"@backstage/plugin-permission-node": "^0.0.0-nightly-
|
|
31
|
+
"@backstage/backend-common": "^0.0.0-nightly-20231017021237",
|
|
32
|
+
"@backstage/backend-plugin-api": "^0.0.0-nightly-20231017021237",
|
|
33
|
+
"@backstage/cli-common": "^0.0.0-nightly-20231017021237",
|
|
34
|
+
"@backstage/config": "^0.0.0-nightly-20231017021237",
|
|
35
|
+
"@backstage/config-loader": "^0.0.0-nightly-20231017021237",
|
|
36
|
+
"@backstage/errors": "^0.0.0-nightly-20231017021237",
|
|
37
|
+
"@backstage/plugin-auth-node": "^0.0.0-nightly-20231017021237",
|
|
38
|
+
"@backstage/plugin-devtools-common": "^0.0.0-nightly-20231017021237",
|
|
39
|
+
"@backstage/plugin-permission-common": "^0.0.0-nightly-20231017021237",
|
|
40
|
+
"@backstage/plugin-permission-node": "^0.0.0-nightly-20231017021237",
|
|
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.0.0-nightly-
|
|
57
|
+
"@backstage/cli": "^0.0.0-nightly-20231017021237",
|
|
58
58
|
"@types/minimist": "^1.2.0",
|
|
59
59
|
"@types/ping": "^0.4.1",
|
|
60
60
|
"@types/supertest": "^2.0.8",
|