@backstage/plugin-devtools-backend 0.0.0-nightly-20241119023621 → 0.0.0-nightly-20241123023427

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 +25 -10
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,19 +1,34 @@
1
1
  # @backstage/plugin-devtools-backend
2
2
 
3
- ## 0.0.0-nightly-20241119023621
3
+ ## 0.0.0-nightly-20241123023427
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/types@0.0.0-nightly-20241119023621
9
- - @backstage/config-loader@0.0.0-nightly-20241119023621
10
- - @backstage/plugin-permission-common@0.0.0-nightly-20241119023621
11
- - @backstage/cli-common@0.0.0-nightly-20241119023621
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20241119023621
13
- - @backstage/config@0.0.0-nightly-20241119023621
14
- - @backstage/errors@0.0.0-nightly-20241119023621
15
- - @backstage/plugin-devtools-common@0.0.0-nightly-20241119023621
16
- - @backstage/plugin-permission-node@0.0.0-nightly-20241119023621
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241123023427
9
+ - @backstage/cli-common@0.1.15
10
+ - @backstage/config@1.3.0
11
+ - @backstage/config-loader@1.9.2
12
+ - @backstage/errors@1.2.5
13
+ - @backstage/types@1.2.0
14
+ - @backstage/plugin-devtools-common@0.1.13
15
+ - @backstage/plugin-permission-common@0.8.2
16
+ - @backstage/plugin-permission-node@0.0.0-nightly-20241123023427
17
+
18
+ ## 0.4.2
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/config@1.3.0
24
+ - @backstage/types@1.2.0
25
+ - @backstage/config-loader@1.9.2
26
+ - @backstage/backend-plugin-api@1.0.2
27
+ - @backstage/plugin-permission-common@0.8.2
28
+ - @backstage/cli-common@0.1.15
29
+ - @backstage/errors@1.2.5
30
+ - @backstage/plugin-devtools-common@0.1.13
31
+ - @backstage/plugin-permission-node@0.8.5
17
32
 
18
33
  ## 0.4.2-next.2
19
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools-backend",
3
- "version": "0.0.0-nightly-20241119023621",
3
+ "version": "0.0.0-nightly-20241123023427",
4
4
  "backstage": {
5
5
  "role": "backend-plugin",
6
6
  "pluginId": "devtools",
@@ -39,15 +39,15 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@backstage/backend-common": "^0.25.0",
42
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241119023621",
43
- "@backstage/cli-common": "0.0.0-nightly-20241119023621",
44
- "@backstage/config": "0.0.0-nightly-20241119023621",
45
- "@backstage/config-loader": "0.0.0-nightly-20241119023621",
46
- "@backstage/errors": "0.0.0-nightly-20241119023621",
47
- "@backstage/plugin-devtools-common": "0.0.0-nightly-20241119023621",
48
- "@backstage/plugin-permission-common": "0.0.0-nightly-20241119023621",
49
- "@backstage/plugin-permission-node": "0.0.0-nightly-20241119023621",
50
- "@backstage/types": "0.0.0-nightly-20241119023621",
42
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241123023427",
43
+ "@backstage/cli-common": "0.1.15",
44
+ "@backstage/config": "1.3.0",
45
+ "@backstage/config-loader": "1.9.2",
46
+ "@backstage/errors": "1.2.5",
47
+ "@backstage/plugin-devtools-common": "0.1.13",
48
+ "@backstage/plugin-permission-common": "0.8.2",
49
+ "@backstage/plugin-permission-node": "0.0.0-nightly-20241123023427",
50
+ "@backstage/types": "1.2.0",
51
51
  "@manypkg/get-packages": "^1.1.3",
52
52
  "@types/express": "*",
53
53
  "@yarnpkg/lockfile": "^1.1.0",
@@ -62,9 +62,9 @@
62
62
  "yn": "^4.0.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/backend-defaults": "0.0.0-nightly-20241119023621",
66
- "@backstage/backend-test-utils": "0.0.0-nightly-20241119023621",
67
- "@backstage/cli": "0.0.0-nightly-20241119023621",
65
+ "@backstage/backend-defaults": "0.0.0-nightly-20241123023427",
66
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241123023427",
67
+ "@backstage/cli": "0.0.0-nightly-20241123023427",
68
68
  "@types/ping": "^0.4.1",
69
69
  "@types/supertest": "^2.0.8",
70
70
  "@types/yarnpkg__lockfile": "^1.1.4",