@nocobase/plugin-block-template 2.0.0-beta.3 → 2.0.0-beta.4
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-beta.
|
|
13
|
-
"@nocobase/plugin-mobile": "2.0.0-beta.
|
|
12
|
+
"@nocobase/client": "2.0.0-beta.4",
|
|
13
|
+
"@nocobase/plugin-mobile": "2.0.0-beta.4",
|
|
14
14
|
"lodash": "4.17.21",
|
|
15
|
-
"@nocobase/server": "2.0.0-beta.
|
|
15
|
+
"@nocobase/server": "2.0.0-beta.4",
|
|
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-beta.
|
|
20
|
+
"@nocobase/utils": "2.0.0-beta.4",
|
|
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-beta.
|
|
27
|
-
"@nocobase/database": "2.0.0-beta.
|
|
28
|
-
"@nocobase/plugin-ui-schema-storage": "2.0.0-beta.
|
|
26
|
+
"@nocobase/actions": "2.0.0-beta.4",
|
|
27
|
+
"@nocobase/database": "2.0.0-beta.4",
|
|
28
|
+
"@nocobase/plugin-ui-schema-storage": "2.0.0-beta.4",
|
|
29
29
|
"sequelize": "6.35.2"
|
|
30
30
|
};
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Create and manage block templates for reuse on pages.",
|
|
7
7
|
"description.ru-RU": "Создавайте и управляйте шаблонами блоков для повторного использования на страницах.",
|
|
8
8
|
"description.zh-CN": "创建和管理区块模板,用于在页面中重复使用。",
|
|
9
|
-
"version": "2.0.0-beta.
|
|
9
|
+
"version": "2.0.0-beta.4",
|
|
10
10
|
"license": "AGPL-3.0",
|
|
11
11
|
"main": "dist/server/index.js",
|
|
12
12
|
"homepage": "https://docs.nocobase.com/handbook/block-template",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"Block",
|
|
26
26
|
"Template"
|
|
27
27
|
],
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "34c635928221393f8c38aa7d768cd3dbb636f025"
|
|
29
29
|
}
|