@backstage/plugin-search-common
Advanced tools
Comparing version 1.2.14 to 1.2.15
# @backstage/plugin-search-common | ||
## 1.2.15 | ||
### Patch Changes | ||
- Updated dependencies | ||
- @backstage/types@1.2.0 | ||
- @backstage/plugin-permission-common@0.8.2 | ||
## 1.2.14 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@backstage/plugin-search-common", | ||
"version": "1.2.14", | ||
"version": "1.2.15", | ||
"description": "Common functionalities for Search, to be shared between various search-enabled plugins", | ||
@@ -55,9 +55,16 @@ "backstage": { | ||
"dependencies": { | ||
"@backstage/plugin-permission-common": "^0.8.1", | ||
"@backstage/types": "^1.1.1" | ||
"@backstage/plugin-permission-common": "^0.8.2", | ||
"@backstage/types": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.27.0" | ||
"@backstage/cli": "^0.29.0" | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"index": [ | ||
"dist/index.d.ts" | ||
] | ||
} | ||
}, | ||
"module": "./dist/index.esm.js" | ||
} |
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
24165