mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 04:05:45 +00:00
3d000d395e
* chore: split sql collection * chore: package json * chore: test * chore: build * chore: move sql resourcer into plugin-collection-sql * fix: server * fix: ast parser, fix T-4236 * fix: fix T-4236 * fix: fields * fix: test * fix: test * fix: test * fix: test * chore: add keyword * chore: node sql parser version * chore: yarn.lock * fix: types * fix: remove column named `*` * fix: package.json * fix: version * chore: update homepage --------- Co-authored-by: xilesun <2013xile@gmail.com>
14 lines
267 B
JSON
14 lines
267 B
JSON
{
|
|
"version": "1.0.0-alpha.14",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"npmClientArgs": ["--ignore-engines"],
|
|
"command": {
|
|
"version": {
|
|
"forcePublish": true,
|
|
"exact": true,
|
|
"message": "chore(versions): 😊 publish %s"
|
|
}
|
|
}
|
|
}
|