@backstage/plugin-app-backend 0.0.0-nightly-20220831030347 → 0.0.0-nightly-20220907030225

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 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20220831030347
3
+ ## 0.0.0-nightly-20220907030225
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -12,11 +12,23 @@
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`.
16
+ - 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
15
17
  - bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
16
18
  - 8872cc735d: Fixed a bug where the database option to skip migrations was ignored.
17
19
  - Updated dependencies
18
- - @backstage/backend-common@0.0.0-nightly-20220831030347
19
- - @backstage/config-loader@0.0.0-nightly-20220831030347
20
+ - @backstage/backend-common@0.0.0-nightly-20220907030225
21
+ - @backstage/config-loader@0.0.0-nightly-20220907030225
22
+
23
+ ## 0.3.36-next.2
24
+
25
+ ### Patch Changes
26
+
27
+ - 667d917488: Updated dependency `msw` to `^0.47.0`.
28
+ - 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
29
+ - Updated dependencies
30
+ - @backstage/backend-common@0.15.1-next.2
31
+ - @backstage/config-loader@1.1.4-next.1
20
32
 
21
33
  ## 0.3.36-next.1
22
34
 
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-20220831030347",
4
+ "version": "0.0.0-nightly-20220907030225",
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-20220831030347",
37
- "@backstage/config-loader": "0.0.0-nightly-20220831030347",
35
+ "@backstage/backend-common": "0.0.0-nightly-20220907030225",
38
36
  "@backstage/config": "^1.0.1",
37
+ "@backstage/config-loader": "0.0.0-nightly-20220907030225",
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-20220831030347",
54
- "@backstage/cli": "0.0.0-nightly-20220831030347",
52
+ "@backstage/backend-test-utils": "0.0.0-nightly-20220907030225",
53
+ "@backstage/cli": "0.0.0-nightly-20220907030225",
55
54
  "@backstage/types": "^1.0.0",
56
55
  "@types/supertest": "^2.0.8",
57
56
  "mock-fs": "^5.1.0",
58
- "msw": "^0.45.0",
57
+ "msw": "^0.47.0",
59
58
  "supertest": "^6.1.3"
60
59
  },
61
60
  "files": [