Version Packages (next)
This commit is contained in:
@@ -1,5 +1,28 @@
|
||||
# @backstage/plugin-search-backend-node
|
||||
|
||||
## 1.0.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- de8a975911: Changed to use native `AbortController` and `AbortSignal` from Node.js, instead
|
||||
of the one from `node-abort-controller`. This is possible now that the minimum
|
||||
supported Node.js version of the project is 16.
|
||||
|
||||
Note that their interfaces are very slightly different, but typically not in a
|
||||
way that matters to consumers. If you see any typescript errors as a direct
|
||||
result from this, they are compatible with each other in the ways that we
|
||||
interact with them, and should be possible to type-cast across without ill
|
||||
effects.
|
||||
|
||||
- 54c5836f7a: Use of `TestPipeline.withSubject()` is now deprecated. Instead, use the `fromCollator`, `fromDecorator`, or `fromIndexer` static methods to instantiate a test pipeline. You may also use the class' `withCollator`, `withDecorator`, and `withIndexer` instance methods to build test pipelines that consist of multiple test subjects.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.17.0-next.1
|
||||
- @backstage/backend-tasks@0.4.0-next.1
|
||||
- @backstage/config@1.0.5-next.1
|
||||
- @backstage/errors@1.1.4-next.1
|
||||
- @backstage/plugin-permission-common@0.7.2-next.1
|
||||
- @backstage/plugin-search-common@1.1.2-next.1
|
||||
|
||||
## 1.0.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-search-backend-node",
|
||||
"description": "A library for Backstage backend plugins that want to interact with the search backend plugin",
|
||||
"version": "1.0.5-next.0",
|
||||
"version": "1.0.5-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user