@backstage/plugin-devtools-backend 0.0.0-nightly-20240528021620 → 0.0.0-nightly-20240531021620

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 +20 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,14 +1,30 @@
1
1
  # @backstage/plugin-devtools-backend
2
2
 
3
- ## 0.0.0-nightly-20240528021620
3
+ ## 0.0.0-nightly-20240531021620
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 8869b8e: Updated local development setup.
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20240528021620
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240528021620
11
- - @backstage/plugin-permission-node@0.0.0-nightly-20240528021620
9
+ - @backstage/backend-common@0.0.0-nightly-20240531021620
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240531021620
11
+ - @backstage/plugin-permission-node@0.0.0-nightly-20240531021620
12
+ - @backstage/config-loader@1.8.0
13
+ - @backstage/cli-common@0.1.13
14
+ - @backstage/config@1.2.0
15
+ - @backstage/errors@1.2.4
16
+ - @backstage/types@1.1.1
17
+ - @backstage/plugin-devtools-common@0.1.9
18
+ - @backstage/plugin-permission-common@0.7.13
19
+
20
+ ## 0.3.5-next.1
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @backstage/backend-plugin-api@0.6.19-next.1
26
+ - @backstage/plugin-permission-node@0.7.30-next.1
27
+ - @backstage/backend-common@0.23.0-next.1
12
28
  - @backstage/config-loader@1.8.0
13
29
 
14
30
  ## 0.3.5-next.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools-backend",
3
- "version": "0.0.0-nightly-20240528021620",
3
+ "version": "0.0.0-nightly-20240531021620",
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-20240528021620",
32
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240528021620",
31
+ "@backstage/backend-common": "^0.0.0-nightly-20240531021620",
32
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240531021620",
33
33
  "@backstage/cli-common": "^0.1.13",
34
34
  "@backstage/config": "^1.2.0",
35
35
  "@backstage/config-loader": "^1.8.0",
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-20240528021620",
39
+ "@backstage/plugin-permission-node": "^0.0.0-nightly-20240531021620",
40
40
  "@backstage/types": "^1.1.1",
41
41
  "@manypkg/get-packages": "^1.1.3",
42
42
  "@types/express": "*",
@@ -52,9 +52,9 @@
52
52
  "yn": "^4.0.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@backstage/backend-defaults": "^0.0.0-nightly-20240528021620",
56
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240528021620",
57
- "@backstage/cli": "^0.0.0-nightly-20240528021620",
55
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240531021620",
56
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240531021620",
57
+ "@backstage/cli": "^0.0.0-nightly-20240531021620",
58
58
  "@types/ping": "^0.4.1",
59
59
  "@types/supertest": "^2.0.8",
60
60
  "@types/yarnpkg__lockfile": "^1.1.4",