@backstage/plugin-devtools-backend 0.0.0-nightly-20240403021132 → 0.0.0-nightly-20240405021112

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 +5 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,20 +1,20 @@
1
1
  # @backstage/plugin-devtools-backend
2
2
 
3
- ## 0.0.0-nightly-20240403021132
3
+ ## 0.0.0-nightly-20240405021112
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240403021132
9
- - @backstage/config-loader@0.0.0-nightly-20240403021132
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240403021132
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240405021112
9
+ - @backstage/backend-common@0.0.0-nightly-20240405021112
10
+ - @backstage/config-loader@0.0.0-nightly-20240405021112
11
+ - @backstage/plugin-permission-node@0.0.0-nightly-20240405021112
11
12
  - @backstage/cli-common@0.1.13
12
13
  - @backstage/config@1.2.0
13
14
  - @backstage/errors@1.2.4
14
15
  - @backstage/types@1.1.1
15
16
  - @backstage/plugin-devtools-common@0.1.9
16
17
  - @backstage/plugin-permission-common@0.7.13
17
- - @backstage/plugin-permission-node@0.0.0-nightly-20240403021132
18
18
 
19
19
  ## 0.3.3-next.0
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools-backend",
3
- "version": "0.0.0-nightly-20240403021132",
3
+ "version": "0.0.0-nightly-20240405021112",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,15 +28,15 @@
28
28
  "postpack": "backstage-cli package postpack"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/backend-common": "^0.0.0-nightly-20240403021132",
32
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240403021132",
31
+ "@backstage/backend-common": "^0.0.0-nightly-20240405021112",
32
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240405021112",
33
33
  "@backstage/cli-common": "^0.1.13",
34
34
  "@backstage/config": "^1.2.0",
35
- "@backstage/config-loader": "^0.0.0-nightly-20240403021132",
35
+ "@backstage/config-loader": "^0.0.0-nightly-20240405021112",
36
36
  "@backstage/errors": "^1.2.4",
37
37
  "@backstage/plugin-devtools-common": "^0.1.9",
38
38
  "@backstage/plugin-permission-common": "^0.7.13",
39
- "@backstage/plugin-permission-node": "^0.0.0-nightly-20240403021132",
39
+ "@backstage/plugin-permission-node": "^0.0.0-nightly-20240405021112",
40
40
  "@backstage/types": "^1.1.1",
41
41
  "@manypkg/get-packages": "^1.1.3",
42
42
  "@types/express": "*",
@@ -53,8 +53,8 @@
53
53
  "yn": "^4.0.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240403021132",
57
- "@backstage/cli": "^0.0.0-nightly-20240403021132",
56
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240405021112",
57
+ "@backstage/cli": "^0.0.0-nightly-20240405021112",
58
58
  "@types/ping": "^0.4.1",
59
59
  "@types/supertest": "^2.0.8",
60
60
  "@types/yarnpkg__lockfile": "^1.1.4",