@tachybase/plugin-full-text-search 1.6.4 → 1.6.6
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/dist/externalVersion.js +1 -1
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-full-text-search",
|
|
3
3
|
"displayName": "Full-text Search",
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.6",
|
|
5
5
|
"description": "Provides full text search capability",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"System management"
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"antd": "5.22.5",
|
|
16
16
|
"lodash": "4.17.21",
|
|
17
17
|
"sequelize": "6.37.5",
|
|
18
|
-
"@tachybase/client": "1.6.
|
|
18
|
+
"@tachybase/client": "1.6.6"
|
|
19
19
|
},
|
|
20
20
|
"description.zh-CN": "提供全字段搜索能力",
|
|
21
21
|
"displayName.zh-CN": "全文搜索"
|