mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 17:20:57 +00:00
e82c1f0243
* feat(database): add serialString field type
* feat(database): add serial string type field ui (skip ci)
* test(feat/database): test field options
* docs: demo
* fix(database): fix array table field behavior
* fix(database): fix serial type interface ui
* fix(database): add match logic for patterns changes
* fix(database): fix serial type query last bug in mysql
* refactor(database): refactor last record logic
* chore: revert modification on unnecessary file
* refactor(database): rename serialString type to sequence
Co-authored-by: chenos <chenlinxh@gmail.com>
(cherry picked from commit 32c90b4eec
)
37 lines
854 B
JSON
37 lines
854 B
JSON
{
|
|
"name": "@nocobase/database",
|
|
"version": "0.7.4-alpha.7",
|
|
"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.7.4-alpha.7",
|
|
"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.9.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": "b17d1ecae5dd0b9d4e7170dcf9663bb225598990"
|
|
}
|