@backstage/backend-dynamic-feature-service 0.7.0-next.3 → 0.7.1-next.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.
- package/CHANGELOG.md +50 -0
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,55 @@
|
|
|
1
1
|
# @backstage/backend-dynamic-feature-service
|
|
2
2
|
|
|
3
|
+
## 0.7.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-scaffolder-node@0.8.3-next.0
|
|
9
|
+
- @backstage/plugin-catalog-backend@2.0.1-next.0
|
|
10
|
+
- @backstage/backend-plugin-api@1.4.0-next.0
|
|
11
|
+
- @backstage/backend-defaults@0.10.1-next.0
|
|
12
|
+
- @backstage/plugin-events-backend@0.5.3-next.0
|
|
13
|
+
- @backstage/cli-node@0.2.13
|
|
14
|
+
- @backstage/config-loader@1.10.1
|
|
15
|
+
- @backstage/plugin-auth-node@0.6.4-next.0
|
|
16
|
+
- @backstage/plugin-events-node@0.4.12-next.0
|
|
17
|
+
- @backstage/plugin-permission-node@0.10.1-next.0
|
|
18
|
+
- @backstage/plugin-search-backend-node@1.3.12-next.0
|
|
19
|
+
- @backstage/backend-openapi-utils@0.5.4-next.0
|
|
20
|
+
- @backstage/plugin-app-node@0.1.34-next.0
|
|
21
|
+
|
|
22
|
+
## 0.7.0
|
|
23
|
+
|
|
24
|
+
### Minor Changes
|
|
25
|
+
|
|
26
|
+
- 10f693c: **BREAKING** Removed support for the legacy backend, please migrate to the new backend system
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- 72d019d: Fixed various typos.
|
|
31
|
+
`FrontendRemoteResolver`'s misspelled `getAdditionaRemoteInfo` has been deprecated. Use the correct spelling `getAdditionalRemoteInfo` instead.
|
|
32
|
+
- Updated dependencies
|
|
33
|
+
- @backstage/plugin-catalog-backend@2.0.0
|
|
34
|
+
- @backstage/backend-defaults@0.10.0
|
|
35
|
+
- @backstage/plugin-auth-node@0.6.3
|
|
36
|
+
- @backstage/backend-plugin-api@1.3.1
|
|
37
|
+
- @backstage/plugin-permission-common@0.9.0
|
|
38
|
+
- @backstage/plugin-permission-node@0.10.0
|
|
39
|
+
- @backstage/plugin-scaffolder-node@0.8.2
|
|
40
|
+
- @backstage/config-loader@1.10.1
|
|
41
|
+
- @backstage/backend-openapi-utils@0.5.3
|
|
42
|
+
- @backstage/cli-node@0.2.13
|
|
43
|
+
- @backstage/config@1.3.2
|
|
44
|
+
- @backstage/cli-common@0.1.15
|
|
45
|
+
- @backstage/errors@1.2.7
|
|
46
|
+
- @backstage/types@1.2.1
|
|
47
|
+
- @backstage/plugin-app-node@0.1.33
|
|
48
|
+
- @backstage/plugin-events-backend@0.5.2
|
|
49
|
+
- @backstage/plugin-events-node@0.4.11
|
|
50
|
+
- @backstage/plugin-search-backend-node@1.3.11
|
|
51
|
+
- @backstage/plugin-search-common@1.2.18
|
|
52
|
+
|
|
3
53
|
## 0.7.0-next.3
|
|
4
54
|
|
|
5
55
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/backend-dynamic-feature-service",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1-next.0",
|
|
4
4
|
"description": "Backstage dynamic feature service",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "node-library"
|
|
@@ -52,24 +52,24 @@
|
|
|
52
52
|
"test": "backstage-cli package test"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@backstage/backend-defaults": "0.10.
|
|
56
|
-
"@backstage/backend-openapi-utils": "0.5.
|
|
57
|
-
"@backstage/backend-plugin-api": "1.
|
|
55
|
+
"@backstage/backend-defaults": "0.10.1-next.0",
|
|
56
|
+
"@backstage/backend-openapi-utils": "0.5.4-next.0",
|
|
57
|
+
"@backstage/backend-plugin-api": "1.4.0-next.0",
|
|
58
58
|
"@backstage/cli-common": "0.1.15",
|
|
59
59
|
"@backstage/cli-node": "0.2.13",
|
|
60
60
|
"@backstage/config": "1.3.2",
|
|
61
|
-
"@backstage/config-loader": "1.10.1
|
|
61
|
+
"@backstage/config-loader": "1.10.1",
|
|
62
62
|
"@backstage/errors": "1.2.7",
|
|
63
|
-
"@backstage/plugin-app-node": "0.1.
|
|
64
|
-
"@backstage/plugin-auth-node": "0.6.
|
|
65
|
-
"@backstage/plugin-catalog-backend": "2.0.
|
|
66
|
-
"@backstage/plugin-events-backend": "0.5.
|
|
67
|
-
"@backstage/plugin-events-node": "0.4.
|
|
68
|
-
"@backstage/plugin-permission-common": "0.9.0
|
|
69
|
-
"@backstage/plugin-permission-node": "0.10.
|
|
70
|
-
"@backstage/plugin-scaffolder-node": "0.8.
|
|
71
|
-
"@backstage/plugin-search-backend-node": "1.3.
|
|
72
|
-
"@backstage/plugin-search-common": "1.2.18
|
|
63
|
+
"@backstage/plugin-app-node": "0.1.34-next.0",
|
|
64
|
+
"@backstage/plugin-auth-node": "0.6.4-next.0",
|
|
65
|
+
"@backstage/plugin-catalog-backend": "2.0.1-next.0",
|
|
66
|
+
"@backstage/plugin-events-backend": "0.5.3-next.0",
|
|
67
|
+
"@backstage/plugin-events-node": "0.4.12-next.0",
|
|
68
|
+
"@backstage/plugin-permission-common": "0.9.0",
|
|
69
|
+
"@backstage/plugin-permission-node": "0.10.1-next.0",
|
|
70
|
+
"@backstage/plugin-scaffolder-node": "0.8.3-next.0",
|
|
71
|
+
"@backstage/plugin-search-backend-node": "1.3.12-next.0",
|
|
72
|
+
"@backstage/plugin-search-common": "1.2.18",
|
|
73
73
|
"@backstage/types": "1.2.1",
|
|
74
74
|
"@manypkg/get-packages": "^1.1.3",
|
|
75
75
|
"@module-federation/sdk": "^0.9.0",
|
|
@@ -81,11 +81,11 @@
|
|
|
81
81
|
"winston": "^3.2.1"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@backstage/backend-app-api": "1.2.
|
|
85
|
-
"@backstage/backend-test-utils": "1.
|
|
86
|
-
"@backstage/cli": "0.32.1
|
|
87
|
-
"@backstage/plugin-app-backend": "0.5.
|
|
88
|
-
"@backstage/repo-tools": "0.
|
|
84
|
+
"@backstage/backend-app-api": "1.2.4-next.0",
|
|
85
|
+
"@backstage/backend-test-utils": "1.6.0-next.0",
|
|
86
|
+
"@backstage/cli": "0.32.1",
|
|
87
|
+
"@backstage/plugin-app-backend": "0.5.3-next.0",
|
|
88
|
+
"@backstage/repo-tools": "0.14.0-next.0",
|
|
89
89
|
"@types/express": "^4.17.6",
|
|
90
90
|
"triple-beam": "^1.4.1",
|
|
91
91
|
"wait-for-expect": "^3.0.2"
|