@nocobase/plugin-action-bulk-update 2.0.0-alpha.42 → 2.0.0-alpha.44
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
CHANGED
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"@formily/react": "2.3.7",
|
|
12
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
12
|
+
"@nocobase/client": "2.0.0-alpha.44",
|
|
13
13
|
"react-i18next": "11.18.6",
|
|
14
14
|
"react": "18.2.0",
|
|
15
|
-
"@nocobase/flow-engine": "2.0.0-alpha.
|
|
15
|
+
"@nocobase/flow-engine": "2.0.0-alpha.44",
|
|
16
16
|
"antd": "5.24.2",
|
|
17
|
-
"@nocobase/utils": "2.0.0-alpha.
|
|
18
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
19
|
-
"@nocobase/test": "2.0.0-alpha.
|
|
17
|
+
"@nocobase/utils": "2.0.0-alpha.44",
|
|
18
|
+
"@nocobase/server": "2.0.0-alpha.44",
|
|
19
|
+
"@nocobase/test": "2.0.0-alpha.44"
|
|
20
20
|
};
|
package/package.json
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-action-bulk-update",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.44",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"homepage": "https://docs.nocobase.com/handbook/action-bulk-update",
|
|
6
|
+
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/action-bulk-update",
|
|
6
7
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-bulk-update",
|
|
7
8
|
"displayName": "Action: Batch update",
|
|
9
|
+
"displayName.ru-RU": "Действие: Массовое обновление",
|
|
8
10
|
"displayName.zh-CN": "操作:批量更新",
|
|
9
11
|
"description": "Batch update all records or selected records.",
|
|
12
|
+
"description.ru-RU": "Массовое обновление всех или только выбранных записей.",
|
|
10
13
|
"description.zh-CN": "对全部数据或选中的数据进行批量更新。",
|
|
11
14
|
"license": "AGPL-3.0",
|
|
12
15
|
"peerDependencies": {
|
|
@@ -14,7 +17,7 @@
|
|
|
14
17
|
"@nocobase/server": "2.x",
|
|
15
18
|
"@nocobase/test": "2.x"
|
|
16
19
|
},
|
|
17
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "075bd484c270740fe9b02f1989818da91139b6b9",
|
|
18
21
|
"keywords": [
|
|
19
22
|
"Actions"
|
|
20
23
|
]
|