nocobase/packages/core/database/package.json
ChengLei Shao 505c23b4e1
feat(database): append tree parent recursively (#2573)
* feat(database): append with options

* feat: recursively load parent instances

* chore: test

* fix: load with appends

* chore: test

* chore: load with belongs to many

* chore: test
2023-09-25 18:17:19 +08:00

36 lines
901 B
JSON

{
"name": "@nocobase/database",
"version": "0.14.0-alpha.6",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@nocobase/logger": "0.14.0-alpha.6",
"@nocobase/utils": "0.14.0-alpha.6",
"async-mutex": "^0.3.2",
"cron-parser": "4.4.0",
"dayjs": "^1.11.8",
"deepmerge": "^4.2.2",
"excel-date-to-js": "^1.1.5",
"exponential-backoff": "^3.1.1",
"flat": "^5.0.2",
"glob": "^7.1.6",
"graphlib": "^2.1.8",
"mathjs": "^10.6.1",
"semver": "^7.3.7",
"sequelize": "^6.26.0",
"umzug": "^3.1.1",
"qs": "^6.11.2"
},
"devDependencies": {
"@types/glob": "^7.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/database"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}