@backstage/plugin-search-common
Advanced tools
Comparing version 0.0.0-nightly-20220607024221 to 0.0.0-nightly-20220608024714
# @backstage/plugin-search-common | ||
## 0.0.0-nightly-20220607024221 | ||
## 0.0.0-nightly-20220608024714 | ||
@@ -9,4 +9,10 @@ ### Patch Changes | ||
- Updated dependencies | ||
- @backstage/plugin-permission-common@0.0.0-nightly-20220607024221 | ||
- @backstage/plugin-permission-common@0.0.0-nightly-20220608024714 | ||
## 0.3.5-next.1 | ||
### Patch Changes | ||
- 7d8acfc32e: `@beta` exports now replaced with `@public` exports | ||
## 0.3.5-next.0 | ||
@@ -13,0 +19,0 @@ |
{ | ||
"name": "@backstage/plugin-search-common", | ||
"description": "Common functionalities for Search, to be shared between various search-enabled plugins", | ||
"version": "0.0.0-nightly-20220607024221", | ||
"version": "0.0.0-nightly-20220608024714", | ||
"main": "dist/index.cjs.js", | ||
@@ -43,6 +43,6 @@ "types": "dist/index.d.ts", | ||
"@backstage/types": "^1.0.0", | ||
"@backstage/plugin-permission-common": "^0.0.0-nightly-20220607024221" | ||
"@backstage/plugin-permission-common": "^0.0.0-nightly-20220608024714" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-20220607024221" | ||
"@backstage/cli": "^0.0.0-nightly-20220608024714" | ||
}, | ||
@@ -49,0 +49,0 @@ "jest": { |
15566