@tachybase/plugin-full-text-search 1.3.15 → 1.3.17
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 +4 -4
- package/dist/index.js +4 -4
- package/package.json +6 -6
package/dist/externalVersion.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@tachybase/client": "1.3.
|
|
2
|
+
"@tachybase/client": "1.3.17",
|
|
3
3
|
"antd": "5.22.5",
|
|
4
4
|
"lodash": "4.17.21",
|
|
5
|
-
"@tachybase/server": "1.3.
|
|
6
|
-
"@tachybase/database": "1.3.
|
|
7
|
-
"@tachybase/actions": "1.3.
|
|
5
|
+
"@tachybase/server": "1.3.17",
|
|
6
|
+
"@tachybase/database": "1.3.17",
|
|
7
|
+
"@tachybase/actions": "1.3.17",
|
|
8
8
|
"sequelize": "6.37.5"
|
|
9
9
|
};
|
package/dist/index.js
CHANGED
|
@@ -26,12 +26,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var index_exports = {};
|
|
30
|
+
__export(index_exports, {
|
|
31
31
|
default: () => import_server.default
|
|
32
32
|
});
|
|
33
|
-
module.exports = __toCommonJS(
|
|
34
|
-
__reExport(
|
|
33
|
+
module.exports = __toCommonJS(index_exports);
|
|
34
|
+
__reExport(index_exports, require("./server"), module.exports);
|
|
35
35
|
var import_server = __toESM(require("./server"));
|
|
36
36
|
// Annotate the CommonJS export names for ESM import in node:
|
|
37
37
|
0 && (module.exports = {
|
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.3.
|
|
4
|
+
"version": "1.3.17",
|
|
5
5
|
"description": "Provides full text search capability",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"System management"
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
"sequelize": "^6.37.5"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"@tachybase/actions": "1.3.
|
|
18
|
-
"@tachybase/
|
|
19
|
-
"@tachybase/
|
|
20
|
-
"@tachybase/
|
|
21
|
-
"@tachybase/
|
|
17
|
+
"@tachybase/actions": "1.3.17",
|
|
18
|
+
"@tachybase/database": "1.3.17",
|
|
19
|
+
"@tachybase/server": "1.3.17",
|
|
20
|
+
"@tachybase/client": "1.3.17",
|
|
21
|
+
"@tachybase/test": "1.3.17"
|
|
22
22
|
},
|
|
23
23
|
"description.zh-CN": "提供全字段搜索能力",
|
|
24
24
|
"displayName.zh-CN": "全文搜索"
|