6b0ed79f51
* chore: dump plugin * chore: rename plugin * chore: add duplicator into preset * chore: tmp commit * feat: restore & dump action * feat: collection dump & restore * feat: collection dump & restore * fix: dump with json type * fix: dump uischema * chore: tmp commit * chore: tmp commit * feat: restore custom collections * chore: code * fix: build * chore: tmp commit * fix: pm.generateClientFile * feat: dump with user plugins * feat: restore ignore collection * feat: ignore user with rolesUsers * chore: client plugins * refactor: restore insert sql * chore: code format * feat: restore with sequelize insert query * fix: restore json field * fix: json restore * refactor: dumper * refactor: restorer * chore: dump file name * chore: dump file name * chore: dump message * fix: restore with jsonb fields * feat: field data writer * chore: code * feat: collection group manager * feat: duplicator client * feat: duplicator panel * chore: disable duplicator ui * feat: dump with inquirer * chore: dumper * chore: collection group manager * feat: restore with inquirer * chore: comment * chore: inquirer page size * feat: warning before restore * feat: sync postgres sequence id after import collection * chore: restore checked * feat: dump with through table * feat: restore with through table * feat: restore with sequence field * chore: graph collection manager collection group * fix: dump with no column tables * fix: dump empty table * fix: force remove workdir * chore: disable throw error when sync empty table * feat: support map field restore * fix: restore from pg dumped file * fix: dump with logic field * chore: console.log * chore: collection group * chore: handle import collection error * fix: dump migrations table * feat: display custom collection title * fix: restore collection title display * fix: dump iframe html * fix: dump with postgres inhertitance * fix: dump sql * chore: export snapshot field * fix: import with sequences * fix: import sequences * fix: storage Co-authored-by: chenos <chenlinxh@gmail.com>
46 lines
1.7 KiB
JSON
46 lines
1.7 KiB
JSON
{
|
|
"name": "@nocobase/preset-nocobase",
|
|
"version": "0.8.1-alpha.4",
|
|
"license": "Apache-2.0",
|
|
"licenses": [
|
|
{
|
|
"type": "Apache-2.0",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
}
|
|
],
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"dependencies": {
|
|
"@nocobase/plugin-acl": "0.8.1-alpha.4",
|
|
"@nocobase/plugin-audit-logs": "0.8.1-alpha.4",
|
|
"@nocobase/plugin-china-region": "0.8.1-alpha.4",
|
|
"@nocobase/plugin-client": "0.8.1-alpha.4",
|
|
"@nocobase/plugin-collection-manager": "0.8.1-alpha.4",
|
|
"@nocobase/plugin-duplicator": "0.8.1-alpha.4",
|
|
"@nocobase/plugin-error-handler": "0.8.1-alpha.4",
|
|
"@nocobase/plugin-export": "0.8.1-alpha.4",
|
|
"@nocobase/plugin-file-manager": "0.8.1-alpha.4",
|
|
"@nocobase/plugin-iframe-block": "0.8.1-alpha.4",
|
|
"@nocobase/plugin-import": "0.8.1-alpha.4",
|
|
"@nocobase/plugin-map": "0.8.1-alpha.4",
|
|
"@nocobase/plugin-oidc": "0.8.1-alpha.4",
|
|
"@nocobase/plugin-saml": "0.8.1-alpha.4",
|
|
"@nocobase/plugin-sample-hello": "0.8.1-alpha.4",
|
|
"@nocobase/plugin-sequence-field": "0.8.1-alpha.4",
|
|
"@nocobase/plugin-snapshot-field": "0.8.1-alpha.4",
|
|
"@nocobase/plugin-system-settings": "0.8.1-alpha.4",
|
|
"@nocobase/plugin-ui-routes-storage": "0.8.1-alpha.4",
|
|
"@nocobase/plugin-ui-schema-storage": "0.8.1-alpha.4",
|
|
"@nocobase/plugin-users": "0.8.1-alpha.4",
|
|
"@nocobase/plugin-verification": "0.8.1-alpha.4",
|
|
"@nocobase/plugin-workflow": "0.8.1-alpha.4",
|
|
"@nocobase/server": "0.8.1-alpha.4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/presets/nocobase"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|