@backstage/backend-dynamic-feature-service 0.0.0-nightly-20240214021031 → 0.0.0-nightly-20240216021020
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 +17 -15
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/backend-dynamic-feature-service
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240216021020
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -13,25 +13,27 @@
|
|
|
13
13
|
|
|
14
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
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`.
|
|
16
18
|
- Updated dependencies
|
|
17
|
-
- @backstage/backend-common@0.0.0-nightly-
|
|
18
|
-
- @backstage/cli-node@0.0.0-nightly-
|
|
19
|
-
- @backstage/backend-app-api@0.0.0-nightly-
|
|
20
|
-
- @backstage/backend-plugin-api@0.0.0-nightly-
|
|
21
|
-
- @backstage/plugin-catalog-backend@0.0.0-nightly-
|
|
22
|
-
- @backstage/backend-tasks@0.0.0-nightly-
|
|
23
|
-
- @backstage/plugin-events-backend@0.0.0-nightly-
|
|
24
|
-
- @backstage/config-loader@0.0.0-nightly-
|
|
25
|
-
- @backstage/plugin-scaffolder-node@0.0.0-nightly-
|
|
26
|
-
- @backstage/plugin-app-node@0.0.0-nightly-
|
|
27
|
-
- @backstage/plugin-auth-node@0.0.0-nightly-
|
|
28
|
-
- @backstage/plugin-permission-node@0.0.0-nightly-
|
|
29
|
-
- @backstage/plugin-search-backend-node@0.0.0-nightly-
|
|
19
|
+
- @backstage/backend-common@0.0.0-nightly-20240216021020
|
|
20
|
+
- @backstage/cli-node@0.0.0-nightly-20240216021020
|
|
21
|
+
- @backstage/backend-app-api@0.0.0-nightly-20240216021020
|
|
22
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20240216021020
|
|
23
|
+
- @backstage/plugin-catalog-backend@0.0.0-nightly-20240216021020
|
|
24
|
+
- @backstage/backend-tasks@0.0.0-nightly-20240216021020
|
|
25
|
+
- @backstage/plugin-events-backend@0.0.0-nightly-20240216021020
|
|
26
|
+
- @backstage/config-loader@0.0.0-nightly-20240216021020
|
|
27
|
+
- @backstage/plugin-scaffolder-node@0.0.0-nightly-20240216021020
|
|
28
|
+
- @backstage/plugin-app-node@0.0.0-nightly-20240216021020
|
|
29
|
+
- @backstage/plugin-auth-node@0.0.0-nightly-20240216021020
|
|
30
|
+
- @backstage/plugin-permission-node@0.0.0-nightly-20240216021020
|
|
31
|
+
- @backstage/plugin-search-backend-node@0.0.0-nightly-20240216021020
|
|
30
32
|
- @backstage/cli-common@0.1.13
|
|
31
33
|
- @backstage/config@1.1.1
|
|
32
34
|
- @backstage/errors@1.2.3
|
|
33
35
|
- @backstage/types@1.1.1
|
|
34
|
-
- @backstage/plugin-events-node@0.0.0-nightly-
|
|
36
|
+
- @backstage/plugin-events-node@0.0.0-nightly-20240216021020
|
|
35
37
|
- @backstage/plugin-permission-common@0.7.12
|
|
36
38
|
- @backstage/plugin-search-common@1.2.10
|
|
37
39
|
|
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.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20240216021020",
|
|
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.0.0-nightly-
|
|
42
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
43
|
-
"@backstage/backend-plugin-api": "^0.0.0-nightly-
|
|
44
|
-
"@backstage/backend-tasks": "^0.0.0-nightly-
|
|
41
|
+
"@backstage/backend-app-api": "^0.0.0-nightly-20240216021020",
|
|
42
|
+
"@backstage/backend-common": "^0.0.0-nightly-20240216021020",
|
|
43
|
+
"@backstage/backend-plugin-api": "^0.0.0-nightly-20240216021020",
|
|
44
|
+
"@backstage/backend-tasks": "^0.0.0-nightly-20240216021020",
|
|
45
45
|
"@backstage/cli-common": "^0.1.13",
|
|
46
|
-
"@backstage/cli-node": "^0.0.0-nightly-
|
|
46
|
+
"@backstage/cli-node": "^0.0.0-nightly-20240216021020",
|
|
47
47
|
"@backstage/config": "^1.1.1",
|
|
48
|
-
"@backstage/config-loader": "^0.0.0-nightly-
|
|
48
|
+
"@backstage/config-loader": "^0.0.0-nightly-20240216021020",
|
|
49
49
|
"@backstage/errors": "^1.2.3",
|
|
50
|
-
"@backstage/plugin-app-node": "^0.0.0-nightly-
|
|
51
|
-
"@backstage/plugin-auth-node": "^0.0.0-nightly-
|
|
52
|
-
"@backstage/plugin-catalog-backend": "^0.0.0-nightly-
|
|
53
|
-
"@backstage/plugin-events-backend": "^0.0.0-nightly-
|
|
54
|
-
"@backstage/plugin-events-node": "^0.0.0-nightly-
|
|
50
|
+
"@backstage/plugin-app-node": "^0.0.0-nightly-20240216021020",
|
|
51
|
+
"@backstage/plugin-auth-node": "^0.0.0-nightly-20240216021020",
|
|
52
|
+
"@backstage/plugin-catalog-backend": "^0.0.0-nightly-20240216021020",
|
|
53
|
+
"@backstage/plugin-events-backend": "^0.0.0-nightly-20240216021020",
|
|
54
|
+
"@backstage/plugin-events-node": "^0.0.0-nightly-20240216021020",
|
|
55
55
|
"@backstage/plugin-permission-common": "^0.7.12",
|
|
56
|
-
"@backstage/plugin-permission-node": "^0.0.0-nightly-
|
|
57
|
-
"@backstage/plugin-scaffolder-node": "^0.0.0-nightly-
|
|
58
|
-
"@backstage/plugin-search-backend-node": "^0.0.0-nightly-
|
|
56
|
+
"@backstage/plugin-permission-node": "^0.0.0-nightly-20240216021020",
|
|
57
|
+
"@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240216021020",
|
|
58
|
+
"@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240216021020",
|
|
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": "
|
|
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.0.0-nightly-
|
|
71
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
70
|
+
"@backstage/backend-test-utils": "^0.0.0-nightly-20240216021020",
|
|
71
|
+
"@backstage/cli": "^0.0.0-nightly-20240216021020",
|
|
72
72
|
"wait-for-expect": "^3.0.2"
|
|
73
73
|
},
|
|
74
74
|
"files": [
|