Version Packages

This commit is contained in:
github-actions[bot]
2022-02-17 10:38:59 +00:00
parent db48253fa1
commit 408b0300cb
329 changed files with 3035 additions and 1907 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-search-backend-node
## 0.4.6
### Patch Changes
- c77c5c7eb6: Added `backstage.role` to `package.json`
- Updated dependencies
- @backstage/search-common@0.2.3
## 0.4.5
### Patch Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-search-backend-node",
"description": "A library for Backstage backend plugins that want to interact with the search backend plugin",
"version": "0.4.5",
"version": "0.4.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -23,14 +23,14 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/search-common": "^0.2.2",
"@backstage/search-common": "^0.2.3",
"winston": "^3.2.1",
"lunr": "^2.3.9",
"@types/lunr": "^2.3.3"
},
"devDependencies": {
"@backstage/backend-common": "^0.10.7-next.0",
"@backstage/cli": "^0.13.2-next.0"
"@backstage/backend-common": "^0.10.8",
"@backstage/cli": "^0.14.0"
},
"files": [
"dist"