@backstage/plugin-app-backend 0.0.0-nightly-20220901025835 → 0.0.0-nightly-20220908030128

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20220901025835
3
+ ## 0.0.0-nightly-20220908030128
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -12,12 +12,24 @@
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
+ - 667d917488: Updated dependency `msw` to `^0.47.0`.
15
16
  - 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
16
17
  - bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
17
18
  - 8872cc735d: Fixed a bug where the database option to skip migrations was ignored.
18
19
  - Updated dependencies
19
- - @backstage/backend-common@0.0.0-nightly-20220901025835
20
- - @backstage/config-loader@0.0.0-nightly-20220901025835
20
+ - @backstage/backend-common@0.0.0-nightly-20220908030128
21
+ - @backstage/config@0.0.0-nightly-20220908030128
22
+ - @backstage/config-loader@0.0.0-nightly-20220908030128
23
+
24
+ ## 0.3.36-next.2
25
+
26
+ ### Patch Changes
27
+
28
+ - 667d917488: Updated dependency `msw` to `^0.47.0`.
29
+ - 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
30
+ - Updated dependencies
31
+ - @backstage/backend-common@0.15.1-next.2
32
+ - @backstage/config-loader@1.1.4-next.1
21
33
 
22
34
  ## 0.3.36-next.1
23
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-20220901025835",
4
+ "version": "0.0.0-nightly-20220908030128",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,9 +32,9 @@
32
32
  "clean": "backstage-cli package clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/backend-common": "0.0.0-nightly-20220901025835",
36
- "@backstage/config": "^1.0.1",
37
- "@backstage/config-loader": "0.0.0-nightly-20220901025835",
35
+ "@backstage/backend-common": "0.0.0-nightly-20220908030128",
36
+ "@backstage/config": "0.0.0-nightly-20220908030128",
37
+ "@backstage/config-loader": "0.0.0-nightly-20220908030128",
38
38
  "@backstage/types": "^1.0.0",
39
39
  "@types/express": "^4.17.6",
40
40
  "express": "^4.17.1",
@@ -49,12 +49,12 @@
49
49
  "yn": "^4.0.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/backend-test-utils": "0.0.0-nightly-20220901025835",
53
- "@backstage/cli": "0.0.0-nightly-20220901025835",
52
+ "@backstage/backend-test-utils": "0.0.0-nightly-20220908030128",
53
+ "@backstage/cli": "0.0.0-nightly-20220908030128",
54
54
  "@backstage/types": "^1.0.0",
55
55
  "@types/supertest": "^2.0.8",
56
56
  "mock-fs": "^5.1.0",
57
- "msw": "^0.46.0",
57
+ "msw": "^0.47.0",
58
58
  "supertest": "^6.1.3"
59
59
  },
60
60
  "files": [