@backstage/plugin-devtools-backend 0.0.0-nightly-20240302020838 → 0.0.0-nightly-20240303021152

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 +10 -10
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-devtools-backend
2
2
 
3
- ## 0.0.0-nightly-20240302020838
3
+ ## 0.0.0-nightly-20240303021152
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,17 +9,17 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/backend-common@0.0.0-nightly-20240302020838
13
- - @backstage/plugin-auth-node@0.0.0-nightly-20240302020838
14
- - @backstage/config@0.0.0-nightly-20240302020838
15
- - @backstage/errors@0.0.0-nightly-20240302020838
16
- - @backstage/backend-plugin-api@0.0.0-nightly-20240302020838
17
- - @backstage/config-loader@0.0.0-nightly-20240302020838
18
- - @backstage/plugin-permission-common@0.0.0-nightly-20240302020838
19
- - @backstage/plugin-permission-node@0.0.0-nightly-20240302020838
12
+ - @backstage/backend-common@0.0.0-nightly-20240303021152
13
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240303021152
14
+ - @backstage/config@0.0.0-nightly-20240303021152
15
+ - @backstage/errors@0.0.0-nightly-20240303021152
16
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240303021152
17
+ - @backstage/config-loader@0.0.0-nightly-20240303021152
18
+ - @backstage/plugin-permission-common@0.0.0-nightly-20240303021152
19
+ - @backstage/plugin-permission-node@0.0.0-nightly-20240303021152
20
20
  - @backstage/cli-common@0.1.13
21
21
  - @backstage/types@1.1.1
22
- - @backstage/plugin-devtools-common@0.0.0-nightly-20240302020838
22
+ - @backstage/plugin-devtools-common@0.0.0-nightly-20240303021152
23
23
 
24
24
  ## 0.3.0-next.0
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools-backend",
3
- "version": "0.0.0-nightly-20240302020838",
3
+ "version": "0.0.0-nightly-20240303021152",
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-20240302020838",
32
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240302020838",
31
+ "@backstage/backend-common": "^0.0.0-nightly-20240303021152",
32
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240303021152",
33
33
  "@backstage/cli-common": "^0.1.13",
34
- "@backstage/config": "^0.0.0-nightly-20240302020838",
35
- "@backstage/config-loader": "^0.0.0-nightly-20240302020838",
36
- "@backstage/errors": "^0.0.0-nightly-20240302020838",
37
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240302020838",
38
- "@backstage/plugin-devtools-common": "^0.0.0-nightly-20240302020838",
39
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20240302020838",
40
- "@backstage/plugin-permission-node": "^0.0.0-nightly-20240302020838",
34
+ "@backstage/config": "^0.0.0-nightly-20240303021152",
35
+ "@backstage/config-loader": "^0.0.0-nightly-20240303021152",
36
+ "@backstage/errors": "^0.0.0-nightly-20240303021152",
37
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240303021152",
38
+ "@backstage/plugin-devtools-common": "^0.0.0-nightly-20240303021152",
39
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20240303021152",
40
+ "@backstage/plugin-permission-node": "^0.0.0-nightly-20240303021152",
41
41
  "@backstage/types": "^1.1.1",
42
42
  "@manypkg/get-packages": "^1.1.3",
43
43
  "@types/express": "*",
@@ -54,8 +54,8 @@
54
54
  "yn": "^4.0.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240302020838",
58
- "@backstage/cli": "^0.0.0-nightly-20240302020838",
57
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240303021152",
58
+ "@backstage/cli": "^0.0.0-nightly-20240303021152",
59
59
  "@types/minimist": "^1.2.0",
60
60
  "@types/ping": "^0.4.1",
61
61
  "@types/supertest": "^2.0.8",