Files
nocobase/packages/plugins/@nocobase/plugin-action-bulk-update/package.json
T
b263a83a12 chore: open source commercial plugins and update license from AGPL-3.0 to Apache-2.0 (#8682)
* feat: open-source plugin source code

* fix: fdw

* feat: update readme.md

* fix: gitignore

* fix: peerDependencies

* fix: remove zh-cn.md

* feat: update license

* fix: peerDependencies

* fix: peerDependencies

* test(ai): fix breaking test case of tools loader

* fix(verification): dep

* fix: deps

* fix: version

* feat: plugin-comments

* fix: deps

---------

Co-authored-by: Drol <cgyrock@gmail.com>
Co-authored-by: xilesun <2013xile@gmail.com>
2026-02-24 20:34:06 +08:00

32 lines
1.1 KiB
JSON

{
"name": "@nocobase/plugin-action-bulk-update",
"version": "2.0.2",
"main": "dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/action-bulk-update",
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/action-bulk-update",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-bulk-update",
"displayName": "Action: Batch update",
"displayName.ru-RU": "Действие: Массовое обновление",
"displayName.zh-CN": "操作:批量更新",
"description": "Batch update all records or selected records.",
"description.ru-RU": "Массовое обновление всех или только выбранных записей.",
"description.zh-CN": "对全部数据或选中的数据进行批量更新。",
"license": "Apache-2.0",
"nocobase": {
"supportedVersions": [
"1.x",
"2.x"
],
"editionLevel": 0
},
"peerDependencies": {
"@nocobase/client": "2.x",
"@nocobase/server": "2.x",
"@nocobase/test": "2.x"
},
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
"keywords": [
"Actions"
]
}