@nocobase/plugin-ui-schema-storage 2.1.0-beta.46 → 2.1.0-beta.48

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": "2.1.0-beta.46",
12
- "@nocobase/database": "2.1.0-beta.46",
13
- "@nocobase/cache": "2.1.0-beta.46",
14
- "@nocobase/utils": "2.1.0-beta.46",
11
+ "@nocobase/client": "2.1.0-beta.48",
12
+ "@nocobase/database": "2.1.0-beta.48",
13
+ "@nocobase/cache": "2.1.0-beta.48",
14
+ "@nocobase/utils": "2.1.0-beta.48",
15
15
  "lodash": "4.18.1",
16
- "@nocobase/server": "2.1.0-beta.46",
17
- "@nocobase/actions": "2.1.0-beta.46",
18
- "@nocobase/resourcer": "2.1.0-beta.46",
16
+ "@nocobase/server": "2.1.0-beta.48",
17
+ "@nocobase/actions": "2.1.0-beta.48",
18
+ "@nocobase/resourcer": "2.1.0-beta.48",
19
19
  "@formily/json-schema": "2.3.7"
20
20
  };
@@ -32,6 +32,7 @@ module.exports = __toCommonJS(uiButtonSchemasRoles_exports);
32
32
  var import_database = require("@nocobase/database");
33
33
  var uiButtonSchemasRoles_default = (0, import_database.defineCollection)({
34
34
  name: "uiButtonSchemasRoles",
35
+ dataCategory: "system",
35
36
  dumpRules: "required",
36
37
  autoGenId: false,
37
38
  migrationRules: ["overwrite", "schema-only"]
@@ -33,6 +33,7 @@ var uiSchemaServerHooks_default = {
33
33
  dumpRules: "required",
34
34
  migrationRules: ["overwrite", "schema-only"],
35
35
  name: "uiSchemaServerHooks",
36
+ dataCategory: "system",
36
37
  model: "ServerHookModel",
37
38
  // autoGenId: false,
38
39
  timestamps: false,
@@ -34,6 +34,7 @@ var uiSchemaTemplates_default = (0, import_database.defineCollection)({
34
34
  dumpRules: "required",
35
35
  migrationRules: ["overwrite", "schema-only"],
36
36
  name: "uiSchemaTemplates",
37
+ dataCategory: "system",
37
38
  autoGenId: false,
38
39
  fields: [
39
40
  {
@@ -33,6 +33,7 @@ var uiSchemaTreePath_default = {
33
33
  dumpRules: "required",
34
34
  migrationRules: ["overwrite", "schema-only"],
35
35
  name: "uiSchemaTreePath",
36
+ dataCategory: "system",
36
37
  autoGenId: false,
37
38
  timestamps: false,
38
39
  indexes: [
@@ -32,6 +32,7 @@ module.exports = __toCommonJS(uiSchemas_exports);
32
32
  var uiSchemas_default = {
33
33
  dumpRules: "required",
34
34
  name: "uiSchemas",
35
+ dataCategory: "system",
35
36
  migrationRules: ["overwrite", "schema-only"],
36
37
  autoGenId: false,
37
38
  timestamps: false,
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description": "Provides centralized UI schema storage service.",
7
7
  "description.zh-CN": "提供中心化的 UI schema 存储服务。",
8
8
  "description.ru-RU": "Предоставляет централизованный сервис хранения UI схем.",
9
- "version": "2.1.0-beta.46",
9
+ "version": "2.1.0-beta.48",
10
10
  "license": "Apache-2.0",
11
11
  "main": "./dist/server/index.js",
12
12
  "homepage": "https://docs.nocobase.com/handbook/ui-schema-storage",
@@ -26,7 +26,7 @@
26
26
  "@nocobase/test": "2.x",
27
27
  "@nocobase/utils": "2.x"
28
28
  },
29
- "gitHead": "91fd3ab238a5ff58735bbfca04a8cb05d233b0af",
29
+ "gitHead": "f8c27a286db015c5e433b48241f14c0412e50530",
30
30
  "keywords": [
31
31
  "System & security"
32
32
  ]