@backstage/search-common
Advanced tools
Comparing version 0.2.0 to 0.2.1
# @backstage/search-common | ||
## 0.2.1 | ||
### 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.2.0", | ||
"version": "0.2.1", | ||
"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.7.10" | ||
"@backstage/cli": "^0.8.1" | ||
}, | ||
@@ -50,3 +50,3 @@ "jest": { | ||
}, | ||
"gitHead": "174a8b532e8b6dda0e733ec943d1aa7187a3821a" | ||
"gitHead": "3db0cb3683d3000666802af90a465ba4fb0d1e8d" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18705
+ Added@backstage/types@^0.1.1
- Removed@backstage/config@^0.1.6
- Removed@backstage/config@0.1.15(transitive)
- Removedlodash@4.17.21(transitive)