@backstage/backend-plugin-api 0.0.0-nightly-20230103022231 → 0.0.0-nightly-20230105022800
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 +28 -5
- package/alpha/package.json +1 -1
- package/dist/index.alpha.d.ts +509 -73
- package/dist/index.beta.d.ts +509 -73
- package/dist/index.cjs.js +21 -117
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +509 -73
- package/package.json +7 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,37 @@
|
|
|
1
1
|
# @backstage/backend-plugin-api
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20230105022800
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 8e06f3cf00: Moved `loggerToWinstonLogger` to `@backstage/backend-common`.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 6cfd4d7073: Added `RootLifecycleService` and `rootLifecycleServiceRef`, as well as added a `labels` option to the existing `LifecycleServiceShutdownHook`.
|
|
12
|
+
- 02b119ff93: Added a new `rootHttpRouterServiceRef` and `RootHttpRouterService` interface.
|
|
13
|
+
- 5e2cebe9a3: Migrate `UrlReader` into this package to gradually remove the dependency on backend-common.
|
|
14
|
+
- 5437fe488f: Migrated types related to `TokenManagerService`, `CacheService` and `DatabaseService` into backend-plugin-api.
|
|
15
|
+
- 6f02d23b01: Moved `PluginEndpointDiscovery` type from backend-common to backend-plugin-api.
|
|
16
|
+
- 16054afdec: Documented `coreServices` an all of its members.
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @backstage/config@0.0.0-nightly-20230105022800
|
|
19
|
+
- @backstage/backend-tasks@0.0.0-nightly-20230105022800
|
|
20
|
+
- @backstage/types@1.0.2
|
|
21
|
+
- @backstage/plugin-permission-common@0.0.0-nightly-20230105022800
|
|
22
|
+
|
|
23
|
+
## 0.2.1-next.0
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
6
26
|
|
|
27
|
+
- 6cfd4d7073: Added `RootLifecycleService` and `rootLifecycleServiceRef`, as well as added a `labels` option to the existing `LifecycleServiceShutdownHook`.
|
|
28
|
+
- 5e2cebe9a3: Migrate `UrlReader` into this package to gradually remove the dependency on backend-common.
|
|
29
|
+
- 6f02d23b01: Moved `PluginEndpointDiscovery` type from backend-common to backend-plugin-api.
|
|
7
30
|
- Updated dependencies
|
|
8
|
-
- @backstage/
|
|
9
|
-
- @backstage/
|
|
10
|
-
- @backstage/backend-tasks@0.
|
|
11
|
-
- @backstage/plugin-permission-common@0.
|
|
31
|
+
- @backstage/backend-common@0.18.0-next.0
|
|
32
|
+
- @backstage/config@1.0.6-next.0
|
|
33
|
+
- @backstage/backend-tasks@0.4.1-next.0
|
|
34
|
+
- @backstage/plugin-permission-common@0.7.3-next.0
|
|
12
35
|
|
|
13
36
|
## 0.2.0
|
|
14
37
|
|