@backstage/plugin-app-backend 0.0.0-nightly-20220831030347 → 0.0.0-nightly-20220901025835
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 -3
- package/package.json +7 -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-20220901025835
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -12,11 +12,12 @@
|
|
|
12
12
|
helmet.contentSecurityPolicy no longer sets block-all-mixed-content directive by default
|
|
13
13
|
helmet.expectCt is no longer set by default. It can, however, be explicitly enabled. It will be removed in Helmet 7.
|
|
14
14
|
|
|
15
|
+
- 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
|
|
15
16
|
- bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
|
|
16
17
|
- 8872cc735d: Fixed a bug where the database option to skip migrations was ignored.
|
|
17
18
|
- Updated dependencies
|
|
18
|
-
- @backstage/backend-common@0.0.0-nightly-
|
|
19
|
-
- @backstage/config-loader@0.0.0-nightly-
|
|
19
|
+
- @backstage/backend-common@0.0.0-nightly-20220901025835
|
|
20
|
+
- @backstage/config-loader@0.0.0-nightly-20220901025835
|
|
20
21
|
|
|
21
22
|
## 0.3.36-next.1
|
|
22
23
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
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-20220901025835",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
|
-
"private": false,
|
|
9
8
|
"publishConfig": {
|
|
10
9
|
"access": "public",
|
|
11
10
|
"main": "dist/index.cjs.js",
|
|
@@ -33,15 +32,15 @@
|
|
|
33
32
|
"clean": "backstage-cli package clean"
|
|
34
33
|
},
|
|
35
34
|
"dependencies": {
|
|
36
|
-
"@backstage/backend-common": "0.0.0-nightly-
|
|
37
|
-
"@backstage/config-loader": "0.0.0-nightly-20220831030347",
|
|
35
|
+
"@backstage/backend-common": "0.0.0-nightly-20220901025835",
|
|
38
36
|
"@backstage/config": "^1.0.1",
|
|
37
|
+
"@backstage/config-loader": "0.0.0-nightly-20220901025835",
|
|
39
38
|
"@backstage/types": "^1.0.0",
|
|
40
39
|
"@types/express": "^4.17.6",
|
|
41
|
-
"globby": "^11.0.0",
|
|
42
40
|
"express": "^4.17.1",
|
|
43
41
|
"express-promise-router": "^4.1.0",
|
|
44
42
|
"fs-extra": "10.1.0",
|
|
43
|
+
"globby": "^11.0.0",
|
|
45
44
|
"helmet": "^6.0.0",
|
|
46
45
|
"knex": "^2.0.0",
|
|
47
46
|
"lodash": "^4.17.21",
|
|
@@ -50,12 +49,12 @@
|
|
|
50
49
|
"yn": "^4.0.0"
|
|
51
50
|
},
|
|
52
51
|
"devDependencies": {
|
|
53
|
-
"@backstage/backend-test-utils": "0.0.0-nightly-
|
|
54
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
52
|
+
"@backstage/backend-test-utils": "0.0.0-nightly-20220901025835",
|
|
53
|
+
"@backstage/cli": "0.0.0-nightly-20220901025835",
|
|
55
54
|
"@backstage/types": "^1.0.0",
|
|
56
55
|
"@types/supertest": "^2.0.8",
|
|
57
56
|
"mock-fs": "^5.1.0",
|
|
58
|
-
"msw": "^0.
|
|
57
|
+
"msw": "^0.46.0",
|
|
59
58
|
"supertest": "^6.1.3"
|
|
60
59
|
},
|
|
61
60
|
"files": [
|