@backstage/plugin-search-common
Advanced tools
Comparing version 0.0.0-nightly-20220322023220 to 0.0.0-nightly-20220323023253
# @backstage/plugin-search-common | ||
## 0.0.0-nightly-20220322023220 | ||
## 0.0.0-nightly-20220323023253 | ||
@@ -10,3 +10,13 @@ ### Patch Changes | ||
- Introduce `IndexableResultSet` type, which wraps `IndexableDocument` instances in the same way as `SearchResultSet`. | ||
- Updated dependencies | ||
- @backstage/plugin-permission-common@0.0.0-nightly-20220323023253 | ||
## 0.3.3-next.0 | ||
### Patch Changes | ||
- c8b295f2fb: - Introduce `SearchDocument` type. This type contains the subset of `IndexableDocument` properties relevant to the frontend, and is intended to be used for documents returned to the frontend from the search API. | ||
- `SearchResultSet` is now a wrapper for documents of type `SearchDocument`, and is intended to be used in the frontend. This isn't a breaking change, since `IndexableDocument`s are valid `SearchDocument`s, so the old and new types are compatible. | ||
- Introduce `IndexableResultSet` type, which wraps `IndexableDocument` instances in the same way as `SearchResultSet`. | ||
## 0.3.2 | ||
@@ -13,0 +23,0 @@ |
{ | ||
"name": "@backstage/plugin-search-common", | ||
"description": "Common functionalities for Search, to be shared between various search-enabled plugins", | ||
"version": "0.0.0-nightly-20220322023220", | ||
"version": "0.0.0-nightly-20220323023253", | ||
"main": "dist/index.cjs.js", | ||
@@ -43,6 +43,6 @@ "types": "dist/index.d.ts", | ||
"@backstage/types": "^1.0.0", | ||
"@backstage/plugin-permission-common": "^0.5.3" | ||
"@backstage/plugin-permission-common": "^0.0.0-nightly-20220323023253" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-20220322023220" | ||
"@backstage/cli": "^0.0.0-nightly-20220323023253" | ||
}, | ||
@@ -49,0 +49,0 @@ "jest": { |
13886
+ Added@backstage/config@0.0.0-nightly-20250114022708(transitive)
+ Added@backstage/errors@0.0.0-nightly-20250114022708(transitive)
+ Added@backstage/plugin-permission-common@0.0.0-nightly-20250114022708(transitive)
+ Added@backstage/types@0.0.0-nightly-20250114022708(transitive)
+ Addedcross-fetch@4.1.0(transitive)
+ Addeduuid@11.0.5(transitive)
+ Addedzod-to-json-schema@3.24.1(transitive)
- Removed@backstage/config@1.3.2(transitive)
- Removed@backstage/errors@1.2.7(transitive)
- Removed@backstage/plugin-permission-common@0.5.3(transitive)
- Removedcross-fetch@3.2.0(transitive)
- Removeduuid@8.3.2(transitive)
Updated@backstage/plugin-permission-common@^0.0.0-nightly-20220323023253