@backstage/search-common
Advanced tools
Comparing version 0.0.0-nightly-20220303023541 to 0.0.0-nightly-20220305022735
# @backstage/search-common | ||
## 0.0.0-nightly-20220303023541 | ||
## 0.0.0-nightly-20220305022735 | ||
### Patch Changes | ||
- d52155466a: **DEPRECATION** | ||
The `@backstage/search-common` package is being renamed `@backstage/plugin-search-common`. We may continue to publish changes to `@backstage/search-common` for a time, but will stop doing so in the near future. If you depend on this package, you should update your dependencies to point at the renamed package. | ||
- Updated dependencies | ||
- @backstage/plugin-search-common@0.0.0-nightly-20220305022735 | ||
## 0.3.0 | ||
### Minor Changes | ||
@@ -24,3 +35,3 @@ | ||
- Updated dependencies | ||
- @backstage/plugin-permission-common@0.0.0-nightly-20220303023541 | ||
- @backstage/plugin-permission-common@0.5.2 | ||
@@ -27,0 +38,0 @@ ## 0.2.4 |
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var pluginSearchCommon = require('@backstage/plugin-search-common'); | ||
Object.keys(pluginSearchCommon).forEach(function (k) { | ||
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, { | ||
enumerable: true, | ||
get: function () { return pluginSearchCommon[k]; } | ||
}); | ||
}); | ||
//# sourceMappingURL=index.cjs.js.map |
@@ -1,2 +0,2 @@ | ||
export * from '@backstage/plugin-search-common'; | ||
//# sourceMappingURL=index.esm.js.map |
{ | ||
"name": "@backstage/search-common", | ||
"description": "Common functionalities for Search, to be shared between various search-enabled plugins", | ||
"version": "0.0.0-nightly-20220303023541", | ||
"version": "0.0.0-nightly-20220305022735", | ||
"main": "dist/index.cjs.js", | ||
@@ -42,8 +42,5 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@backstage/types": "^0.1.3", | ||
"@backstage/plugin-permission-common": "^0.0.0-nightly-20220303023541" | ||
"@backstage/plugin-search-common": "^0.0.0-nightly-20220305022735" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-20220303023541" | ||
}, | ||
"devDependencies": {}, | ||
"jest": { | ||
@@ -50,0 +47,0 @@ "roots": [ |
# @backstage/search-common | ||
**WARNING**: This package is moving to `@backstage/plugin-search-common`. | ||
Please update any dependencies you may have, as this package will no longer be | ||
published or updated in the near future. | ||
Common functionalities for Search, to be shared between various search-enabled plugins. |
Sorry, the diff of this file is not supported yet
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
8024
1
0
12
8
0
+ Added@backstage/plugin-search-common@^0.0.0-nightly-20220305022735
+ Added@backstage/plugin-search-common@0.0.0-nightly-20250114022708(transitive)
- Removed@backstage/plugin-permission-common@^0.0.0-nightly-20220303023541
- Removed@backstage/types@^0.1.3
- Removed@backstage/types@0.1.3(transitive)