@backstage/plugin-app-backend 0.0.0-nightly-202202022734 → 0.0.0-nightly-20220203021748

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 +18 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,20 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-202202022734
3
+ ## 0.0.0-nightly-20220203021748
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.0.0-nightly-20220203021748
9
+
10
+ ## 0.3.23-next.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @backstage/backend-common@0.10.6-next.0
16
+
17
+ ## 0.3.22
4
18
 
5
19
  ### Patch Changes
6
20
 
@@ -26,9 +40,9 @@
26
40
  The asset cache is enabled by passing the `database` option to `createRouter`.
27
41
 
28
42
  - Updated dependencies
29
- - @backstage/backend-common@0.0.0-nightly-202202022734
30
- - @backstage/config@0.0.0-nightly-202202022734
31
- - @backstage/config-loader@0.0.0-nightly-202202022734
43
+ - @backstage/backend-common@0.10.4
44
+ - @backstage/config@0.1.13
45
+ - @backstage/config-loader@0.9.3
32
46
 
33
47
  ## 0.3.22-next.0
34
48
 
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-202202022734",
4
+ "version": "0.0.0-nightly-20220203021748",
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-202202022734",
34
- "@backstage/config-loader": "^0.0.0-nightly-202202022734",
35
- "@backstage/config": "^0.0.0-nightly-202202022734",
33
+ "@backstage/backend-common": "^0.0.0-nightly-20220203021748",
34
+ "@backstage/config-loader": "^0.9.3",
35
+ "@backstage/config": "^0.1.13",
36
36
  "@backstage/types": "^0.1.1",
37
37
  "@types/express": "^4.17.6",
38
38
  "globby": "^11.0.0",
@@ -47,8 +47,8 @@
47
47
  "yn": "^4.0.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/backend-test-utils": "^0.0.0-nightly-202202022734",
51
- "@backstage/cli": "^0.0.0-nightly-202202022734",
50
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20220203021748",
51
+ "@backstage/cli": "^0.0.0-nightly-20220203021748",
52
52
  "@backstage/types": "^0.1.1",
53
53
  "@types/supertest": "^2.0.8",
54
54
  "mock-fs": "^5.1.0",