tachybase_todo/packages/presets/nocobase/package.json
anuoua 6febdb041a
feat: snapshot field plugin (#1253)
* feat: snapshort init

* feat: snapshot update yarn.lock

* feat: snapshot add to preset

* feat: snapshot add field fix

* feat: snapshot remove Table Column SnapshotField

* feat: snapshot field label fix

* feat: snapshot request error fix

* feat: snapshot 二级关联数据打开

* feat: snapshot batch edit fix

* feat: snapshot 2 level draw fix

* feat: snapshot translate

* feat: snapshot global historyCollection provider

* feat: snapshot install initial

* feat: snapshot refreshCH

* feat: snapshot add transaction

* feat: snapshot default collecitonField

* feat: snapshot build fix

* feat: snapshot useSnapshotFieldTargetCollectionKey

* feat: snapshot batch update

* feat: snapshot linkto support

* feat: snapshot use getRepository

* feat: snapshot recreate fix

* feat: snapshot collectionKey to collectionName & rebuild collection

* feat: snapshot remove SnapshotHistoryCollectionProvider & collectionName

* feat: snapshot use historyCollections in inherit table

* feat: snapshot fix TableSelectorBlock appends

* feat: snapshot kanban fix

* feat: snapshot snapshot association field fix

* feat: snapshot add CollectionFieldProvider fallback

* feat: snapshot AssociationSelect fix

* feat: snapshot TableField fix
2023-01-04 19:27:37 +08:00

45 lines
1.7 KiB
JSON

{
"name": "@nocobase/preset-nocobase",
"version": "0.8.0-alpha.13",
"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.0-alpha.13",
"@nocobase/plugin-audit-logs": "0.8.0-alpha.13",
"@nocobase/plugin-china-region": "0.8.0-alpha.13",
"@nocobase/plugin-client": "0.8.0-alpha.13",
"@nocobase/plugin-collection-manager": "0.8.0-alpha.13",
"@nocobase/plugin-error-handler": "0.8.0-alpha.13",
"@nocobase/plugin-export": "0.8.0-alpha.13",
"@nocobase/plugin-file-manager": "0.8.0-alpha.13",
"@nocobase/plugin-oidc": "0.8.0-alpha.13",
"@nocobase/plugin-saml": "0.8.0-alpha.13",
"@nocobase/plugin-import": "0.8.0-alpha.13",
"@nocobase/plugin-sample-hello": "0.8.0-alpha.13",
"@nocobase/plugin-sequence-field": "0.8.0-alpha.13",
"@nocobase/plugin-system-settings": "0.8.0-alpha.13",
"@nocobase/plugin-ui-routes-storage": "0.8.0-alpha.13",
"@nocobase/plugin-ui-schema-storage": "0.8.0-alpha.13",
"@nocobase/plugin-users": "0.8.0-alpha.13",
"@nocobase/plugin-verification": "0.8.0-alpha.13",
"@nocobase/plugin-workflow": "0.8.0-alpha.13",
"@nocobase/plugin-map": "0.8.0-alpha.13",
"@nocobase/plugin-snapshot-field": "0.8.0-alpha.13",
"@nocobase/plugin-iframe-block": "0.8.0-alpha.13",
"@nocobase/server": "0.8.0-alpha.13"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/presets/nocobase"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}