@backstage/plugin-app-backend 0.0.0-nightly-202192722215 → 0.0.0-nightly-2021101422237

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 +8 -8
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-202192722215
3
+ ## 0.3.18
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/config@0.0.0-nightly-202192722215
10
- - @backstage/backend-common@0.0.0-nightly-202192722215
11
- - @backstage/config-loader@0.0.0-nightly-202192722215
9
+ - @backstage/config@0.1.11
10
+ - @backstage/backend-common@0.9.8
11
+ - @backstage/config-loader@0.7.1
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-202192722215",
4
+ "version": "0.0.0-nightly-2021101422237",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -30,10 +30,10 @@
30
30
  "clean": "backstage-cli clean"
31
31
  },
32
32
  "dependencies": {
33
- "@backstage/backend-common": "^0.0.0-nightly-202192722215",
34
- "@backstage/config-loader": "^0.0.0-nightly-202192722215",
35
- "@backstage/config": "^0.0.0-nightly-202192722215",
36
- "@backstage/types": "^0.1.1",
33
+ "@backstage/backend-common": "^0.0.0-nightly-2021101422237",
34
+ "@backstage/config-loader": "^0.7.1",
35
+ "@backstage/config": "^0.1.11",
36
+ "@backstage/types": "^0.0.0-nightly-2021101422237",
37
37
  "@types/express": "^4.17.6",
38
38
  "express": "^4.17.1",
39
39
  "express-promise-router": "^4.1.0",
@@ -42,10 +42,10 @@
42
42
  "yn": "^4.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/cli": "^0.0.0-nightly-202192722215",
46
- "@backstage/types": "^0.1.1",
45
+ "@backstage/cli": "^0.0.0-nightly-2021101422237",
46
+ "@backstage/types": "^0.0.0-nightly-2021101422237",
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": [