@backstage/backend-dynamic-feature-service 0.6.1-next.1 → 0.6.1-next.2
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 +24 -0
- package/package.json +12 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @backstage/backend-dynamic-feature-service
|
|
2
2
|
|
|
3
|
+
## 0.6.1-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-scaffolder-node@0.8.0-next.2
|
|
9
|
+
- @backstage/plugin-catalog-backend@1.32.0-next.2
|
|
10
|
+
- @backstage/config-loader@1.10.0-next.0
|
|
11
|
+
- @backstage/backend-defaults@0.8.2-next.2
|
|
12
|
+
- @backstage/plugin-events-backend@0.4.4-next.2
|
|
13
|
+
- @backstage/plugin-events-node@0.4.9-next.2
|
|
14
|
+
- @backstage/backend-plugin-api@1.2.1-next.1
|
|
15
|
+
- @backstage/cli-common@0.1.15
|
|
16
|
+
- @backstage/cli-node@0.2.13
|
|
17
|
+
- @backstage/config@1.3.2
|
|
18
|
+
- @backstage/errors@1.2.7
|
|
19
|
+
- @backstage/types@1.2.1
|
|
20
|
+
- @backstage/plugin-app-node@0.1.31-next.2
|
|
21
|
+
- @backstage/plugin-auth-node@0.6.1-next.1
|
|
22
|
+
- @backstage/plugin-permission-common@0.8.4
|
|
23
|
+
- @backstage/plugin-permission-node@0.8.9-next.1
|
|
24
|
+
- @backstage/plugin-search-backend-node@1.3.9-next.1
|
|
25
|
+
- @backstage/plugin-search-common@1.2.17
|
|
26
|
+
|
|
3
27
|
## 0.6.1-next.1
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/backend-dynamic-feature-service",
|
|
3
|
-
"version": "0.6.1-next.
|
|
3
|
+
"version": "0.6.1-next.2",
|
|
4
4
|
"description": "Backstage dynamic feature service",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "node-library"
|
|
@@ -28,13 +28,6 @@
|
|
|
28
28
|
},
|
|
29
29
|
"main": "./dist/index.cjs.js",
|
|
30
30
|
"types": "./dist/index.d.ts",
|
|
31
|
-
"typesVersions": {
|
|
32
|
-
"*": {
|
|
33
|
-
"index": [
|
|
34
|
-
"dist/index.d.ts"
|
|
35
|
-
]
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
31
|
"files": [
|
|
39
32
|
"dist",
|
|
40
33
|
"config.d.ts"
|
|
@@ -50,21 +43,21 @@
|
|
|
50
43
|
},
|
|
51
44
|
"dependencies": {
|
|
52
45
|
"@backstage/backend-common": "^0.25.0",
|
|
53
|
-
"@backstage/backend-defaults": "0.8.2-next.
|
|
46
|
+
"@backstage/backend-defaults": "0.8.2-next.2",
|
|
54
47
|
"@backstage/backend-plugin-api": "1.2.1-next.1",
|
|
55
48
|
"@backstage/cli-common": "0.1.15",
|
|
56
49
|
"@backstage/cli-node": "0.2.13",
|
|
57
50
|
"@backstage/config": "1.3.2",
|
|
58
|
-
"@backstage/config-loader": "1.
|
|
51
|
+
"@backstage/config-loader": "1.10.0-next.0",
|
|
59
52
|
"@backstage/errors": "1.2.7",
|
|
60
|
-
"@backstage/plugin-app-node": "0.1.31-next.
|
|
53
|
+
"@backstage/plugin-app-node": "0.1.31-next.2",
|
|
61
54
|
"@backstage/plugin-auth-node": "0.6.1-next.1",
|
|
62
|
-
"@backstage/plugin-catalog-backend": "1.32.0-next.
|
|
63
|
-
"@backstage/plugin-events-backend": "0.4.4-next.
|
|
64
|
-
"@backstage/plugin-events-node": "0.4.9-next.
|
|
55
|
+
"@backstage/plugin-catalog-backend": "1.32.0-next.2",
|
|
56
|
+
"@backstage/plugin-events-backend": "0.4.4-next.2",
|
|
57
|
+
"@backstage/plugin-events-node": "0.4.9-next.2",
|
|
65
58
|
"@backstage/plugin-permission-common": "0.8.4",
|
|
66
59
|
"@backstage/plugin-permission-node": "0.8.9-next.1",
|
|
67
|
-
"@backstage/plugin-scaffolder-node": "0.
|
|
60
|
+
"@backstage/plugin-scaffolder-node": "0.8.0-next.2",
|
|
68
61
|
"@backstage/plugin-search-backend-node": "1.3.9-next.1",
|
|
69
62
|
"@backstage/plugin-search-common": "1.2.17",
|
|
70
63
|
"@backstage/types": "1.2.1",
|
|
@@ -77,10 +70,10 @@
|
|
|
77
70
|
"winston": "^3.2.1"
|
|
78
71
|
},
|
|
79
72
|
"devDependencies": {
|
|
80
|
-
"@backstage/backend-app-api": "1.2.1-next.
|
|
81
|
-
"@backstage/backend-test-utils": "1.3.1-next.
|
|
82
|
-
"@backstage/cli": "0.
|
|
83
|
-
"@backstage/plugin-app-backend": "0.5.0-next.
|
|
73
|
+
"@backstage/backend-app-api": "1.2.1-next.2",
|
|
74
|
+
"@backstage/backend-test-utils": "1.3.1-next.2",
|
|
75
|
+
"@backstage/cli": "0.31.0-next.1",
|
|
76
|
+
"@backstage/plugin-app-backend": "0.5.0-next.2",
|
|
84
77
|
"triple-beam": "^1.4.1",
|
|
85
78
|
"wait-for-expect": "^3.0.2"
|
|
86
79
|
}
|