@backstage/plugin-app-backend 0.0.0-nightly-20240428021607 → 0.0.0-nightly-20240429021333

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,18 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20240428021607
3
+ ## 0.0.0-nightly-20240429021333
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-auth-node@0.0.0-nightly-20240428021607
9
- - @backstage/backend-common@0.0.0-nightly-20240428021607
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240428021607
8
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240429021333
9
+ - @backstage/backend-common@0.0.0-nightly-20240429021333
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240429021333
11
11
  - @backstage/config@1.2.0
12
12
  - @backstage/config-loader@1.8.0
13
13
  - @backstage/errors@1.2.4
14
14
  - @backstage/types@1.1.1
15
- - @backstage/plugin-app-node@0.0.0-nightly-20240428021607
15
+ - @backstage/plugin-app-node@0.0.0-nightly-20240429021333
16
16
 
17
17
  ## 0.3.66-next.0
18
18
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
- "version": "0.0.0-nightly-20240428021607",
3
+ "version": "0.0.0-nightly-20240429021333",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
3
  "description": "A Backstage backend plugin that serves the Backstage frontend app",
4
- "version": "0.0.0-nightly-20240428021607",
4
+ "version": "0.0.0-nightly-20240429021333",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -43,13 +43,13 @@
43
43
  "clean": "backstage-cli package clean"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/backend-common": "^0.0.0-nightly-20240428021607",
47
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240428021607",
46
+ "@backstage/backend-common": "^0.0.0-nightly-20240429021333",
47
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240429021333",
48
48
  "@backstage/config": "^1.2.0",
49
49
  "@backstage/config-loader": "^1.8.0",
50
50
  "@backstage/errors": "^1.2.4",
51
- "@backstage/plugin-app-node": "^0.0.0-nightly-20240428021607",
52
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240428021607",
51
+ "@backstage/plugin-app-node": "^0.0.0-nightly-20240429021333",
52
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240429021333",
53
53
  "@backstage/types": "^1.1.1",
54
54
  "@types/express": "^4.17.6",
55
55
  "express": "^4.17.1",
@@ -63,9 +63,9 @@
63
63
  "yn": "^4.0.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@backstage/backend-app-api": "^0.0.0-nightly-20240428021607",
67
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240428021607",
68
- "@backstage/cli": "^0.0.0-nightly-20240428021607",
66
+ "@backstage/backend-app-api": "^0.0.0-nightly-20240429021333",
67
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240429021333",
68
+ "@backstage/cli": "^0.0.0-nightly-20240429021333",
69
69
  "@backstage/types": "^1.1.1",
70
70
  "@types/supertest": "^2.0.8",
71
71
  "node-fetch": "^2.6.7",