@backstage/plugin-app-backend 0.3.58-next.3 → 0.3.59

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
+ ## 0.3.59
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.21.1
9
+ - @backstage/backend-plugin-api@0.6.11
10
+ - @backstage/config-loader@1.6.2
11
+ - @backstage/plugin-app-node@0.1.11
12
+
13
+ ## 0.3.58
14
+
15
+ ### Patch Changes
16
+
17
+ - 9aac2b0: Use `--cwd` as the first `yarn` argument
18
+ - 998ccf6: Support injecting config multiple times in a single bundle
19
+ - 6bb6f3e: Updated dependency `fs-extra` to `^11.2.0`.
20
+ Updated dependency `@types/fs-extra` to `^11.0.0`.
21
+ - 54ad8e1: Allow the `app-backend` plugin to use a global configuration schema provided externally through an extension.
22
+ - 9dfd57d: Do not force caching of the Javascript asset that contains the injected config.
23
+ - Updated dependencies
24
+ - @backstage/backend-common@0.21.0
25
+ - @backstage/backend-plugin-api@0.6.10
26
+ - @backstage/config-loader@1.6.2
27
+ - @backstage/plugin-app-node@0.1.10
28
+ - @backstage/config@1.1.1
29
+ - @backstage/types@1.1.1
30
+
3
31
  ## 0.3.58-next.3
4
32
 
5
33
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
- "version": "0.3.58-next.3",
3
+ "version": "0.3.59",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
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.3.58-next.3",
4
+ "version": "0.3.59",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -43,16 +43,16 @@
43
43
  "clean": "backstage-cli package clean"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/backend-common": "^0.21.0-next.3",
47
- "@backstage/backend-plugin-api": "^0.6.10-next.3",
46
+ "@backstage/backend-common": "^0.21.1",
47
+ "@backstage/backend-plugin-api": "^0.6.11",
48
48
  "@backstage/config": "^1.1.1",
49
- "@backstage/config-loader": "^1.6.2-next.0",
50
- "@backstage/plugin-app-node": "^0.1.10-next.3",
49
+ "@backstage/config-loader": "^1.6.2",
50
+ "@backstage/plugin-app-node": "^0.1.11",
51
51
  "@backstage/types": "^1.1.1",
52
52
  "@types/express": "^4.17.6",
53
53
  "express": "^4.17.1",
54
54
  "express-promise-router": "^4.1.0",
55
- "fs-extra": "10.1.0",
55
+ "fs-extra": "^11.2.0",
56
56
  "globby": "^11.0.0",
57
57
  "helmet": "^6.0.0",
58
58
  "knex": "^3.0.0",
@@ -62,9 +62,9 @@
62
62
  "yn": "^4.0.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/backend-app-api": "^0.5.11-next.3",
66
- "@backstage/backend-test-utils": "^0.3.0-next.3",
67
- "@backstage/cli": "^0.25.2-next.3",
65
+ "@backstage/backend-app-api": "^0.5.12",
66
+ "@backstage/backend-test-utils": "^0.3.1",
67
+ "@backstage/cli": "^0.25.2",
68
68
  "@backstage/types": "^1.1.1",
69
69
  "@types/supertest": "^2.0.8",
70
70
  "node-fetch": "^2.6.7",