@backstage/plugin-app-backend 0.0.0-nightly-20240124021659 → 0.0.0-nightly-20240125021718
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 +4 -4
- package/alpha/package.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
# @backstage/plugin-app-backend
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240125021718
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 9dfd57d: Do not force caching of the Javascript asset that contains the injected config.
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/backend-common@0.0.0-nightly-
|
|
9
|
+
- @backstage/backend-common@0.0.0-nightly-20240125021718
|
|
10
10
|
- @backstage/config-loader@1.6.1
|
|
11
|
-
- @backstage/backend-plugin-api@0.0.0-nightly-
|
|
11
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20240125021718
|
|
12
12
|
- @backstage/config@1.1.1
|
|
13
13
|
- @backstage/types@1.1.1
|
|
14
|
-
- @backstage/plugin-app-node@0.0.0-nightly-
|
|
14
|
+
- @backstage/plugin-app-node@0.0.0-nightly-20240125021718
|
|
15
15
|
|
|
16
16
|
## 0.3.58-next.0
|
|
17
17
|
|
package/alpha/package.json
CHANGED
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-
|
|
4
|
+
"version": "0.0.0-nightly-20240125021718",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"clean": "backstage-cli package clean"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
47
|
-
"@backstage/backend-plugin-api": "^0.0.0-nightly-
|
|
46
|
+
"@backstage/backend-common": "^0.0.0-nightly-20240125021718",
|
|
47
|
+
"@backstage/backend-plugin-api": "^0.0.0-nightly-20240125021718",
|
|
48
48
|
"@backstage/config": "^1.1.1",
|
|
49
49
|
"@backstage/config-loader": "^1.6.1",
|
|
50
|
-
"@backstage/plugin-app-node": "^0.0.0-nightly-
|
|
50
|
+
"@backstage/plugin-app-node": "^0.0.0-nightly-20240125021718",
|
|
51
51
|
"@backstage/types": "^1.1.1",
|
|
52
52
|
"@types/express": "^4.17.6",
|
|
53
53
|
"express": "^4.17.1",
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"yn": "^4.0.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@backstage/backend-app-api": "^0.0.0-nightly-
|
|
66
|
-
"@backstage/backend-test-utils": "^0.0.0-nightly-
|
|
67
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
65
|
+
"@backstage/backend-app-api": "^0.0.0-nightly-20240125021718",
|
|
66
|
+
"@backstage/backend-test-utils": "^0.0.0-nightly-20240125021718",
|
|
67
|
+
"@backstage/cli": "^0.0.0-nightly-20240125021718",
|
|
68
68
|
"@backstage/types": "^1.1.1",
|
|
69
69
|
"@types/supertest": "^2.0.8",
|
|
70
70
|
"node-fetch": "^2.6.7",
|