@backstage/backend-plugin-api 0.0.0-nightly-20220913030138 → 0.0.0-nightly-20220915030237

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,6 +1,6 @@
1
1
  # @backstage/backend-plugin-api
2
2
 
3
- ## 0.0.0-nightly-20220913030138
3
+ ## 0.0.0-nightly-20220915030237
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -11,10 +11,22 @@
11
11
  - 854ba37357: The `createServiceFactory` method has been updated to return a higher-order factory that can accept options.
12
12
  - 68513f169a: When defining a new `ServiceRef` you can now also include a `defaultFactory`, which will be used to construct instances of the service in case there is no explicit factory defined.
13
13
  - Updated dependencies
14
- - @backstage/backend-common@0.0.0-nightly-20220913030138
15
- - @backstage/backend-tasks@0.0.0-nightly-20220913030138
16
- - @backstage/config@0.0.0-nightly-20220913030138
17
- - @backstage/plugin-permission-common@0.0.0-nightly-20220913030138
14
+ - @backstage/backend-common@0.0.0-nightly-20220915030237
15
+ - @backstage/backend-tasks@0.0.0-nightly-20220915030237
16
+ - @backstage/config@0.0.0-nightly-20220915030237
17
+ - @backstage/plugin-permission-common@0.0.0-nightly-20220915030237
18
+
19
+ ## 0.1.2-next.2
20
+
21
+ ### Patch Changes
22
+
23
+ - 409ed984e8: Service are now scoped to either `'plugin'` or `'root'` scope. Service factories have been updated to provide dependency instances directly rather than factory functions.
24
+ - 854ba37357: The `createServiceFactory` method has been updated to return a higher-order factory that can accept options.
25
+ - Updated dependencies
26
+ - @backstage/config@1.0.2-next.0
27
+ - @backstage/plugin-permission-common@0.6.4-next.2
28
+ - @backstage/backend-common@0.15.1-next.3
29
+ - @backstage/backend-tasks@0.3.5-next.1
18
30
 
19
31
  ## 0.1.2-next.1
20
32
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-plugin-api",
3
- "version": "0.0.0-nightly-20220913030138",
3
+ "version": "0.0.0-nightly-20220915030237",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/backend-plugin-api",
3
3
  "description": "Core API used by Backstage backend plugins",
4
- "version": "0.0.0-nightly-20220913030138",
4
+ "version": "0.0.0-nightly-20220915030237",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {
@@ -33,17 +33,17 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-common": "0.0.0-nightly-20220913030138",
37
- "@backstage/backend-tasks": "0.0.0-nightly-20220913030138",
38
- "@backstage/config": "0.0.0-nightly-20220913030138",
39
- "@backstage/plugin-permission-common": "0.0.0-nightly-20220913030138",
36
+ "@backstage/backend-common": "0.0.0-nightly-20220915030237",
37
+ "@backstage/backend-tasks": "0.0.0-nightly-20220915030237",
38
+ "@backstage/config": "0.0.0-nightly-20220915030237",
39
+ "@backstage/plugin-permission-common": "0.0.0-nightly-20220915030237",
40
40
  "@types/express": "^4.17.6",
41
41
  "express": "^4.17.1",
42
42
  "winston": "^3.2.1",
43
43
  "winston-transport": "^4.5.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/cli": "0.0.0-nightly-20220913030138"
46
+ "@backstage/cli": "0.0.0-nightly-20220915030237"
47
47
  },
48
48
  "files": [
49
49
  "dist",