@backstage/backend-dynamic-feature-service 0.8.2-next.1 → 0.8.3-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 +42 -0
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
# @backstage/backend-dynamic-feature-service
|
|
2
2
|
|
|
3
|
+
## 0.8.3-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-catalog-backend@3.8.0-next.0
|
|
9
|
+
- @backstage/backend-defaults@0.17.2-next.0
|
|
10
|
+
- @backstage/plugin-auth-node@0.7.2-next.0
|
|
11
|
+
- @backstage/plugin-scaffolder-node@0.13.4-next.0
|
|
12
|
+
- @backstage/plugin-events-backend@0.6.3-next.0
|
|
13
|
+
- @backstage/plugin-permission-node@0.11.1-next.0
|
|
14
|
+
- @backstage/plugin-search-backend-node@1.4.5-next.0
|
|
15
|
+
- @backstage/backend-plugin-api@1.9.2-next.0
|
|
16
|
+
- @backstage/plugin-events-node@0.4.23-next.0
|
|
17
|
+
- @backstage/backend-openapi-utils@0.6.10-next.0
|
|
18
|
+
- @backstage/plugin-app-node@0.1.46-next.0
|
|
19
|
+
|
|
20
|
+
## 0.8.2
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- 41070b8: Upgraded `@module-federation/enhanced`, `@module-federation/runtime`, and `@module-federation/sdk` from `^0.21.6` to `^2.3.3` to address known vulnerabilities.
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
- @backstage/errors@1.3.1
|
|
27
|
+
- @backstage/backend-plugin-api@1.9.1
|
|
28
|
+
- @backstage/backend-defaults@0.17.1
|
|
29
|
+
- @backstage/plugin-catalog-backend@3.7.0
|
|
30
|
+
- @backstage/cli-node@0.3.2
|
|
31
|
+
- @backstage/plugin-scaffolder-node@0.13.3
|
|
32
|
+
- @backstage/plugin-permission-node@0.11.0
|
|
33
|
+
- @backstage/plugin-auth-node@0.7.1
|
|
34
|
+
- @backstage/plugin-permission-common@0.9.9
|
|
35
|
+
- @backstage/plugin-search-backend-node@1.4.4
|
|
36
|
+
- @backstage/backend-openapi-utils@0.6.9
|
|
37
|
+
- @backstage/cli-common@0.2.2
|
|
38
|
+
- @backstage/config@1.3.8
|
|
39
|
+
- @backstage/config-loader@1.10.11
|
|
40
|
+
- @backstage/plugin-app-node@0.1.45
|
|
41
|
+
- @backstage/plugin-events-backend@0.6.2
|
|
42
|
+
- @backstage/plugin-events-node@0.4.22
|
|
43
|
+
- @backstage/plugin-search-common@1.2.24
|
|
44
|
+
|
|
3
45
|
## 0.8.2-next.1
|
|
4
46
|
|
|
5
47
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/backend-dynamic-feature-service",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.3-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.17.
|
|
56
|
-
"@backstage/backend-openapi-utils": "0.6.
|
|
57
|
-
"@backstage/backend-plugin-api": "1.9.
|
|
58
|
-
"@backstage/cli-common": "0.2.2
|
|
59
|
-
"@backstage/cli-node": "0.3.2
|
|
60
|
-
"@backstage/config": "1.3.8
|
|
61
|
-
"@backstage/config-loader": "1.10.11
|
|
62
|
-
"@backstage/errors": "1.3.1
|
|
63
|
-
"@backstage/plugin-app-node": "0.1.
|
|
64
|
-
"@backstage/plugin-auth-node": "0.7.
|
|
65
|
-
"@backstage/plugin-catalog-backend": "3.
|
|
66
|
-
"@backstage/plugin-events-backend": "0.6.
|
|
67
|
-
"@backstage/plugin-events-node": "0.4.
|
|
68
|
-
"@backstage/plugin-permission-common": "0.9.9
|
|
69
|
-
"@backstage/plugin-permission-node": "0.
|
|
70
|
-
"@backstage/plugin-scaffolder-node": "0.13.
|
|
71
|
-
"@backstage/plugin-search-backend-node": "1.4.
|
|
72
|
-
"@backstage/plugin-search-common": "1.2.24
|
|
55
|
+
"@backstage/backend-defaults": "0.17.2-next.0",
|
|
56
|
+
"@backstage/backend-openapi-utils": "0.6.10-next.0",
|
|
57
|
+
"@backstage/backend-plugin-api": "1.9.2-next.0",
|
|
58
|
+
"@backstage/cli-common": "0.2.2",
|
|
59
|
+
"@backstage/cli-node": "0.3.2",
|
|
60
|
+
"@backstage/config": "1.3.8",
|
|
61
|
+
"@backstage/config-loader": "1.10.11",
|
|
62
|
+
"@backstage/errors": "1.3.1",
|
|
63
|
+
"@backstage/plugin-app-node": "0.1.46-next.0",
|
|
64
|
+
"@backstage/plugin-auth-node": "0.7.2-next.0",
|
|
65
|
+
"@backstage/plugin-catalog-backend": "3.8.0-next.0",
|
|
66
|
+
"@backstage/plugin-events-backend": "0.6.3-next.0",
|
|
67
|
+
"@backstage/plugin-events-node": "0.4.23-next.0",
|
|
68
|
+
"@backstage/plugin-permission-common": "0.9.9",
|
|
69
|
+
"@backstage/plugin-permission-node": "0.11.1-next.0",
|
|
70
|
+
"@backstage/plugin-scaffolder-node": "0.13.4-next.0",
|
|
71
|
+
"@backstage/plugin-search-backend-node": "1.4.5-next.0",
|
|
72
|
+
"@backstage/plugin-search-common": "1.2.24",
|
|
73
73
|
"@backstage/types": "1.2.2",
|
|
74
74
|
"@manypkg/get-packages": "^1.1.3",
|
|
75
75
|
"@module-federation/sdk": "^2.3.3",
|
|
@@ -81,11 +81,11 @@
|
|
|
81
81
|
"winston": "^3.2.1"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@backstage/backend-app-api": "1.7.
|
|
85
|
-
"@backstage/backend-test-utils": "1.11.
|
|
86
|
-
"@backstage/cli": "0.36.
|
|
87
|
-
"@backstage/plugin-app-backend": "0.5.
|
|
88
|
-
"@backstage/repo-tools": "0.17.
|
|
84
|
+
"@backstage/backend-app-api": "1.7.1-next.0",
|
|
85
|
+
"@backstage/backend-test-utils": "1.11.4-next.0",
|
|
86
|
+
"@backstage/cli": "0.36.3-next.0",
|
|
87
|
+
"@backstage/plugin-app-backend": "0.5.15-next.0",
|
|
88
|
+
"@backstage/repo-tools": "0.17.3-next.0",
|
|
89
89
|
"@types/express": "^4.17.6",
|
|
90
90
|
"triple-beam": "^1.4.1",
|
|
91
91
|
"wait-for-expect": "^4.0.0"
|