@backstage/plugin-app-backend 0.0.0-nightly-20220217022146 → 0.0.0-nightly-20220305022735

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 +38 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,16 +1,49 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20220217022146
3
+ ## 0.0.0-nightly-20220305022735
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.0.0-nightly-20220305022735
9
+
10
+ ## 0.3.28
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @backstage/backend-common@0.12.0
16
+
17
+ ## 0.3.27
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/backend-common@0.11.0
23
+ - @backstage/config-loader@0.9.6
24
+
25
+ ## 0.3.26
26
+
27
+ ### Patch Changes
28
+
29
+ - Fix for the previous release with missing type declarations.
30
+ - Updated dependencies
31
+ - @backstage/backend-common@0.10.9
32
+ - @backstage/config@0.1.15
33
+ - @backstage/config-loader@0.9.5
34
+ - @backstage/types@0.1.3
35
+
36
+ ## 0.3.25
4
37
 
5
38
  ### Patch Changes
6
39
 
7
40
  - c77c5c7eb6: Added `backstage.role` to `package.json`
8
41
  - 0107c9aa08: chore(deps): bump `helmet` from 4.4.1 to 5.0.2
9
42
  - Updated dependencies
10
- - @backstage/backend-common@0.0.0-nightly-20220217022146
11
- - @backstage/config-loader@0.0.0-nightly-20220217022146
12
- - @backstage/config@0.0.0-nightly-20220217022146
13
- - @backstage/types@0.0.0-nightly-20220217022146
43
+ - @backstage/backend-common@0.10.8
44
+ - @backstage/config-loader@0.9.4
45
+ - @backstage/config@0.1.14
46
+ - @backstage/types@0.1.2
14
47
 
15
48
  ## 0.3.24
16
49
 
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-20220217022146",
4
+ "version": "0.0.0-nightly-20220305022735",
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-20220217022146",
37
- "@backstage/config-loader": "^0.0.0-nightly-20220217022146",
38
- "@backstage/config": "^0.0.0-nightly-20220217022146",
39
- "@backstage/types": "^0.0.0-nightly-20220217022146",
36
+ "@backstage/backend-common": "^0.0.0-nightly-20220305022735",
37
+ "@backstage/config-loader": "^0.9.6",
38
+ "@backstage/config": "^0.1.15",
39
+ "@backstage/types": "^0.1.3",
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-20220217022146",
54
- "@backstage/cli": "^0.0.0-nightly-20220217022146",
55
- "@backstage/types": "^0.0.0-nightly-20220217022146",
53
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20220305022735",
54
+ "@backstage/cli": "^0.0.0-nightly-20220305022735",
55
+ "@backstage/types": "^0.1.3",
56
56
  "@types/supertest": "^2.0.8",
57
57
  "mock-fs": "^5.1.0",
58
58
  "msw": "^0.35.0",