@tachybase/module-ui-schema 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 +7 -7
- package/dist/index.js +6 -6
- package/package.json +11 -11
package/dist/externalVersion.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@tachybase/client": "1.3.
|
|
3
|
-
"@tachybase/database": "1.3.
|
|
4
|
-
"@tachybase/cache": "1.3.
|
|
5
|
-
"@tachybase/utils": "1.3.
|
|
2
|
+
"@tachybase/client": "1.3.18",
|
|
3
|
+
"@tachybase/database": "1.3.18",
|
|
4
|
+
"@tachybase/cache": "1.3.18",
|
|
5
|
+
"@tachybase/utils": "1.3.18",
|
|
6
6
|
"lodash": "4.17.21",
|
|
7
|
-
"@tachybase/server": "1.3.
|
|
8
|
-
"@tachybase/actions": "1.3.
|
|
9
|
-
"@tachybase/resourcer": "1.3.
|
|
7
|
+
"@tachybase/server": "1.3.18",
|
|
8
|
+
"@tachybase/actions": "1.3.18",
|
|
9
|
+
"@tachybase/resourcer": "1.3.18",
|
|
10
10
|
"sequelize": "6.37.5"
|
|
11
11
|
};
|
package/dist/index.js
CHANGED
|
@@ -16,14 +16,14 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
};
|
|
17
17
|
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var
|
|
20
|
-
__export(
|
|
21
|
-
default: () =>
|
|
19
|
+
var index_exports = {};
|
|
20
|
+
__export(index_exports, {
|
|
21
|
+
default: () => index_default
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
23
|
+
module.exports = __toCommonJS(index_exports);
|
|
24
24
|
var import_server = require("./server");
|
|
25
|
-
__reExport(
|
|
26
|
-
var
|
|
25
|
+
__reExport(index_exports, require("./server"), module.exports);
|
|
26
|
+
var index_default = import_server.ModuleUiSchema;
|
|
27
27
|
// Annotate the CommonJS export names for ESM import in node:
|
|
28
28
|
0 && (module.exports = {
|
|
29
29
|
...require("./server")
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/module-ui-schema",
|
|
3
3
|
"displayName": "UI schema storage",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.18",
|
|
5
5
|
"description": "Provides centralized UI schema storage service.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"System & security"
|
|
@@ -14,16 +14,16 @@
|
|
|
14
14
|
"sequelize": "6.37.5"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"@tachybase/
|
|
18
|
-
"@tachybase/
|
|
19
|
-
"@tachybase/client": "1.3.
|
|
20
|
-
"@tachybase/database": "1.3.
|
|
21
|
-
"@tachybase/module-user": "1.3.
|
|
22
|
-
"@tachybase/
|
|
23
|
-
"@tachybase/
|
|
24
|
-
"@tachybase/server": "1.3.
|
|
25
|
-
"@tachybase/
|
|
26
|
-
"@tachybase/
|
|
17
|
+
"@tachybase/cache": "1.3.18",
|
|
18
|
+
"@tachybase/actions": "1.3.18",
|
|
19
|
+
"@tachybase/client": "1.3.18",
|
|
20
|
+
"@tachybase/database": "1.3.18",
|
|
21
|
+
"@tachybase/module-user": "1.3.18",
|
|
22
|
+
"@tachybase/resourcer": "1.3.18",
|
|
23
|
+
"@tachybase/module-error-handler": "1.3.18",
|
|
24
|
+
"@tachybase/server": "1.3.18",
|
|
25
|
+
"@tachybase/utils": "1.3.18",
|
|
26
|
+
"@tachybase/test": "1.3.18"
|
|
27
27
|
},
|
|
28
28
|
"description.zh-CN": "提供中心化的 UI schema 存储服务。",
|
|
29
29
|
"displayName.zh-CN": "UI schema 存储服务",
|