mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 15:55:39 +00:00
bc00bd161a
* fix: init multiple Application instances while starting up sub app by Jacob * fix: import error by Jacob * feat: use async-mutex for locking process by Jacob * revert: unused update by Jacob * test: should get same obj ref when asynchronously access with same sub app name by Jacob * feat: add async-mutex dependency to multi-app-manager package.json by Jacob
17 lines
466 B
JSON
17 lines
466 B
JSON
{
|
|
"name": "@nocobase/plugin-multi-app-manager",
|
|
"displayName": "multi app manager",
|
|
"displayName.zh-CN": "多应用管理",
|
|
"description": "manage app",
|
|
"description.zh-CN": "管理应用",
|
|
"version": "0.9.4-alpha.2",
|
|
"license": "AGPL-3.0",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"dependencies": {
|
|
"@nocobase/server": "0.9.4-alpha.2",
|
|
"async-mutex": "^0.3.2"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|