@nocobase/plugin-ui-schema-storage 1.6.0-alpha.1 → 1.6.0-alpha.10

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.
@@ -8,13 +8,13 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.6.0-alpha.1",
12
- "@nocobase/database": "1.6.0-alpha.1",
13
- "@nocobase/cache": "1.6.0-alpha.1",
14
- "@nocobase/utils": "1.6.0-alpha.1",
11
+ "@nocobase/client": "1.6.0-alpha.10",
12
+ "@nocobase/database": "1.6.0-alpha.10",
13
+ "@nocobase/cache": "1.6.0-alpha.10",
14
+ "@nocobase/utils": "1.6.0-alpha.10",
15
15
  "lodash": "4.17.21",
16
- "@nocobase/server": "1.6.0-alpha.1",
17
- "@nocobase/actions": "1.6.0-alpha.1",
18
- "@nocobase/resourcer": "1.6.0-alpha.1",
16
+ "@nocobase/server": "1.6.0-alpha.10",
17
+ "@nocobase/actions": "1.6.0-alpha.10",
18
+ "@nocobase/resourcer": "1.6.0-alpha.10",
19
19
  "@formily/json-schema": "2.3.0"
20
20
  };
@@ -31,6 +31,7 @@ __export(uiSchemaServerHooks_exports, {
31
31
  module.exports = __toCommonJS(uiSchemaServerHooks_exports);
32
32
  var uiSchemaServerHooks_default = {
33
33
  dumpRules: "required",
34
+ migrationRules: ["overwrite", "skip"],
34
35
  name: "uiSchemaServerHooks",
35
36
  model: "ServerHookModel",
36
37
  // autoGenId: false,
@@ -32,6 +32,7 @@ module.exports = __toCommonJS(uiSchemaTemplates_exports);
32
32
  var import_database = require("@nocobase/database");
33
33
  var uiSchemaTemplates_default = (0, import_database.defineCollection)({
34
34
  dumpRules: "required",
35
+ migrationRules: ["overwrite", "skip"],
35
36
  name: "uiSchemaTemplates",
36
37
  autoGenId: false,
37
38
  fields: [
@@ -31,6 +31,7 @@ __export(uiSchemaTreePath_exports, {
31
31
  module.exports = __toCommonJS(uiSchemaTreePath_exports);
32
32
  var uiSchemaTreePath_default = {
33
33
  dumpRules: "required",
34
+ migrationRules: ["overwrite", "skip"],
34
35
  name: "uiSchemaTreePath",
35
36
  autoGenId: false,
36
37
  timestamps: false,
@@ -32,6 +32,7 @@ module.exports = __toCommonJS(uiSchemas_exports);
32
32
  var uiSchemas_default = {
33
33
  dumpRules: "required",
34
34
  name: "uiSchemas",
35
+ migrationRules: ["overwrite", "skip"],
35
36
  autoGenId: false,
36
37
  timestamps: false,
37
38
  repository: "UiSchemaRepository",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "UI schema 存储服务",
5
5
  "description": "Provides centralized UI schema storage service.",
6
6
  "description.zh-CN": "提供中心化的 UI schema 存储服务。",
7
- "version": "1.6.0-alpha.1",
7
+ "version": "1.6.0-alpha.10",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/handbook/ui-schema-storage",
@@ -18,13 +18,12 @@
18
18
  "@nocobase/client": "1.x",
19
19
  "@nocobase/database": "1.x",
20
20
  "@nocobase/plugin-error-handler": "1.x",
21
- "@nocobase/plugin-users": "1.x",
22
21
  "@nocobase/resourcer": "1.x",
23
22
  "@nocobase/server": "1.x",
24
23
  "@nocobase/test": "1.x",
25
24
  "@nocobase/utils": "1.x"
26
25
  },
27
- "gitHead": "a4c91015e34ec0c9a427451b5fbdfb5fedc4f3d7",
26
+ "gitHead": "8ba8204282be7bf6674ef427fdbe31caa65977d5",
28
27
  "keywords": [
29
28
  "System & security"
30
29
  ]