@backstage/backend-dynamic-feature-service 0.2.0-next.3 → 0.2.0

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 +37 -0
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @backstage/backend-dynamic-feature-service
2
2
 
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d7adbbf: Implement the discovery of additional individual configuration schemas for dynamic plugins, and provide:
8
+
9
+ - an alternate implementation of the root logger service that takes them into account,
10
+ - an extension to the App backend plugin to set a global configuration schema that takes them into account.
11
+
12
+ ### Patch Changes
13
+
14
+ - 8723c5a: Fix wrong `alpha` support in dynamic plugins support: the `alpha` sub-package should not be required for the dynamic plugins to be loaded under the new backend system.
15
+ - 8472188: Added or fixed the `repository` field in `package.json`.
16
+ - 6bb6f3e: Updated dependency `fs-extra` to `^11.2.0`.
17
+ Updated dependency `@types/fs-extra` to `^11.0.0`.
18
+ - Updated dependencies
19
+ - @backstage/backend-common@0.21.0
20
+ - @backstage/plugin-auth-node@0.4.4
21
+ - @backstage/cli-node@0.2.3
22
+ - @backstage/backend-app-api@0.5.11
23
+ - @backstage/backend-plugin-api@0.6.10
24
+ - @backstage/plugin-catalog-backend@1.17.0
25
+ - @backstage/backend-tasks@0.5.15
26
+ - @backstage/plugin-events-backend@0.2.19
27
+ - @backstage/config-loader@1.6.2
28
+ - @backstage/plugin-scaffolder-node@0.3.0
29
+ - @backstage/plugin-app-node@0.1.10
30
+ - @backstage/plugin-permission-node@0.7.21
31
+ - @backstage/plugin-search-backend-node@1.2.14
32
+ - @backstage/cli-common@0.1.13
33
+ - @backstage/config@1.1.1
34
+ - @backstage/errors@1.2.3
35
+ - @backstage/types@1.1.1
36
+ - @backstage/plugin-events-node@0.2.19
37
+ - @backstage/plugin-permission-common@0.7.12
38
+ - @backstage/plugin-search-common@1.2.10
39
+
3
40
  ## 0.2.0-next.3
4
41
 
5
42
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/backend-dynamic-feature-service",
3
3
  "description": "Backstage dynamic feature service",
4
- "version": "0.2.0-next.3",
4
+ "version": "0.2.0",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "publishConfig": {
@@ -38,37 +38,37 @@
38
38
  "start": "backstage-cli package start"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/backend-app-api": "^0.5.11-next.3",
42
- "@backstage/backend-common": "^0.21.0-next.3",
43
- "@backstage/backend-plugin-api": "^0.6.10-next.3",
44
- "@backstage/backend-tasks": "^0.5.15-next.3",
41
+ "@backstage/backend-app-api": "^0.5.11",
42
+ "@backstage/backend-common": "^0.21.0",
43
+ "@backstage/backend-plugin-api": "^0.6.10",
44
+ "@backstage/backend-tasks": "^0.5.15",
45
45
  "@backstage/cli-common": "^0.1.13",
46
- "@backstage/cli-node": "^0.2.3-next.0",
46
+ "@backstage/cli-node": "^0.2.3",
47
47
  "@backstage/config": "^1.1.1",
48
- "@backstage/config-loader": "^1.6.2-next.0",
48
+ "@backstage/config-loader": "^1.6.2",
49
49
  "@backstage/errors": "^1.2.3",
50
- "@backstage/plugin-app-node": "^0.1.10-next.3",
51
- "@backstage/plugin-auth-node": "^0.4.4-next.3",
52
- "@backstage/plugin-catalog-backend": "^1.17.0-next.3",
53
- "@backstage/plugin-events-backend": "^0.2.19-next.3",
54
- "@backstage/plugin-events-node": "^0.2.19-next.3",
50
+ "@backstage/plugin-app-node": "^0.1.10",
51
+ "@backstage/plugin-auth-node": "^0.4.4",
52
+ "@backstage/plugin-catalog-backend": "^1.17.0",
53
+ "@backstage/plugin-events-backend": "^0.2.19",
54
+ "@backstage/plugin-events-node": "^0.2.19",
55
55
  "@backstage/plugin-permission-common": "^0.7.12",
56
- "@backstage/plugin-permission-node": "^0.7.21-next.3",
57
- "@backstage/plugin-scaffolder-node": "^0.3.0-next.3",
58
- "@backstage/plugin-search-backend-node": "^1.2.14-next.3",
56
+ "@backstage/plugin-permission-node": "^0.7.21",
57
+ "@backstage/plugin-scaffolder-node": "^0.3.0",
58
+ "@backstage/plugin-search-backend-node": "^1.2.14",
59
59
  "@backstage/plugin-search-common": "^1.2.10",
60
60
  "@backstage/types": "^1.1.1",
61
61
  "@manypkg/get-packages": "^1.1.3",
62
62
  "@types/express": "^4.17.6",
63
63
  "chokidar": "^3.5.3",
64
64
  "express": "^4.17.1",
65
- "fs-extra": "10.1.0",
65
+ "fs-extra": "^11.2.0",
66
66
  "lodash": "^4.17.21",
67
67
  "winston": "^3.2.1"
68
68
  },
69
69
  "devDependencies": {
70
- "@backstage/backend-test-utils": "^0.3.0-next.3",
71
- "@backstage/cli": "^0.25.2-next.3",
70
+ "@backstage/backend-test-utils": "^0.3.0",
71
+ "@backstage/cli": "^0.25.2",
72
72
  "wait-for-expect": "^3.0.2"
73
73
  },
74
74
  "files": [