@backstage/plugin-search-backend-node 1.4.0-next.1 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @backstage/plugin-search-backend-node
|
|
2
2
|
|
|
3
|
+
## 1.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 4d3ddb9: Improving method that search tokenizer breaks apart entity names
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @backstage/backend-plugin-api@1.6.0
|
|
13
|
+
|
|
3
14
|
## 1.4.0-next.1
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-search-backend-node",
|
|
3
|
-
"version": "1.4.0
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "A library for Backstage backend plugins that want to interact with the search backend plugin",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "node-library",
|
|
@@ -61,11 +61,11 @@
|
|
|
61
61
|
"test": "backstage-cli package test"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@backstage/backend-plugin-api": "1.6.0
|
|
65
|
-
"@backstage/config": "1.3.6",
|
|
66
|
-
"@backstage/errors": "1.2.7",
|
|
67
|
-
"@backstage/plugin-permission-common": "0.9.3",
|
|
68
|
-
"@backstage/plugin-search-common": "1.2.21",
|
|
64
|
+
"@backstage/backend-plugin-api": "^1.6.0",
|
|
65
|
+
"@backstage/config": "^1.3.6",
|
|
66
|
+
"@backstage/errors": "^1.2.7",
|
|
67
|
+
"@backstage/plugin-permission-common": "^0.9.3",
|
|
68
|
+
"@backstage/plugin-search-common": "^1.2.21",
|
|
69
69
|
"@types/lunr": "^2.3.3",
|
|
70
70
|
"lodash": "^4.17.21",
|
|
71
71
|
"lunr": "^2.3.9",
|
|
@@ -73,9 +73,9 @@
|
|
|
73
73
|
"uuid": "^11.0.0"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@backstage/backend-defaults": "0.14.0
|
|
77
|
-
"@backstage/backend-test-utils": "1.10.2
|
|
78
|
-
"@backstage/cli": "0.35.0
|
|
76
|
+
"@backstage/backend-defaults": "^0.14.0",
|
|
77
|
+
"@backstage/backend-test-utils": "^1.10.2",
|
|
78
|
+
"@backstage/cli": "^0.35.0",
|
|
79
79
|
"@types/ndjson": "^2.0.1"
|
|
80
80
|
}
|
|
81
81
|
}
|