mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 18:26:41 +00:00
92fda15efd
* feat(core/cache): support cache
* build(create-nocobase-app): remove --cache-store-package cli option
* perf(core/cache): modify default cache config and remove unnecessary logic code
(cherry picked from commit 6e6086de7a
)
# Conflicts:
# packages/core/server/src/application.ts
# packages/core/server/src/helper.ts
26 lines
635 B
JSON
26 lines
635 B
JSON
{
|
|
"name": "@nocobase/actions",
|
|
"version": "0.7.4-alpha.7",
|
|
"description": "",
|
|
"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/database": "0.7.4-alpha.7",
|
|
"@nocobase/resourcer": "0.7.4-alpha.7",
|
|
"@nocobase/cache": "0.7.4-alpha.7"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/actions"
|
|
},
|
|
"gitHead": "b17d1ecae5dd0b9d4e7170dcf9663bb225598990"
|
|
}
|