@tachybase/module-ui-schema 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.
@@ -1,11 +1,11 @@
1
1
  module.exports = {
2
- "@tachybase/client": "1.3.15",
3
- "@tachybase/database": "1.3.15",
4
- "@tachybase/cache": "1.3.15",
5
- "@tachybase/utils": "1.3.15",
2
+ "@tachybase/client": "1.3.17",
3
+ "@tachybase/database": "1.3.17",
4
+ "@tachybase/cache": "1.3.17",
5
+ "@tachybase/utils": "1.3.17",
6
6
  "lodash": "4.17.21",
7
- "@tachybase/server": "1.3.15",
8
- "@tachybase/actions": "1.3.15",
9
- "@tachybase/resourcer": "1.3.15",
7
+ "@tachybase/server": "1.3.17",
8
+ "@tachybase/actions": "1.3.17",
9
+ "@tachybase/resourcer": "1.3.17",
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 src_exports = {};
20
- __export(src_exports, {
21
- default: () => src_default
19
+ var index_exports = {};
20
+ __export(index_exports, {
21
+ default: () => index_default
22
22
  });
23
- module.exports = __toCommonJS(src_exports);
23
+ module.exports = __toCommonJS(index_exports);
24
24
  var import_server = require("./server");
25
- __reExport(src_exports, require("./server"), module.exports);
26
- var src_default = import_server.ModuleUiSchema;
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.15",
4
+ "version": "1.3.17",
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/actions": "1.3.15",
18
- "@tachybase/client": "1.3.15",
19
- "@tachybase/cache": "1.3.15",
20
- "@tachybase/database": "1.3.15",
21
- "@tachybase/module-error-handler": "1.3.15",
22
- "@tachybase/resourcer": "1.3.15",
23
- "@tachybase/server": "1.3.15",
24
- "@tachybase/test": "1.3.15",
25
- "@tachybase/module-user": "1.3.15",
26
- "@tachybase/utils": "1.3.15"
17
+ "@tachybase/actions": "1.3.17",
18
+ "@tachybase/cache": "1.3.17",
19
+ "@tachybase/database": "1.3.17",
20
+ "@tachybase/module-error-handler": "1.3.17",
21
+ "@tachybase/client": "1.3.17",
22
+ "@tachybase/module-user": "1.3.17",
23
+ "@tachybase/resourcer": "1.3.17",
24
+ "@tachybase/server": "1.3.17",
25
+ "@tachybase/test": "1.3.17",
26
+ "@tachybase/utils": "1.3.17"
27
27
  },
28
28
  "description.zh-CN": "提供中心化的 UI schema 存储服务。",
29
29
  "displayName.zh-CN": "UI schema 存储服务",