@nocobase/plugin-block-template 2.0.0-alpha.7 → 2.0.0-alpha.8
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
|
@@ -9,22 +9,22 @@
|
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"@formily/json-schema": "2.3.7",
|
|
12
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
13
|
-
"@nocobase/plugin-mobile": "2.0.0-alpha.
|
|
12
|
+
"@nocobase/client": "2.0.0-alpha.8",
|
|
13
|
+
"@nocobase/plugin-mobile": "2.0.0-alpha.8",
|
|
14
14
|
"lodash": "4.17.21",
|
|
15
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
15
|
+
"@nocobase/server": "2.0.0-alpha.8",
|
|
16
16
|
"react": "18.2.0",
|
|
17
17
|
"antd": "5.24.2",
|
|
18
18
|
"@ant-design/icons": "5.6.1",
|
|
19
19
|
"@formily/core": "2.3.7",
|
|
20
|
-
"@nocobase/utils": "2.0.0-alpha.
|
|
20
|
+
"@nocobase/utils": "2.0.0-alpha.8",
|
|
21
21
|
"ahooks": "3.7.8",
|
|
22
22
|
"react-router-dom": "6.30.1",
|
|
23
23
|
"react-router": "6.30.1",
|
|
24
24
|
"@formily/react": "2.3.7",
|
|
25
25
|
"axios": "1.7.7",
|
|
26
|
-
"@nocobase/actions": "2.0.0-alpha.
|
|
27
|
-
"@nocobase/database": "2.0.0-alpha.
|
|
28
|
-
"@nocobase/plugin-ui-schema-storage": "2.0.0-alpha.
|
|
26
|
+
"@nocobase/actions": "2.0.0-alpha.8",
|
|
27
|
+
"@nocobase/database": "2.0.0-alpha.8",
|
|
28
|
+
"@nocobase/plugin-ui-schema-storage": "2.0.0-alpha.8",
|
|
29
29
|
"sequelize": "6.35.2"
|
|
30
30
|
};
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "区块:模板(已废弃)",
|
|
5
5
|
"description": "Create and manage block templates for reuse on pages.",
|
|
6
6
|
"description.zh-CN": "创建和管理区块模板,用于在页面中重复使用。",
|
|
7
|
-
"version": "2.0.0-alpha.
|
|
7
|
+
"version": "2.0.0-alpha.8",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/block-template",
|
|
@@ -19,5 +19,5 @@
|
|
|
19
19
|
"Block",
|
|
20
20
|
"Template"
|
|
21
21
|
],
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "ff91246a3914c72dc1f4000d85df10a16798ff78"
|
|
23
23
|
}
|