@backstage/backend-dynamic-feature-service 0.2.16-next.2 → 0.2.16-next.3
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 +26 -0
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @backstage/backend-dynamic-feature-service
|
|
2
2
|
|
|
3
|
+
## 0.2.16-next.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-plugin-api@0.8.0-next.3
|
|
9
|
+
- @backstage/backend-common@0.23.4-next.3
|
|
10
|
+
- @backstage/backend-app-api@0.8.1-next.3
|
|
11
|
+
- @backstage/backend-tasks@0.5.28-next.3
|
|
12
|
+
- @backstage/cli-common@0.1.14
|
|
13
|
+
- @backstage/cli-node@0.2.7
|
|
14
|
+
- @backstage/config@1.2.0
|
|
15
|
+
- @backstage/config-loader@1.9.0-next.2
|
|
16
|
+
- @backstage/errors@1.2.4
|
|
17
|
+
- @backstage/types@1.1.1
|
|
18
|
+
- @backstage/plugin-app-node@0.1.23-next.3
|
|
19
|
+
- @backstage/plugin-auth-node@0.5.0-next.3
|
|
20
|
+
- @backstage/plugin-catalog-backend@1.24.1-next.3
|
|
21
|
+
- @backstage/plugin-events-backend@0.3.10-next.3
|
|
22
|
+
- @backstage/plugin-events-node@0.3.9-next.3
|
|
23
|
+
- @backstage/plugin-permission-common@0.8.1-next.1
|
|
24
|
+
- @backstage/plugin-permission-node@0.8.1-next.3
|
|
25
|
+
- @backstage/plugin-scaffolder-node@0.4.9-next.3
|
|
26
|
+
- @backstage/plugin-search-backend-node@1.2.28-next.3
|
|
27
|
+
- @backstage/plugin-search-common@1.2.14-next.1
|
|
28
|
+
|
|
3
29
|
## 0.2.16-next.2
|
|
4
30
|
|
|
5
31
|
### Patch 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.16-next.
|
|
4
|
+
"version": "0.2.16-next.3",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"publishConfig": {
|
|
@@ -38,24 +38,24 @@
|
|
|
38
38
|
"start": "backstage-cli package start"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@backstage/backend-app-api": "^0.8.1-next.
|
|
42
|
-
"@backstage/backend-common": "^0.23.4-next.
|
|
43
|
-
"@backstage/backend-plugin-api": "^0.8.0-next.
|
|
44
|
-
"@backstage/backend-tasks": "^0.5.28-next.
|
|
41
|
+
"@backstage/backend-app-api": "^0.8.1-next.3",
|
|
42
|
+
"@backstage/backend-common": "^0.23.4-next.3",
|
|
43
|
+
"@backstage/backend-plugin-api": "^0.8.0-next.3",
|
|
44
|
+
"@backstage/backend-tasks": "^0.5.28-next.3",
|
|
45
45
|
"@backstage/cli-common": "^0.1.14",
|
|
46
46
|
"@backstage/cli-node": "^0.2.7",
|
|
47
47
|
"@backstage/config": "^1.2.0",
|
|
48
48
|
"@backstage/config-loader": "^1.9.0-next.2",
|
|
49
49
|
"@backstage/errors": "^1.2.4",
|
|
50
|
-
"@backstage/plugin-app-node": "^0.1.23-next.
|
|
51
|
-
"@backstage/plugin-auth-node": "^0.5.0-next.
|
|
52
|
-
"@backstage/plugin-catalog-backend": "^1.24.1-next.
|
|
53
|
-
"@backstage/plugin-events-backend": "^0.3.10-next.
|
|
54
|
-
"@backstage/plugin-events-node": "^0.3.9-next.
|
|
50
|
+
"@backstage/plugin-app-node": "^0.1.23-next.3",
|
|
51
|
+
"@backstage/plugin-auth-node": "^0.5.0-next.3",
|
|
52
|
+
"@backstage/plugin-catalog-backend": "^1.24.1-next.3",
|
|
53
|
+
"@backstage/plugin-events-backend": "^0.3.10-next.3",
|
|
54
|
+
"@backstage/plugin-events-node": "^0.3.9-next.3",
|
|
55
55
|
"@backstage/plugin-permission-common": "^0.8.1-next.1",
|
|
56
|
-
"@backstage/plugin-permission-node": "^0.8.1-next.
|
|
57
|
-
"@backstage/plugin-scaffolder-node": "^0.4.9-next.
|
|
58
|
-
"@backstage/plugin-search-backend-node": "^1.2.28-next.
|
|
56
|
+
"@backstage/plugin-permission-node": "^0.8.1-next.3",
|
|
57
|
+
"@backstage/plugin-scaffolder-node": "^0.4.9-next.3",
|
|
58
|
+
"@backstage/plugin-search-backend-node": "^1.2.28-next.3",
|
|
59
59
|
"@backstage/plugin-search-common": "^1.2.14-next.1",
|
|
60
60
|
"@backstage/types": "^1.1.1",
|
|
61
61
|
"@manypkg/get-packages": "^1.1.3",
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"winston": "^3.2.1"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@backstage/backend-test-utils": "^0.4.5-next.
|
|
71
|
-
"@backstage/cli": "^0.27.0-next.
|
|
70
|
+
"@backstage/backend-test-utils": "^0.4.5-next.3",
|
|
71
|
+
"@backstage/cli": "^0.27.0-next.4",
|
|
72
72
|
"wait-for-expect": "^3.0.2"
|
|
73
73
|
},
|
|
74
74
|
"files": [
|