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

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 CHANGED
@@ -1,5 +1,37 @@
1
1
  # @backstage/backend-dynamic-feature-service
2
2
 
3
+ ## 0.8.4-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-openapi-utils@0.7.0-next.1
9
+ - @backstage/cli-common@0.3.0-next.0
10
+ - @backstage/backend-defaults@0.17.5-next.2
11
+ - @backstage/plugin-catalog-backend@3.8.1-next.1
12
+ - @backstage/plugin-events-backend@0.6.4-next.1
13
+ - @backstage/backend-plugin-api@1.9.3-next.1
14
+ - @backstage/cli-node@0.3.4-next.0
15
+ - @backstage/config-loader@1.11.0-next.2
16
+
17
+ ## 0.8.4-next.0
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/backend-defaults@0.17.4-next.0
23
+ - @backstage/config-loader@1.11.0-next.0
24
+ - @backstage/plugin-catalog-backend@3.8.1-next.0
25
+ - @backstage/plugin-auth-node@0.7.3-next.0
26
+ - @backstage/plugin-events-backend@0.6.4-next.0
27
+ - @backstage/plugin-permission-node@0.11.2-next.0
28
+ - @backstage/plugin-search-backend-node@1.4.6-next.0
29
+ - @backstage/backend-plugin-api@1.9.3-next.0
30
+ - @backstage/plugin-events-node@0.4.24-next.0
31
+ - @backstage/plugin-scaffolder-node@0.13.5-next.0
32
+ - @backstage/plugin-app-node@0.1.47-next.0
33
+ - @backstage/backend-openapi-utils@0.6.11-next.0
34
+
3
35
  ## 0.8.3
4
36
 
5
37
  ### Patch Changes
@@ -0,0 +1,18 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "type": "object",
4
+ "properties": {
5
+ "dynamicPlugins": {
6
+ "type": "object",
7
+ "properties": {
8
+ "rootDirectory": {
9
+ "type": "string",
10
+ "description": "The local path, relative to the backstage root, that contains dynamic plugins."
11
+ }
12
+ },
13
+ "required": [
14
+ "rootDirectory"
15
+ ]
16
+ }
17
+ }
18
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-dynamic-feature-service",
3
- "version": "0.8.3",
3
+ "version": "0.8.4-next.1",
4
4
  "description": "Backstage dynamic feature service",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -37,12 +37,11 @@
37
37
  },
38
38
  "files": [
39
39
  "dist",
40
- "config.d.ts"
40
+ "config.schema.json"
41
41
  ],
42
42
  "scripts": {
43
43
  "build": "backstage-cli package build",
44
44
  "clean": "backstage-cli package clean",
45
- "diff": "backstage-repo-tools package schema openapi diff",
46
45
  "fuzz": "backstage-repo-tools package schema openapi fuzz --exclude-checks response_schema_conformance",
47
46
  "generate": "backstage-repo-tools package schema openapi generate --server --client-package packages/frontend-dynamic-feature-loader",
48
47
  "lint": "backstage-cli package lint",
@@ -52,25 +51,25 @@
52
51
  "test": "backstage-cli package test"
53
52
  },
54
53
  "dependencies": {
55
- "@backstage/backend-defaults": "^0.17.3",
56
- "@backstage/backend-openapi-utils": "^0.6.10",
57
- "@backstage/backend-plugin-api": "^1.9.2",
58
- "@backstage/cli-common": "^0.2.2",
59
- "@backstage/cli-node": "^0.3.3",
60
- "@backstage/config": "^1.3.8",
61
- "@backstage/config-loader": "^1.10.12",
62
- "@backstage/errors": "^1.3.1",
63
- "@backstage/plugin-app-node": "^0.1.46",
64
- "@backstage/plugin-auth-node": "^0.7.2",
65
- "@backstage/plugin-catalog-backend": "^3.8.0",
66
- "@backstage/plugin-events-backend": "^0.6.3",
67
- "@backstage/plugin-events-node": "^0.4.23",
68
- "@backstage/plugin-permission-common": "^0.9.9",
69
- "@backstage/plugin-permission-node": "^0.11.1",
70
- "@backstage/plugin-scaffolder-node": "^0.13.4",
71
- "@backstage/plugin-search-backend-node": "^1.4.5",
72
- "@backstage/plugin-search-common": "^1.2.24",
73
- "@backstage/types": "^1.2.2",
54
+ "@backstage/backend-defaults": "0.17.5-next.2",
55
+ "@backstage/backend-openapi-utils": "0.7.0-next.1",
56
+ "@backstage/backend-plugin-api": "1.9.3-next.1",
57
+ "@backstage/cli-common": "0.3.0-next.0",
58
+ "@backstage/cli-node": "0.3.4-next.0",
59
+ "@backstage/config": "1.3.8",
60
+ "@backstage/config-loader": "1.11.0-next.2",
61
+ "@backstage/errors": "1.3.1",
62
+ "@backstage/plugin-app-node": "0.1.47-next.0",
63
+ "@backstage/plugin-auth-node": "0.7.3-next.0",
64
+ "@backstage/plugin-catalog-backend": "3.8.1-next.1",
65
+ "@backstage/plugin-events-backend": "0.6.4-next.1",
66
+ "@backstage/plugin-events-node": "0.4.24-next.0",
67
+ "@backstage/plugin-permission-common": "0.9.9",
68
+ "@backstage/plugin-permission-node": "0.11.2-next.0",
69
+ "@backstage/plugin-scaffolder-node": "0.13.5-next.0",
70
+ "@backstage/plugin-search-backend-node": "1.4.6-next.0",
71
+ "@backstage/plugin-search-common": "1.2.24",
72
+ "@backstage/types": "1.2.2",
74
73
  "@manypkg/get-packages": "^1.1.3",
75
74
  "@module-federation/sdk": "^2.3.3",
76
75
  "chokidar": "^3.5.3",
@@ -81,14 +80,14 @@
81
80
  "winston": "^3.2.1"
82
81
  },
83
82
  "devDependencies": {
84
- "@backstage/backend-app-api": "^1.7.1",
85
- "@backstage/backend-test-utils": "^1.11.4",
86
- "@backstage/cli": "^0.36.3",
87
- "@backstage/plugin-app-backend": "^0.5.15",
88
- "@backstage/repo-tools": "^0.17.3",
83
+ "@backstage/backend-app-api": "1.7.2-next.0",
84
+ "@backstage/backend-test-utils": "1.11.5-next.0",
85
+ "@backstage/cli": "0.36.4-next.2",
86
+ "@backstage/plugin-app-backend": "0.5.16-next.0",
87
+ "@backstage/repo-tools": "0.18.0-next.1",
89
88
  "@types/express": "^4.17.6",
90
89
  "triple-beam": "^1.4.1",
91
90
  "wait-for-expect": "^4.0.0"
92
91
  },
93
- "configSchema": "config.d.ts"
92
+ "configSchema": "config.schema.json"
94
93
  }
package/config.d.ts DELETED
@@ -1,24 +0,0 @@
1
- /*
2
- * Copyright 2023 The Backstage Authors
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
-
17
- export interface Config {
18
- dynamicPlugins?: {
19
- /**
20
- * The local path, relative to the backstage root, that contains dynamic plugins.
21
- */
22
- rootDirectory: string;
23
- };
24
- }