@tachybase/database 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/lib/index.js +29 -29
- package/package.json +5 -5
package/lib/index.js
CHANGED
|
@@ -26,8 +26,8 @@ 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
|
BaseError: () => import_sequelize.BaseError,
|
|
32
32
|
DataTypes: () => import_sequelize.DataTypes,
|
|
33
33
|
FilterParser: () => import_filter_parser.default,
|
|
@@ -42,37 +42,37 @@ __export(src_exports, {
|
|
|
42
42
|
snakeCase: () => import_utils.snakeCase,
|
|
43
43
|
where: () => import_sequelize.where
|
|
44
44
|
});
|
|
45
|
-
module.exports = __toCommonJS(
|
|
45
|
+
module.exports = __toCommonJS(index_exports);
|
|
46
46
|
var import_sequelize = require("sequelize");
|
|
47
|
-
__reExport(
|
|
48
|
-
__reExport(
|
|
49
|
-
__reExport(
|
|
50
|
-
__reExport(
|
|
47
|
+
__reExport(index_exports, require("./collection"), module.exports);
|
|
48
|
+
__reExport(index_exports, require("./collection-group-manager"), module.exports);
|
|
49
|
+
__reExport(index_exports, require("./collection-importer"), module.exports);
|
|
50
|
+
__reExport(index_exports, require("./database"), module.exports);
|
|
51
51
|
var import_database = require("./database");
|
|
52
|
-
__reExport(
|
|
53
|
-
__reExport(
|
|
54
|
-
__reExport(
|
|
52
|
+
__reExport(index_exports, require("./field-repository/array-field-repository"), module.exports);
|
|
53
|
+
__reExport(index_exports, require("./fields"), module.exports);
|
|
54
|
+
__reExport(index_exports, require("./filter-match"), module.exports);
|
|
55
55
|
var import_filter_parser = __toESM(require("./filter-parser"));
|
|
56
|
-
__reExport(
|
|
57
|
-
__reExport(
|
|
58
|
-
__reExport(
|
|
59
|
-
__reExport(
|
|
60
|
-
__reExport(
|
|
61
|
-
__reExport(
|
|
62
|
-
__reExport(
|
|
63
|
-
__reExport(
|
|
64
|
-
__reExport(
|
|
65
|
-
__reExport(
|
|
66
|
-
__reExport(
|
|
67
|
-
__reExport(
|
|
56
|
+
__reExport(index_exports, require("./inherited-collection"), module.exports);
|
|
57
|
+
__reExport(index_exports, require("./magic-attribute-model"), module.exports);
|
|
58
|
+
__reExport(index_exports, require("./migration"), module.exports);
|
|
59
|
+
__reExport(index_exports, require("./mock-database"), module.exports);
|
|
60
|
+
__reExport(index_exports, require("./model"), module.exports);
|
|
61
|
+
__reExport(index_exports, require("./relation-repository/belongs-to-many-repository"), module.exports);
|
|
62
|
+
__reExport(index_exports, require("./relation-repository/belongs-to-repository"), module.exports);
|
|
63
|
+
__reExport(index_exports, require("./relation-repository/hasmany-repository"), module.exports);
|
|
64
|
+
__reExport(index_exports, require("./relation-repository/multiple-relation-repository"), module.exports);
|
|
65
|
+
__reExport(index_exports, require("./relation-repository/single-relation-repository"), module.exports);
|
|
66
|
+
__reExport(index_exports, require("./repository"), module.exports);
|
|
67
|
+
__reExport(index_exports, require("./update-associations"), module.exports);
|
|
68
68
|
var import_utils = require("./utils");
|
|
69
|
-
__reExport(
|
|
70
|
-
__reExport(
|
|
71
|
-
__reExport(
|
|
72
|
-
__reExport(
|
|
73
|
-
__reExport(
|
|
74
|
-
__reExport(
|
|
75
|
-
__reExport(
|
|
69
|
+
__reExport(index_exports, require("./database-utils"), module.exports);
|
|
70
|
+
__reExport(index_exports, require("./value-parsers"), module.exports);
|
|
71
|
+
__reExport(index_exports, require("./view-collection"), module.exports);
|
|
72
|
+
__reExport(index_exports, require("./view/view-inference"), module.exports);
|
|
73
|
+
__reExport(index_exports, require("./sql-collection"), module.exports);
|
|
74
|
+
__reExport(index_exports, require("./helpers"), module.exports);
|
|
75
|
+
__reExport(index_exports, require("./utils"), module.exports);
|
|
76
76
|
// Annotate the CommonJS export names for ESM import in node:
|
|
77
77
|
0 && (module.exports = {
|
|
78
78
|
BaseError,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/database",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.18",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"async-mutex": "^0.3.2",
|
|
10
10
|
"chalk": "^4.1.2",
|
|
11
|
-
"cron-parser": "
|
|
11
|
+
"cron-parser": "5.3.0",
|
|
12
12
|
"dayjs": "1.11.13",
|
|
13
|
-
"debug": "4.4.
|
|
13
|
+
"debug": "4.4.1",
|
|
14
14
|
"deepmerge": "^4.3.1",
|
|
15
15
|
"dottie": "2.0.6",
|
|
16
16
|
"excel-date-to-js": "^1.1.5",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"semver": "7.7.2",
|
|
27
27
|
"sequelize": "^6.37.5",
|
|
28
28
|
"umzug": "^3.8.2",
|
|
29
|
-
"@tachybase/logger": "1.3.
|
|
30
|
-
"@tachybase/utils": "1.3.
|
|
29
|
+
"@tachybase/logger": "1.3.18",
|
|
30
|
+
"@tachybase/utils": "1.3.18"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/flat": "^5.0.5",
|