@tachybase/module-collection 1.3.16 → 1.3.18
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 +8 -8
- package/dist/index.js +4 -4
- package/package.json +9 -9
package/dist/externalVersion.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@tachybase/client": "1.3.
|
|
3
|
-
"@tachybase/database": "1.3.
|
|
4
|
-
"@tachybase/module-error-handler": "1.3.
|
|
5
|
-
"@tachybase/server": "1.3.
|
|
2
|
+
"@tachybase/client": "1.3.18",
|
|
3
|
+
"@tachybase/database": "1.3.18",
|
|
4
|
+
"@tachybase/module-error-handler": "1.3.18",
|
|
5
|
+
"@tachybase/server": "1.3.18",
|
|
6
6
|
"async-mutex": "0.3.2",
|
|
7
7
|
"lodash": "4.17.21",
|
|
8
|
-
"@tachybase/test": "1.3.
|
|
9
|
-
"@tachybase/actions": "1.3.
|
|
10
|
-
"@tachybase/resourcer": "1.3.
|
|
11
|
-
"@tachybase/utils": "1.3.
|
|
8
|
+
"@tachybase/test": "1.3.18",
|
|
9
|
+
"@tachybase/actions": "1.3.18",
|
|
10
|
+
"@tachybase/resourcer": "1.3.18",
|
|
11
|
+
"@tachybase/utils": "1.3.18",
|
|
12
12
|
"sequelize": "6.37.5",
|
|
13
13
|
"dayjs": "1.11.13"
|
|
14
14
|
};
|
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/module-collection",
|
|
3
3
|
"displayName": "Data source: Main",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.18",
|
|
5
5
|
"description": "TachyBase main database, supports relational databases such as MySQL, PostgreSQL, SQLite and so on.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Data sources"
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"toposort": "^2.0.2"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"@tachybase/
|
|
22
|
-
"@tachybase/
|
|
23
|
-
"@tachybase/
|
|
24
|
-
"@tachybase/
|
|
25
|
-
"@tachybase/
|
|
26
|
-
"@tachybase/server": "1.3.
|
|
27
|
-
"@tachybase/utils": "1.3.
|
|
28
|
-
"@tachybase/test": "1.3.
|
|
21
|
+
"@tachybase/client": "1.3.18",
|
|
22
|
+
"@tachybase/database": "1.3.18",
|
|
23
|
+
"@tachybase/actions": "1.3.18",
|
|
24
|
+
"@tachybase/module-error-handler": "1.3.18",
|
|
25
|
+
"@tachybase/resourcer": "1.3.18",
|
|
26
|
+
"@tachybase/server": "1.3.18",
|
|
27
|
+
"@tachybase/utils": "1.3.18",
|
|
28
|
+
"@tachybase/test": "1.3.18"
|
|
29
29
|
},
|
|
30
30
|
"description.zh-CN": "TachyBase 主数据库,支持 MySQL、PostgreSQL、SQLite 等关系型数据库。",
|
|
31
31
|
"displayName.zh-CN": "数据源:主数据库",
|