Files
nocobase/packages/plugins/@nocobase/plugin-data-source-manager/package.json
T
chenos cebd962e88 fix: resolve issue with drag-and-drop sorting not working (#6937)
* fix: resolve issue with drag-and-drop sorting not working

* fix: error TS2322: Type 'UniqueIdentifier' is not assignable to type 'string'

* fix: build error
2025-05-27 14:18:17 +08:00

22 lines
819 B
JSON

{
"name": "@nocobase/plugin-data-source-manager",
"version": "1.6.33",
"main": "dist/server/index.js",
"displayName": "Data source manager",
"displayName.zh-CN": "数据源管理",
"description": "Manage data sources, including the built-in Master database, external databases, APIs, etc.",
"description.zh-CN": "管理数据源,包括内置的 Master 数据库,外部的数据库、API。",
"homepage": "https://docs.nocobase.com/handbook/data-source-manager",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/data-source-manager",
"peerDependencies": {
"@nocobase/client": "1.x",
"@nocobase/plugin-acl": "1.x",
"@nocobase/server": "1.x",
"@nocobase/test": "1.x"
},
"keywords": [
"Data model tools"
],
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
}