@backstage/plugin-app-backend 0.0.0-nightly-20230115022837 → 0.0.0-nightly-20230116022721
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 +5 -5
- package/alpha/package.json +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-app-backend
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20230116022721
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
- ecbec4ec4c: Internal refactor to match new options pattern in the experimental backend system.
|
|
9
9
|
- 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`.
|
|
10
10
|
- Updated dependencies
|
|
11
|
-
- @backstage/backend-plugin-api@0.0.0-nightly-
|
|
12
|
-
- @backstage/backend-common@0.0.0-nightly-
|
|
13
|
-
- @backstage/config@0.0.0-nightly-
|
|
14
|
-
- @backstage/config-loader@0.0.0-nightly-
|
|
11
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20230116022721
|
|
12
|
+
- @backstage/backend-common@0.0.0-nightly-20230116022721
|
|
13
|
+
- @backstage/config@0.0.0-nightly-20230116022721
|
|
14
|
+
- @backstage/config-loader@0.0.0-nightly-20230116022721
|
|
15
15
|
- @backstage/types@1.0.2
|
|
16
16
|
|
|
17
17
|
## 0.3.40-next.1
|
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-20230116022721",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"clean": "backstage-cli package clean"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
37
|
-
"@backstage/backend-plugin-api": "^0.0.0-nightly-
|
|
38
|
-
"@backstage/config": "^0.0.0-nightly-
|
|
39
|
-
"@backstage/config-loader": "^0.0.0-nightly-
|
|
36
|
+
"@backstage/backend-common": "^0.0.0-nightly-20230116022721",
|
|
37
|
+
"@backstage/backend-plugin-api": "^0.0.0-nightly-20230116022721",
|
|
38
|
+
"@backstage/config": "^0.0.0-nightly-20230116022721",
|
|
39
|
+
"@backstage/config-loader": "^0.0.0-nightly-20230116022721",
|
|
40
40
|
"@backstage/types": "^1.0.2",
|
|
41
41
|
"@types/express": "^4.17.6",
|
|
42
42
|
"express": "^4.17.1",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"yn": "^4.0.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@backstage/backend-app-api": "^0.0.0-nightly-
|
|
55
|
-
"@backstage/backend-test-utils": "^0.0.0-nightly-
|
|
56
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
54
|
+
"@backstage/backend-app-api": "^0.0.0-nightly-20230116022721",
|
|
55
|
+
"@backstage/backend-test-utils": "^0.0.0-nightly-20230116022721",
|
|
56
|
+
"@backstage/cli": "^0.0.0-nightly-20230116022721",
|
|
57
57
|
"@backstage/types": "^1.0.2",
|
|
58
58
|
"@types/supertest": "^2.0.8",
|
|
59
59
|
"mock-fs": "^5.1.0",
|