@nocobase/plugin-ui-templates 2.0.0-alpha.58 → 2.0.0-alpha.59
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/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,17 +8,17 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
12
|
-
"@nocobase/flow-engine": "2.0.0-alpha.
|
|
11
|
+
"@nocobase/client": "2.0.0-alpha.59",
|
|
12
|
+
"@nocobase/flow-engine": "2.0.0-alpha.59",
|
|
13
13
|
"react": "18.2.0",
|
|
14
14
|
"antd": "5.24.2",
|
|
15
15
|
"@ant-design/icons": "5.6.1",
|
|
16
16
|
"lodash": "4.17.21",
|
|
17
17
|
"@formily/react": "2.3.7",
|
|
18
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
19
|
-
"@nocobase/plugin-flow-engine": "2.0.0-alpha.
|
|
20
|
-
"@nocobase/utils": "2.0.0-alpha.
|
|
18
|
+
"@nocobase/server": "2.0.0-alpha.59",
|
|
19
|
+
"@nocobase/plugin-flow-engine": "2.0.0-alpha.59",
|
|
20
|
+
"@nocobase/utils": "2.0.0-alpha.59",
|
|
21
21
|
"@formily/core": "2.3.7",
|
|
22
|
-
"@nocobase/database": "2.0.0-alpha.
|
|
23
|
-
"@nocobase/actions": "2.0.0-alpha.
|
|
22
|
+
"@nocobase/database": "2.0.0-alpha.59",
|
|
23
|
+
"@nocobase/actions": "2.0.0-alpha.59"
|
|
24
24
|
};
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "界面模板",
|
|
5
5
|
"description": "Provides block templates and popup templates for UI reuse.",
|
|
6
6
|
"description.zh-CN": "提供区块模板和弹窗模板复用的能力。",
|
|
7
|
-
"version": "2.0.0-alpha.
|
|
7
|
+
"version": "2.0.0-alpha.59",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"types": "./dist/index.d.ts",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"block",
|
|
34
34
|
"popup"
|
|
35
35
|
],
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "ca9fca2a826b17735c6287bebf877b2da9a00e24"
|
|
37
37
|
}
|