@backstage/plugin-gateway-backend 0.0.0-nightly-20251115023920 → 0.0.0-nightly-20251116024311

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 +2 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-gateway-backend
2
2
 
3
- ## 0.0.0-nightly-20251115023920
3
+ ## 0.0.0-nightly-20251116024311
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,7 +9,7 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20251115023920
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20251116024311
13
13
 
14
14
  ## 1.1.0-next.1
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-gateway-backend",
3
- "version": "0.0.0-nightly-20251115023920",
3
+ "version": "0.0.0-nightly-20251116024311",
4
4
  "backstage": {
5
5
  "role": "backend-plugin",
6
6
  "pluginId": "gateway",
@@ -37,17 +37,17 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "0.0.0-nightly-20251115023920",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20251116024311",
41
41
  "@opentelemetry/api": "^1.9.0",
42
42
  "@opentelemetry/core": "^1.29.0",
43
43
  "express": "^4.17.1",
44
44
  "http-proxy-middleware": "^3.0.3"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/backend-app-api": "0.0.0-nightly-20251115023920",
48
- "@backstage/backend-defaults": "0.0.0-nightly-20251115023920",
49
- "@backstage/backend-test-utils": "0.0.0-nightly-20251115023920",
50
- "@backstage/cli": "0.0.0-nightly-20251115023920",
47
+ "@backstage/backend-app-api": "0.0.0-nightly-20251116024311",
48
+ "@backstage/backend-defaults": "0.0.0-nightly-20251116024311",
49
+ "@backstage/backend-test-utils": "0.0.0-nightly-20251116024311",
50
+ "@backstage/cli": "0.0.0-nightly-20251116024311",
51
51
  "@types/express": "^4.17.6",
52
52
  "eventsource": "^3.0.6",
53
53
  "wait-for-expect": "^3.0.2"