@backstage/plugin-app-backend 0.0.0-nightly-20240802021846 → 0.0.0-nightly-20240803021741

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.
package/CHANGELOG.md CHANGED
@@ -1,18 +1,19 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20240802021846
3
+ ## 0.0.0-nightly-20240803021741
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 93095ee: Make sure node-fetch is version 2.7.0 or greater
7
8
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240802021846
9
- - @backstage/config-loader@0.0.0-nightly-20240802021846
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240802021846
9
+ - @backstage/backend-common@0.0.0-nightly-20240803021741
10
+ - @backstage/config-loader@0.0.0-nightly-20240803021741
11
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240803021741
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240803021741
11
13
  - @backstage/config@1.2.0
12
14
  - @backstage/errors@1.2.4
13
15
  - @backstage/types@1.1.1
14
- - @backstage/plugin-app-node@0.0.0-nightly-20240802021846
15
- - @backstage/plugin-auth-node@0.0.0-nightly-20240802021846
16
+ - @backstage/plugin-app-node@0.0.0-nightly-20240803021741
16
17
 
17
18
  ## 0.3.72-next.1
18
19
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend__alpha",
3
- "version": "0.0.0-nightly-20240802021846",
3
+ "version": "0.0.0-nightly-20240803021741",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
- "version": "0.0.0-nightly-20240802021846",
3
+ "version": "0.0.0-nightly-20240803021741",
4
4
  "description": "A Backstage backend plugin that serves the Backstage frontend app",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -55,13 +55,13 @@
55
55
  "test": "backstage-cli package test"
56
56
  },
57
57
  "dependencies": {
58
- "@backstage/backend-common": "^0.0.0-nightly-20240802021846",
59
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240802021846",
58
+ "@backstage/backend-common": "^0.0.0-nightly-20240803021741",
59
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240803021741",
60
60
  "@backstage/config": "^1.2.0",
61
- "@backstage/config-loader": "^0.0.0-nightly-20240802021846",
61
+ "@backstage/config-loader": "^0.0.0-nightly-20240803021741",
62
62
  "@backstage/errors": "^1.2.4",
63
- "@backstage/plugin-app-node": "^0.0.0-nightly-20240802021846",
64
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240802021846",
63
+ "@backstage/plugin-app-node": "^0.0.0-nightly-20240803021741",
64
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240803021741",
65
65
  "@backstage/types": "^1.1.1",
66
66
  "@types/express": "^4.17.6",
67
67
  "express": "^4.17.1",
@@ -75,13 +75,13 @@
75
75
  "yn": "^4.0.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/backend-app-api": "^0.0.0-nightly-20240802021846",
79
- "@backstage/backend-defaults": "^0.0.0-nightly-20240802021846",
80
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240802021846",
81
- "@backstage/cli": "^0.0.0-nightly-20240802021846",
78
+ "@backstage/backend-app-api": "^0.0.0-nightly-20240803021741",
79
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240803021741",
80
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240803021741",
81
+ "@backstage/cli": "^0.0.0-nightly-20240803021741",
82
82
  "@backstage/types": "^1.1.1",
83
83
  "@types/supertest": "^2.0.8",
84
- "node-fetch": "^2.6.7",
84
+ "node-fetch": "^2.7.0",
85
85
  "supertest": "^6.1.3"
86
86
  },
87
87
  "configSchema": "config.d.ts"