@backstage/search-common
Advanced tools
Comparing version 0.0.0-nightly-202192122645 to 0.0.0-nightly-202192322437
# @backstage/search-common | ||
## 0.0.0-nightly-202192322437 | ||
### Patch Changes | ||
- 10615525f3: Switch to use the json and observable types from `@backstage/types` | ||
## 0.2.0 | ||
@@ -4,0 +10,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { JsonObject } from '@backstage/config'; | ||
import { JsonObject } from '@backstage/types'; | ||
@@ -3,0 +3,0 @@ interface SearchQuery { |
{ | ||
"name": "@backstage/search-common", | ||
"description": "Common functionalities for Search, to be shared between various search-enabled plugins", | ||
"version": "0.0.0-nightly-202192122645", | ||
"version": "0.0.0-nightly-202192322437", | ||
"main": "dist/index.cjs.js", | ||
@@ -39,6 +39,6 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@backstage/config": "^0.1.6" | ||
"@backstage/types": "^0.1.1" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-202192122645" | ||
"@backstage/cli": "^0.0.0-nightly-202192322437" | ||
}, | ||
@@ -45,0 +45,0 @@ "jest": { |
7867
+ Added@backstage/types@^0.1.1
- Removed@backstage/config@^0.1.6
- Removed@backstage/config@0.1.15(transitive)
- Removedlodash@4.17.21(transitive)