mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-04 21:19:27 +08:00
* chore: upgrade jsonwebtoken to version 9.0.2 * chore: update * fix: deps * fix: semver * chore: dicer * chore: upgrade multer * fix: dicer * fix: remove sqlite * chore: check db dialect * chore: remove sqlite3 * fix: yarn add sqlite3 --no-save -W * fix: test * fix: test * fix: ci * fix: test * fix: deps
24 lines
630 B
JSON
24 lines
630 B
JSON
{
|
|
"name": "@nocobase/data-source-manager",
|
|
"version": "1.6.21",
|
|
"description": "",
|
|
"license": "AGPL-3.0",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"dependencies": {
|
|
"@nocobase/actions": "1.6.21",
|
|
"@nocobase/cache": "1.6.21",
|
|
"@nocobase/database": "1.6.21",
|
|
"@nocobase/resourcer": "1.6.21",
|
|
"@nocobase/utils": "1.6.21",
|
|
"@types/jsonwebtoken": "^9.0.9",
|
|
"jsonwebtoken": "^9.0.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/auth"
|
|
},
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
|
|
}
|