Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-02-27 16:48:30 +00:00
parent 56b9192861
commit 4cca80fbf8
529 changed files with 9255 additions and 290 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/plugin-search-backend-node
## 1.2.17-next.0
### Patch Changes
- 0fb419b: Updated dependency `uuid` to `^9.0.0`.
Updated dependency `@types/uuid` to `^9.0.0`.
- 744c0cb: Exports `QueryTranslator`, `QueryRequestOptions` and `SearchEngine` types. These new types were extracted from the `@backstage/plugin-search-common` package and the `token` property was deprecated in favor of the a new credentials one.
- Updated dependencies
- @backstage/backend-common@0.21.3-next.0
- @backstage/errors@1.2.4-next.0
- @backstage/backend-plugin-api@0.6.13-next.0
- @backstage/plugin-permission-common@0.7.13-next.0
- @backstage/plugin-search-common@1.2.11-next.0
- @backstage/backend-tasks@0.5.18-next.0
- @backstage/config@1.1.2-next.0
## 1.2.14
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-search-backend-node",
"version": "1.2.14",
"version": "1.2.17-next.0",
"description": "A library for Backstage backend plugins that want to interact with the search backend plugin",
"backstage": {
"role": "node-library"