@backstage/plugin-search-common
Advanced tools
Comparing version 0.3.4 to 0.3.5-next.0
# @backstage/plugin-search-common | ||
## 0.3.5-next.0 | ||
### Patch Changes | ||
- Updated dependencies | ||
- @backstage/plugin-permission-common@0.6.2-next.0 | ||
## 0.3.4 | ||
@@ -4,0 +11,0 @@ |
@@ -110,3 +110,3 @@ /// <reference types="node" /> | ||
* Information about a specific document type. Intended to be used in the | ||
* {@link @backstage/search-backend-node#IndexBuilder} to collect information | ||
* {@link @backstage/plugin-search-backend-node#IndexBuilder} to collect information | ||
* about the types stored in the index. | ||
@@ -113,0 +113,0 @@ * @beta |
{ | ||
"name": "@backstage/plugin-search-common", | ||
"description": "Common functionalities for Search, to be shared between various search-enabled plugins", | ||
"version": "0.3.4", | ||
"version": "0.3.5-next.0", | ||
"main": "dist/index.cjs.js", | ||
@@ -42,7 +42,7 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@backstage/plugin-permission-common": "^0.6.1", | ||
"@backstage/plugin-permission-common": "^0.6.2-next.0", | ||
"@backstage/types": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.17.1" | ||
"@backstage/cli": "^0.17.2-next.1" | ||
}, | ||
@@ -54,3 +54,3 @@ "jest": { | ||
}, | ||
"gitHead": "96323f280ba32ee526c5b151cda42260aee927c9" | ||
"gitHead": "e15c24ddb5d14034629ced8a5a5d8f12b8f1a7dd" | ||
} |
26074