@backstage/backend-plugin-api 0.0.0-nightly-20240814021923 → 0.0.0-nightly-20240816021916

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,9 +1,21 @@
1
1
  # @backstage/backend-plugin-api
2
2
 
3
- ## 0.0.0-nightly-20240814021923
3
+ ## 0.0.0-nightly-20240816021916
4
4
 
5
5
  ### Minor Changes
6
6
 
7
+ - 389f5a4: **BREAKING** Deleted the following deprecated `UrlReader` exports
8
+
9
+ - ReadUrlOptions: Use `UrlReaderServiceReadUrlOptions` instead;
10
+ - ReadUrlResponse: Use `UrlReaderServiceReadUrlResponse` instead;
11
+ - ReadTreeOptions: Use `UrlReaderServiceReadTreeOptions` instead;
12
+ - ReadTreeResponse: Use `UrlReaderServiceReadTreeResponse` instead;
13
+ - ReadTreeResponseFile: Use `UrlReaderServiceReadTreeResponseFile` instead;
14
+ - ReadTreeResponseDirOptions: Use `UrlReaderServiceReadTreeResponseDirOptions` instead;
15
+ - SearchOptions: Use `UrlReaderServiceSearchOptions` instead;
16
+ - SearchResponse: Use `UrlReaderServiceSearchResponse` instead;
17
+ - SearchResponseFile: Use `UrlReaderServiceSearchResponseFile` instead.
18
+
7
19
  - 7c5f3b0: The `createServiceRef` function now accepts a new boolean `multiple` option. The `multiple` option defaults to `false` and when set to `true`, it enables that multiple implementation are installed for the created service ref.
8
20
 
9
21
  We're looking for ways to make it possible to augment services without the need to replace the entire service.
@@ -89,8 +101,8 @@
89
101
  - ddde5fe: Fixed a type issue where plugin and modules depending on multiton services would not receive the correct type.
90
102
  - f011d1b: fix typo in `getPluginRequestToken` comments
91
103
  - Updated dependencies
92
- - @backstage/plugin-permission-common@0.0.0-nightly-20240814021923
93
- - @backstage/plugin-auth-node@0.0.0-nightly-20240814021923
104
+ - @backstage/plugin-permission-common@0.0.0-nightly-20240816021916
105
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240816021916
94
106
  - @backstage/cli-common@0.1.14
95
107
  - @backstage/config@1.2.0
96
108
  - @backstage/errors@1.2.4
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-plugin-api__alpha",
3
- "version": "0.0.0-nightly-20240814021923",
3
+ "version": "0.0.0-nightly-20240816021916",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-plugin-api",
3
- "version": "0.0.0-nightly-20240814021923",
3
+ "version": "0.0.0-nightly-20240816021916",
4
4
  "description": "Core API used by Backstage backend plugins",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -56,8 +56,8 @@
56
56
  "@backstage/cli-common": "^0.1.14",
57
57
  "@backstage/config": "^1.2.0",
58
58
  "@backstage/errors": "^1.2.4",
59
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240814021923",
60
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20240814021923",
59
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240816021916",
60
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20240816021916",
61
61
  "@backstage/types": "^1.1.1",
62
62
  "@types/express": "^4.17.6",
63
63
  "@types/luxon": "^3.0.0",
@@ -66,7 +66,7 @@
66
66
  "luxon": "^3.0.0"
67
67
  },
68
68
  "devDependencies": {
69
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240814021923",
70
- "@backstage/cli": "^0.0.0-nightly-20240814021923"
69
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240816021916",
70
+ "@backstage/cli": "^0.0.0-nightly-20240816021916"
71
71
  }
72
72
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-plugin-api__testutils",
3
- "version": "0.0.0-nightly-20240814021923",
3
+ "version": "0.0.0-nightly-20240816021916",
4
4
  "main": "../dist/testUtils.cjs.js",
5
5
  "types": "../dist/testUtils.d.ts"
6
6
  }