@backstage/plugin-app-backend 0.0.0-nightly-2021112222819 → 0.0.0-nightly-2021112322755

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-2021112222819
3
+ ## 0.0.0-nightly-2021112322755
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-2021112222819
9
- - @backstage/config-loader@0.0.0-nightly-2021112222819
10
- - @backstage/config@0.0.0-nightly-2021112222819
8
+ - @backstage/backend-common@0.0.0-nightly-2021112322755
9
+ - @backstage/config-loader@0.0.0-nightly-2021112322755
10
+ - @backstage/config@0.0.0-nightly-2021112322755
11
11
 
12
12
  ## 0.3.19
13
13
 
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-2021112222819",
4
+ "version": "0.0.0-nightly-2021112322755",
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-2021112222819",
34
- "@backstage/config-loader": "^0.0.0-nightly-2021112222819",
35
- "@backstage/config": "^0.0.0-nightly-2021112222819",
33
+ "@backstage/backend-common": "^0.0.0-nightly-2021112322755",
34
+ "@backstage/config-loader": "^0.0.0-nightly-2021112322755",
35
+ "@backstage/config": "^0.0.0-nightly-2021112322755",
36
36
  "@backstage/types": "^0.1.1",
37
37
  "@types/express": "^4.17.6",
38
38
  "express": "^4.17.1",
@@ -42,7 +42,7 @@
42
42
  "yn": "^4.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/cli": "^0.0.0-nightly-2021112222819",
45
+ "@backstage/cli": "^0.0.0-nightly-2021112322755",
46
46
  "@backstage/types": "^0.1.1",
47
47
  "@types/supertest": "^2.0.8",
48
48
  "msw": "^0.35.0",