mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 19:46:28 +00:00
07c373956c
* chore: upgrade sequelize version to to latest * fix: type error * chore: type ModelCtor to ModelStatic * feat: update sequelize version of the map plugin * chore: update lock Co-authored-by: chenos <chenlinxh@gmail.com> Co-authored-by: chareice <chareice@live.com>
37 lines
857 B
JSON
37 lines
857 B
JSON
{
|
|
"name": "@nocobase/database",
|
|
"version": "0.8.0-alpha.13",
|
|
"description": "",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"license": "Apache-2.0",
|
|
"licenses": [
|
|
{
|
|
"type": "Apache-2.0",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@nocobase/utils": "0.8.0-alpha.13",
|
|
"async-mutex": "^0.3.2",
|
|
"cron-parser": "4.4.0",
|
|
"deepmerge": "^4.2.2",
|
|
"flat": "^5.0.2",
|
|
"glob": "^7.1.6",
|
|
"mathjs": "^10.6.1",
|
|
"moment": "2.x",
|
|
"semver": "^7.3.7",
|
|
"sequelize": "^6.26.0",
|
|
"umzug": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/glob": "^7.2.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/database"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|