@backstage/plugin-app-backend 0.0.0-nightly-20219242233 → 0.0.0-nightly-202192822050

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 +4 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20219242233
3
+ ## 0.0.0-nightly-202192822050
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 10615525f3: Switch to use the json and observable types from `@backstage/types`
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20219242233
10
- - @backstage/config-loader@0.0.0-nightly-20219242233
11
- - @backstage/config@0.0.0-nightly-20219242233
9
+ - @backstage/config@0.0.0-nightly-202192822050
10
+ - @backstage/backend-common@0.0.0-nightly-202192822050
11
+ - @backstage/config-loader@0.0.0-nightly-202192822050
12
12
 
13
13
  ## 0.3.17
14
14
 
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-20219242233",
4
+ "version": "0.0.0-nightly-202192822050",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -30,9 +30,9 @@
30
30
  "clean": "backstage-cli clean"
31
31
  },
32
32
  "dependencies": {
33
- "@backstage/backend-common": "^0.0.0-nightly-20219242233",
34
- "@backstage/config-loader": "^0.0.0-nightly-20219242233",
35
- "@backstage/config": "^0.0.0-nightly-20219242233",
33
+ "@backstage/backend-common": "^0.0.0-nightly-202192822050",
34
+ "@backstage/config-loader": "^0.0.0-nightly-202192822050",
35
+ "@backstage/config": "^0.0.0-nightly-202192822050",
36
36
  "@backstage/types": "^0.1.1",
37
37
  "@types/express": "^4.17.6",
38
38
  "express": "^4.17.1",
@@ -42,10 +42,10 @@
42
42
  "yn": "^4.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/cli": "^0.0.0-nightly-20219242233",
45
+ "@backstage/cli": "^0.0.0-nightly-202192822050",
46
46
  "@backstage/types": "^0.1.1",
47
47
  "@types/supertest": "^2.0.8",
48
- "msw": "^0.29.0",
48
+ "msw": "^0.35.0",
49
49
  "supertest": "^6.1.3"
50
50
  },
51
51
  "files": [