@nocobase/plugin-block-list 2.0.0-beta.2 → 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 +3 -3
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/flow-engine": "2.0.0-beta.
|
|
12
|
-
"@nocobase/client": "2.0.0-beta.
|
|
13
|
-
"@nocobase/server": "2.0.0-beta.
|
|
11
|
+
"@nocobase/flow-engine": "2.0.0-beta.4",
|
|
12
|
+
"@nocobase/client": "2.0.0-beta.4",
|
|
13
|
+
"@nocobase/server": "2.0.0-beta.4",
|
|
14
14
|
"@ant-design/icons": "5.6.1",
|
|
15
15
|
"react": "18.2.0",
|
|
16
16
|
"antd": "5.24.2",
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "区块:列表",
|
|
5
5
|
"description": "Display data in a list with pagination support.",
|
|
6
6
|
"description.zh-CN": "以列表形式展示数据,支持分页设置",
|
|
7
|
-
"version": "2.0.0-beta.
|
|
7
|
+
"version": "2.0.0-beta.4",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/block-list",
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
"keywords": [
|
|
18
18
|
"Blocks"
|
|
19
19
|
],
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "34c635928221393f8c38aa7d768cd3dbb636f025"
|
|
21
21
|
}
|