@nocobase/plugin-ui-schema-storage 2.0.0-alpha.36 → 2.0.0-alpha.37

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,14 +8,14 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.0.0-alpha.36",
12
- "@nocobase/database": "2.0.0-alpha.36",
13
- "@nocobase/cache": "2.0.0-alpha.36",
14
- "@nocobase/utils": "2.0.0-alpha.36",
11
+ "@nocobase/client": "2.0.0-alpha.37",
12
+ "@nocobase/database": "2.0.0-alpha.37",
13
+ "@nocobase/cache": "2.0.0-alpha.37",
14
+ "@nocobase/utils": "2.0.0-alpha.37",
15
15
  "lodash": "4.17.21",
16
- "@nocobase/plugin-localization": "2.0.0-alpha.36",
17
- "@nocobase/server": "2.0.0-alpha.36",
18
- "@nocobase/actions": "2.0.0-alpha.36",
19
- "@nocobase/resourcer": "2.0.0-alpha.36",
16
+ "@nocobase/plugin-localization": "2.0.0-alpha.37",
17
+ "@nocobase/server": "2.0.0-alpha.37",
18
+ "@nocobase/actions": "2.0.0-alpha.37",
19
+ "@nocobase/resourcer": "2.0.0-alpha.37",
20
20
  "@formily/json-schema": "2.3.7"
21
21
  };
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": "2.0.0-alpha.36",
7
+ "version": "2.0.0-alpha.37",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/handbook/ui-schema-storage",
@@ -23,7 +23,7 @@
23
23
  "@nocobase/test": "2.x",
24
24
  "@nocobase/utils": "2.x"
25
25
  },
26
- "gitHead": "c1170bac3ba2325b7420ce65e732c1ba8bbb7767",
26
+ "gitHead": "56e2dc3a83b8ca7afa97cfa71b37a43f2ec10396",
27
27
  "keywords": [
28
28
  "System & security"
29
29
  ]