@nocobase/plugin-action-duplicate
Advanced tools
Comparing version 0.19.0-alpha.8 to 0.19.0-alpha.9
module.exports = { | ||
"react": "18.2.0", | ||
"@nocobase/client": "0.19.0-alpha.8", | ||
"@nocobase/client": "0.19.0-alpha.9", | ||
"@formily/core": "2.3.0", | ||
@@ -10,4 +10,4 @@ "lodash": "4.17.21", | ||
"@emotion/css": "11.11.2", | ||
"@nocobase/server": "0.19.0-alpha.8", | ||
"@nocobase/test": "0.19.0-alpha.8" | ||
"@nocobase/server": "0.19.0-alpha.9", | ||
"@nocobase/test": "0.19.0-alpha.9" | ||
}; |
{ | ||
"name": "@nocobase/plugin-action-duplicate", | ||
"version": "0.19.0-alpha.8", | ||
"version": "0.19.0-alpha.9", | ||
"main": "dist/server/index.js", | ||
"homepage": "https://docs.nocobase.com/plugins/action-duplicate", | ||
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/action-duplicate", | ||
"displayName": "Data duplicate", | ||
"displayName.zh-CN": "数据复制", | ||
"description": "Provides deplicate action", | ||
"description.zh-CN": "提供复制数据操作", | ||
"displayName": "Action: Duplicate record", | ||
"displayName.zh-CN": "操作:复制记录", | ||
"description": "Duplicate a record, you can either duplicate it into a form and edit it before saving it, or you can duplicate it directly to generate a new record.", | ||
"description.zh-CN": "复制一条记录,可以复制到表单中编辑后再提交,也可以直接复制并生成一条新记录。", | ||
"license": "AGPL-3.0", | ||
@@ -17,3 +17,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "b8fbe613e320e40ebf2da1bf64907eab0197b589", | ||
"gitHead": "975f9c58a1995df6a8d7a4d191a0dc4a9769ebc5", | ||
"keywords": [ | ||
@@ -20,0 +20,0 @@ "Actions" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55647