tachybase_todo/packages/presets/nocobase/package.json
YANG QIA 8633ec3735
refactor(logger): improve logger format (#2664)
* refactor(logger): improve logger format

* chore: improve log format

* feat(logger): plugin-logger

* feat: allow to download log files, close T-1917

* chore: update yarn.lock

* chore: improve log format

* fix: add maxsize params

* chore: add userId field to request

* chore: remove userId from request

* chore: change userId in response

* chore: change action in response

* chore: add database logger

* fix: build

* fix: test

* chore: solve conflicts

* fix: escape delimiter in message

* refactor: improve create logger api

* chore: update app logger options

* chore: remove colorize for json

* fix: bug of data2tree

* fix: test

* chore: log

* chore: remove GITHUB_ACTION check

* fix: bug

* chore: change version

* fix: transports

* fix: mockServer

* chore: use new plugin settings api

* fix: version

* fix: build

* feat: support logfmt

* fix: build

* fix: build

* fix: test

* chore: update config

* fix: test

* fix: bug

* fix: test

* fix: format

* chore: update path

* fix: build

* fix: bug

* chore: update comment

* fix: allow to custom format

* fix: package.json

* fix: version

* fix: bug
2023-12-27 13:56:13 +08:00

76 lines
3.6 KiB
JSON

{
"name": "@nocobase/preset-nocobase",
"version": "0.18.0-alpha.2",
"license": "AGPL-3.0",
"main": "./lib/server/index.js",
"dependencies": {
"@formily/json-schema": "2.x",
"@nocobase/plugin-acl": "0.18.0-alpha.2",
"@nocobase/plugin-action-bulk-edit": "0.18.0-alpha.2",
"@nocobase/plugin-action-bulk-update": "0.18.0-alpha.2",
"@nocobase/plugin-action-duplicate": "0.18.0-alpha.2",
"@nocobase/plugin-action-print": "0.18.0-alpha.2",
"@nocobase/plugin-api-doc": "0.18.0-alpha.2",
"@nocobase/plugin-api-keys": "0.18.0-alpha.2",
"@nocobase/plugin-audit-logs": "0.18.0-alpha.2",
"@nocobase/plugin-auth": "0.18.0-alpha.2",
"@nocobase/plugin-calendar": "0.18.0-alpha.2",
"@nocobase/plugin-cas": "0.18.0-alpha.2",
"@nocobase/plugin-charts": "0.18.0-alpha.2",
"@nocobase/plugin-china-region": "0.18.0-alpha.2",
"@nocobase/plugin-client": "0.18.0-alpha.2",
"@nocobase/plugin-collection-manager": "0.18.0-alpha.2",
"@nocobase/plugin-custom-request": "0.18.0-alpha.2",
"@nocobase/plugin-data-visualization": "0.18.0-alpha.2",
"@nocobase/plugin-duplicator": "0.18.0-alpha.2",
"@nocobase/plugin-error-handler": "0.18.0-alpha.2",
"@nocobase/plugin-excel-formula-field": "0.18.0-alpha.2",
"@nocobase/plugin-export": "0.18.0-alpha.2",
"@nocobase/plugin-file-manager": "0.18.0-alpha.2",
"@nocobase/plugin-formula-field": "0.18.0-alpha.2",
"@nocobase/plugin-gantt": "0.18.0-alpha.2",
"@nocobase/plugin-graph-collection-manager": "0.18.0-alpha.2",
"@nocobase/plugin-iframe-block": "0.18.0-alpha.2",
"@nocobase/plugin-import": "0.18.0-alpha.2",
"@nocobase/plugin-kanban": "0.18.0-alpha.2",
"@nocobase/plugin-localization-management": "0.18.0-alpha.2",
"@nocobase/plugin-logger": "0.18.0-alpha.2",
"@nocobase/plugin-map": "0.18.0-alpha.2",
"@nocobase/plugin-math-formula-field": "0.18.0-alpha.2",
"@nocobase/plugin-mobile-client": "0.18.0-alpha.2",
"@nocobase/plugin-mock-collections": "0.18.0-alpha.2",
"@nocobase/plugin-multi-app-manager": "0.18.0-alpha.2",
"@nocobase/plugin-multi-app-share-collection": "0.18.0-alpha.2",
"@nocobase/plugin-oidc": "0.18.0-alpha.2",
"@nocobase/plugin-saml": "0.18.0-alpha.2",
"@nocobase/plugin-sample-hello": "0.18.0-alpha.2",
"@nocobase/plugin-sequence-field": "0.18.0-alpha.2",
"@nocobase/plugin-sms-auth": "0.18.0-alpha.2",
"@nocobase/plugin-snapshot-field": "0.18.0-alpha.2",
"@nocobase/plugin-system-settings": "0.18.0-alpha.2",
"@nocobase/plugin-theme-editor": "0.18.0-alpha.2",
"@nocobase/plugin-ui-routes-storage": "0.18.0-alpha.2",
"@nocobase/plugin-ui-schema-storage": "0.18.0-alpha.2",
"@nocobase/plugin-users": "0.18.0-alpha.2",
"@nocobase/plugin-verification": "0.18.0-alpha.2",
"@nocobase/plugin-workflow": "0.18.0-alpha.2",
"@nocobase/plugin-workflow-aggregate": "0.18.0-alpha.2",
"@nocobase/plugin-workflow-delay": "0.18.0-alpha.2",
"@nocobase/plugin-workflow-dynamic-calculation": "0.18.0-alpha.2",
"@nocobase/plugin-workflow-form-trigger": "0.18.0-alpha.2",
"@nocobase/plugin-workflow-loop": "0.18.0-alpha.2",
"@nocobase/plugin-workflow-manual": "0.18.0-alpha.2",
"@nocobase/plugin-workflow-parallel": "0.18.0-alpha.2",
"@nocobase/plugin-workflow-request": "0.18.0-alpha.2",
"@nocobase/plugin-workflow-sql": "0.18.0-alpha.2",
"@nocobase/server": "0.18.0-alpha.2",
"cronstrue": "^2.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/presets/nocobase"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}