mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-26 19:44:57 +02:00
Switch huly core (#10041)
* Switch to huly.core Signed-off-by: Andrey Sobolev <haiodo@gmail.com> * Fix build Signed-off-by: Andrey Sobolev <haiodo@gmail.com> --------- Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hcengineering/pod-process",
|
||||
"version": "0.6.0",
|
||||
"version": "0.7.0",
|
||||
"main": "lib/index.js",
|
||||
"svelte": "src/index.ts",
|
||||
"types": "types/index.d.ts",
|
||||
@@ -34,7 +34,7 @@
|
||||
"@types/node": "^22.15.29",
|
||||
"@types/ws": "^8.5.11",
|
||||
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
||||
"@hcengineering/platform-rig": "^0.6.0",
|
||||
"@hcengineering/platform-rig": "^0.7.10",
|
||||
"jest": "^29.7.0",
|
||||
"ts-jest": "^29.1.1",
|
||||
"@types/jest": "^29.5.5",
|
||||
@@ -52,21 +52,21 @@
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hcengineering/analytics": "^0.6.0",
|
||||
"@hcengineering/analytics-service": "^0.6.0",
|
||||
"@hcengineering/api-client": "^0.6.0",
|
||||
"@hcengineering/core": "^0.6.32",
|
||||
"@hcengineering/kafka": "^0.6.0",
|
||||
"@hcengineering/platform": "^0.6.11",
|
||||
"@hcengineering/card": "^0.6.0",
|
||||
"@hcengineering/process": "^0.6.0",
|
||||
"@hcengineering/server-process": "^0.6.0",
|
||||
"@hcengineering/server-process-resources": "^0.6.0",
|
||||
"@hcengineering/server-core": "^0.6.1",
|
||||
"@hcengineering/server-token": "^0.6.11",
|
||||
"@hcengineering/account-client": "^0.6.0",
|
||||
"@hcengineering/communication-types": "^0.1.0",
|
||||
"@hcengineering/communication-sdk-types": "^0.1.0",
|
||||
"@hcengineering/analytics": "^0.7.3",
|
||||
"@hcengineering/analytics-service": "^0.7.3",
|
||||
"@hcengineering/api-client": "^0.7.3",
|
||||
"@hcengineering/core": "^0.7.3",
|
||||
"@hcengineering/kafka": "^0.7.0",
|
||||
"@hcengineering/platform": "^0.7.3",
|
||||
"@hcengineering/card": "^0.7.0",
|
||||
"@hcengineering/process": "^0.7.0",
|
||||
"@hcengineering/server-process": "^0.7.0",
|
||||
"@hcengineering/server-process-resources": "^0.7.0",
|
||||
"@hcengineering/server-core": "^0.7.0",
|
||||
"@hcengineering/server-token": "^0.7.0",
|
||||
"@hcengineering/account-client": "^0.7.3",
|
||||
"@hcengineering/communication-types": "^0.7.0",
|
||||
"@hcengineering/communication-sdk-types": "^0.7.0",
|
||||
"@temporalio/client": "1.12.3",
|
||||
"dotenv": "~16.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user