@backstage/backend-dynamic-feature-service 0.7.6-next.1 → 0.7.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +25 -25
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @backstage/backend-dynamic-feature-service
2
2
 
3
+ ## 0.7.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.
8
+ - Updated dependencies
9
+ - @backstage/backend-defaults@0.13.1
10
+ - @backstage/plugin-catalog-backend@3.2.0
11
+ - @backstage/backend-plugin-api@1.5.0
12
+ - @backstage/plugin-permission-common@0.9.3
13
+ - @backstage/plugin-search-backend-node@1.3.17
14
+ - @backstage/plugin-events-backend@0.5.8
15
+ - @backstage/plugin-events-node@0.4.17
16
+ - @backstage/plugin-auth-node@0.6.9
17
+ - @backstage/config-loader@1.10.6
18
+ - @backstage/config@1.3.6
19
+ - @backstage/cli-node@0.2.15
20
+ - @backstage/plugin-scaffolder-node@0.12.1
21
+ - @backstage/backend-openapi-utils@0.6.3
22
+ - @backstage/plugin-app-node@0.1.39
23
+ - @backstage/plugin-permission-node@0.10.6
24
+ - @backstage/plugin-search-common@1.2.21
25
+
3
26
  ## 0.7.6-next.1
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-dynamic-feature-service",
3
- "version": "0.7.6-next.1",
3
+ "version": "0.7.6",
4
4
  "description": "Backstage dynamic feature service",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -52,25 +52,25 @@
52
52
  "test": "backstage-cli package test"
53
53
  },
54
54
  "dependencies": {
55
- "@backstage/backend-defaults": "0.13.1-next.1",
56
- "@backstage/backend-openapi-utils": "0.6.3-next.1",
57
- "@backstage/backend-plugin-api": "1.5.0-next.1",
58
- "@backstage/cli-common": "0.1.15",
59
- "@backstage/cli-node": "0.2.15-next.0",
60
- "@backstage/config": "1.3.6-next.0",
61
- "@backstage/config-loader": "1.10.6-next.0",
62
- "@backstage/errors": "1.2.7",
63
- "@backstage/plugin-app-node": "0.1.39-next.1",
64
- "@backstage/plugin-auth-node": "0.6.9-next.1",
65
- "@backstage/plugin-catalog-backend": "3.2.0-next.1",
66
- "@backstage/plugin-events-backend": "0.5.8-next.1",
67
- "@backstage/plugin-events-node": "0.4.17-next.1",
68
- "@backstage/plugin-permission-common": "0.9.3-next.1",
69
- "@backstage/plugin-permission-node": "0.10.6-next.1",
70
- "@backstage/plugin-scaffolder-node": "0.12.1-next.1",
71
- "@backstage/plugin-search-backend-node": "1.3.17-next.1",
72
- "@backstage/plugin-search-common": "1.2.21-next.0",
73
- "@backstage/types": "1.2.2",
55
+ "@backstage/backend-defaults": "^0.13.1",
56
+ "@backstage/backend-openapi-utils": "^0.6.3",
57
+ "@backstage/backend-plugin-api": "^1.5.0",
58
+ "@backstage/cli-common": "^0.1.15",
59
+ "@backstage/cli-node": "^0.2.15",
60
+ "@backstage/config": "^1.3.6",
61
+ "@backstage/config-loader": "^1.10.6",
62
+ "@backstage/errors": "^1.2.7",
63
+ "@backstage/plugin-app-node": "^0.1.39",
64
+ "@backstage/plugin-auth-node": "^0.6.9",
65
+ "@backstage/plugin-catalog-backend": "^3.2.0",
66
+ "@backstage/plugin-events-backend": "^0.5.8",
67
+ "@backstage/plugin-events-node": "^0.4.17",
68
+ "@backstage/plugin-permission-common": "^0.9.3",
69
+ "@backstage/plugin-permission-node": "^0.10.6",
70
+ "@backstage/plugin-scaffolder-node": "^0.12.1",
71
+ "@backstage/plugin-search-backend-node": "^1.3.17",
72
+ "@backstage/plugin-search-common": "^1.2.21",
73
+ "@backstage/types": "^1.2.2",
74
74
  "@manypkg/get-packages": "^1.1.3",
75
75
  "@module-federation/sdk": "^0.9.0",
76
76
  "chokidar": "^3.5.3",
@@ -81,11 +81,11 @@
81
81
  "winston": "^3.2.1"
82
82
  },
83
83
  "devDependencies": {
84
- "@backstage/backend-app-api": "1.3.0-next.1",
85
- "@backstage/backend-test-utils": "1.10.0-next.1",
86
- "@backstage/cli": "0.34.5-next.1",
87
- "@backstage/plugin-app-backend": "0.5.8-next.1",
88
- "@backstage/repo-tools": "0.15.4-next.1",
84
+ "@backstage/backend-app-api": "^1.3.0",
85
+ "@backstage/backend-test-utils": "^1.10.0",
86
+ "@backstage/cli": "^0.34.5",
87
+ "@backstage/plugin-app-backend": "^0.5.8",
88
+ "@backstage/repo-tools": "^0.16.0",
89
89
  "@types/express": "^4.17.6",
90
90
  "triple-beam": "^1.4.1",
91
91
  "wait-for-expect": "^3.0.2"