@backstage/plugin-app-backend 0.0.0-nightly-20220217022146 → 0.0.0-nightly-20220224022833
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 +24 -5
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,35 @@
|
|
|
1
1
|
# @backstage/plugin-app-backend
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20220224022833
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-common@0.0.0-nightly-20220224022833
|
|
9
|
+
- @backstage/config-loader@0.0.0-nightly-20220224022833
|
|
10
|
+
|
|
11
|
+
## 0.3.26
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Fix for the previous release with missing type declarations.
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @backstage/backend-common@0.10.9
|
|
18
|
+
- @backstage/config@0.1.15
|
|
19
|
+
- @backstage/config-loader@0.9.5
|
|
20
|
+
- @backstage/types@0.1.3
|
|
21
|
+
|
|
22
|
+
## 0.3.25
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
6
25
|
|
|
7
26
|
- c77c5c7eb6: Added `backstage.role` to `package.json`
|
|
8
27
|
- 0107c9aa08: chore(deps): bump `helmet` from 4.4.1 to 5.0.2
|
|
9
28
|
- Updated dependencies
|
|
10
|
-
- @backstage/backend-common@0.
|
|
11
|
-
- @backstage/config-loader@0.
|
|
12
|
-
- @backstage/config@0.
|
|
13
|
-
- @backstage/types@0.
|
|
29
|
+
- @backstage/backend-common@0.10.8
|
|
30
|
+
- @backstage/config-loader@0.9.4
|
|
31
|
+
- @backstage/config@0.1.14
|
|
32
|
+
- @backstage/types@0.1.2
|
|
14
33
|
|
|
15
34
|
## 0.3.24
|
|
16
35
|
|
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-20220224022833",
|
|
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/config-loader": "^0.0.0-nightly-
|
|
38
|
-
"@backstage/config": "^0.
|
|
39
|
-
"@backstage/types": "^0.
|
|
36
|
+
"@backstage/backend-common": "^0.0.0-nightly-20220224022833",
|
|
37
|
+
"@backstage/config-loader": "^0.0.0-nightly-20220224022833",
|
|
38
|
+
"@backstage/config": "^0.1.14",
|
|
39
|
+
"@backstage/types": "^0.1.2",
|
|
40
40
|
"@types/express": "^4.17.6",
|
|
41
41
|
"globby": "^11.0.0",
|
|
42
42
|
"express": "^4.17.1",
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"yn": "^4.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@backstage/backend-test-utils": "^0.0.0-nightly-
|
|
54
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
55
|
-
"@backstage/types": "^0.
|
|
53
|
+
"@backstage/backend-test-utils": "^0.0.0-nightly-20220224022833",
|
|
54
|
+
"@backstage/cli": "^0.0.0-nightly-20220224022833",
|
|
55
|
+
"@backstage/types": "^0.1.2",
|
|
56
56
|
"@types/supertest": "^2.0.8",
|
|
57
57
|
"mock-fs": "^5.1.0",
|
|
58
58
|
"msw": "^0.35.0",
|