@backstage/plugin-search-common
Advanced tools
Comparing version 0.3.4-next.0 to 0.3.4
# @backstage/plugin-search-common | ||
## 0.3.4 | ||
### Patch Changes | ||
- 3a74e203a8: Support generating highlighted matched terms in search result data | ||
- Updated dependencies | ||
- @backstage/plugin-permission-common@0.6.1 | ||
## 0.3.4-next.0 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@backstage/plugin-search-common", | ||
"description": "Common functionalities for Search, to be shared between various search-enabled plugins", | ||
"version": "0.3.4-next.0", | ||
"version": "0.3.4", | ||
"main": "dist/index.cjs.js", | ||
@@ -42,7 +42,7 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@backstage/plugin-permission-common": "^0.6.1-next.0", | ||
"@backstage/plugin-permission-common": "^0.6.1", | ||
"@backstage/types": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.17.1-next.2" | ||
"@backstage/cli": "^0.17.1" | ||
}, | ||
@@ -54,3 +54,3 @@ "jest": { | ||
}, | ||
"gitHead": "cfbf5762d7d91eee18999306b21d63840400ee29" | ||
"gitHead": "96323f280ba32ee526c5b151cda42260aee927c9" | ||
} |
25933