mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 16:46:31 +00:00
ca95edf295
* feat: compact theme * fix: theme * fix: styling * fix: margin * feat: improve * fix: remove console.log * test: enable plugin test * refactor: multi app * test: lazy load sync plugin * test: lazy load test * fix: beforeGetApplication Event * feat: loadFromDatabase options in traverseSubApps * fix: test * fix: multi app manager test * chore: test * test: should upgrade sub apps when main app upgrade * feat: plugin require check * chore: yarn.lock * fix: sql typo * feat: share collections * fix: record name * test: belongs to many repository * fix: belongs to many with targetKey alias * fix: extend collection error * fix: transaction error * feat: collection graph * fix: update options in collection * chore: collections graph * chore: export uitls * feat: connected nodes method in collections graph * feat: exclude params in connected nodes * chore: sub app collection list params * fix: collections graph * feat: syncToApps migration * fix: translation --------- Co-authored-by: chenos <chenlinxh@gmail.com>
19 lines
419 B
JSON
19 lines
419 B
JSON
{
|
|
"name": "@nocobase/utils",
|
|
"version": "0.9.1-alpha.2",
|
|
"main": "lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@hapi/topo": "^6.0.0",
|
|
"deepmerge": "^4.2.2",
|
|
"flat-to-nested": "^1.1.1",
|
|
"graphlib": "^2.1.8"
|
|
},
|
|
"peerDependencies": {
|
|
"moment": "2.x",
|
|
"rc-input-number": "7.x"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|