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

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-20240301021339
3
+ ## 0.0.0-nightly-20240302020838
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-20240301021339
13
- - @backstage/plugin-auth-node@0.0.0-nightly-20240301021339
14
- - @backstage/errors@0.0.0-nightly-20240301021339
15
- - @backstage/backend-plugin-api@0.0.0-nightly-20240301021339
16
- - @backstage/plugin-permission-common@0.0.0-nightly-20240301021339
17
- - @backstage/plugin-permission-node@0.0.0-nightly-20240301021339
18
- - @backstage/config-loader@0.0.0-nightly-20240301021339
19
- - @backstage/config@0.0.0-nightly-20240301021339
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
20
20
  - @backstage/cli-common@0.1.13
21
21
  - @backstage/types@1.1.1
22
- - @backstage/plugin-devtools-common@0.0.0-nightly-20240301021339
22
+ - @backstage/plugin-devtools-common@0.0.0-nightly-20240302020838
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-20240301021339",
3
+ "version": "0.0.0-nightly-20240302020838",
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-20240301021339",
32
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240301021339",
31
+ "@backstage/backend-common": "^0.0.0-nightly-20240302020838",
32
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240302020838",
33
33
  "@backstage/cli-common": "^0.1.13",
34
- "@backstage/config": "^0.0.0-nightly-20240301021339",
35
- "@backstage/config-loader": "^0.0.0-nightly-20240301021339",
36
- "@backstage/errors": "^0.0.0-nightly-20240301021339",
37
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240301021339",
38
- "@backstage/plugin-devtools-common": "^0.0.0-nightly-20240301021339",
39
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20240301021339",
40
- "@backstage/plugin-permission-node": "^0.0.0-nightly-20240301021339",
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",
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-20240301021339",
58
- "@backstage/cli": "^0.0.0-nightly-20240301021339",
57
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240302020838",
58
+ "@backstage/cli": "^0.0.0-nightly-20240302020838",
59
59
  "@types/minimist": "^1.2.0",
60
60
  "@types/ping": "^0.4.1",
61
61
  "@types/supertest": "^2.0.8",