@backstage/plugin-app-backend 0.0.0-nightly-20220315022536 → 0.0.0-nightly-20220316022902

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 +5 -2
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,12 +1,15 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20220315022536
3
+ ## 0.0.0-nightly-20220316022902
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 89c7e47967: Minor README update
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20220315022536
9
+ - @backstage/config-loader@0.0.0-nightly-20220316022902
10
+ - @backstage/backend-common@0.0.0-nightly-20220316022902
11
+ - @backstage/config@0.0.0-nightly-20220316022902
12
+ - @backstage/types@0.0.0-nightly-20220316022902
10
13
 
11
14
  ## 0.3.29
12
15
 
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-20220315022536",
4
+ "version": "0.0.0-nightly-20220316022902",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,10 +33,10 @@
33
33
  "clean": "backstage-cli package clean"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-common": "^0.0.0-nightly-20220315022536",
37
- "@backstage/config-loader": "^0.9.7",
38
- "@backstage/config": "^0.1.15",
39
- "@backstage/types": "^0.1.3",
36
+ "@backstage/backend-common": "^0.0.0-nightly-20220316022902",
37
+ "@backstage/config-loader": "^0.0.0-nightly-20220316022902",
38
+ "@backstage/config": "^0.0.0-nightly-20220316022902",
39
+ "@backstage/types": "^0.0.0-nightly-20220316022902",
40
40
  "@types/express": "^4.17.6",
41
41
  "globby": "^11.0.0",
42
42
  "express": "^4.17.1",
@@ -50,9 +50,9 @@
50
50
  "yn": "^4.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-test-utils": "^0.0.0-nightly-20220315022536",
54
- "@backstage/cli": "^0.0.0-nightly-20220315022536",
55
- "@backstage/types": "^0.1.3",
53
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20220316022902",
54
+ "@backstage/cli": "^0.0.0-nightly-20220316022902",
55
+ "@backstage/types": "^0.0.0-nightly-20220316022902",
56
56
  "@types/supertest": "^2.0.8",
57
57
  "mock-fs": "^5.1.0",
58
58
  "msw": "^0.35.0",