Update to latest platform rig and core

This commit is contained in:
Andrey Sobolev
2025-10-12 01:27:02 +07:00
parent c9238778e4
commit 9b1dbce2d2
44 changed files with 912 additions and 427 deletions
+433 -298
View File
File diff suppressed because it is too large Load Diff
+9 -2
View File
@@ -9,11 +9,18 @@
"test:coverage": "node run-tests-with-coverage.js"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.12",
"@hcengineering/platform-rig": "^0.7.14",
"istanbul-lib-coverage": "^3.2.2",
"istanbul-lib-report": "^3.0.1",
"istanbul-reports": "^3.2.0",
"lcov-parse": "^1.0.0"
"lcov-parse": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-n": "^15.4.0",
"eslint": "^8.54.0",
"@typescript-eslint/parser": "^8.46.0",
"eslint-config-standard-with-typescript": "^40.0.0"
},
"private": true
}
+17
View File
@@ -1,6 +1,23 @@
{
"name": "@hcengineering/server-client",
"entries": [
{
"version": "0.7.2",
"tag": "@hcengineering/server-client_v0.7.2",
"date": "Sat, 11 Oct 2025 18:26:50 GMT",
"comments": {
"patch": [
{
"comment": "Use latest platform-rig"
}
],
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.1` to `0.7.2`"
}
]
}
},
{
"version": "0.7.1",
"tag": "@hcengineering/server-client_v0.7.1",
+8 -1
View File
@@ -1,6 +1,13 @@
# Change Log - @hcengineering/server-client
This log was last generated on Fri, 10 Oct 2025 14:32:03 GMT and should not be manually modified.
This log was last generated on Sat, 11 Oct 2025 18:26:50 GMT and should not be manually modified.
## 0.7.2
Sat, 11 Oct 2025 18:26:50 GMT
### Patches
- Use latest platform-rig
## 0.7.1
Fri, 10 Oct 2025 14:32:03 GMT
+10 -10
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/server-client",
"version": "0.7.1",
"version": "0.7.2",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -18,13 +18,13 @@
"_phase:validate": "compile validate"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.12",
"@hcengineering/platform-rig": "^0.7.14",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-n": "^15.4.0",
"eslint": "^8.54.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/parser": "^8.46.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"typescript": "^5.8.3",
@@ -36,13 +36,13 @@
"@types/node": "^22.15.29"
},
"dependencies": {
"@hcengineering/platform": "^0.7.3",
"@hcengineering/core": "^0.7.5",
"@hcengineering/client-resources": "^0.7.4",
"@hcengineering/client": "^0.7.4",
"@hcengineering/account-client": "^0.7.3",
"@hcengineering/server-core": "workspace:0.7.1",
"@hcengineering/server-token": "^0.7.3",
"@hcengineering/platform": "^0.7.4",
"@hcengineering/core": "^0.7.6",
"@hcengineering/client-resources": "^0.7.5",
"@hcengineering/client": "^0.7.5",
"@hcengineering/account-client": "^0.7.4",
"@hcengineering/server-core": "workspace:0.7.2",
"@hcengineering/server-token": "^0.7.4",
"ws": "^8.18.2"
},
"repository": "https://github.com/hcengineering/huly.server",
+17
View File
@@ -1,6 +1,23 @@
{
"name": "@hcengineering/collaboration",
"entries": [
{
"version": "0.7.2",
"tag": "@hcengineering/collaboration_v0.7.2",
"date": "Sat, 11 Oct 2025 18:26:50 GMT",
"comments": {
"patch": [
{
"comment": "Use latest platform-rig"
}
],
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.1` to `0.7.2`"
}
]
}
},
{
"version": "0.7.1",
"tag": "@hcengineering/collaboration_v0.7.1",
+8 -1
View File
@@ -1,6 +1,13 @@
# Change Log - @hcengineering/collaboration
This log was last generated on Fri, 10 Oct 2025 14:32:03 GMT and should not be manually modified.
This log was last generated on Sat, 11 Oct 2025 18:26:50 GMT and should not be manually modified.
## 0.7.2
Sat, 11 Oct 2025 18:26:50 GMT
### Patches
- Use latest platform-rig
## 0.7.1
Fri, 10 Oct 2025 14:32:03 GMT
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/collaboration",
"version": "0.7.1",
"version": "0.7.2",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -18,14 +18,14 @@
"_phase:validate": "compile validate"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.12",
"@hcengineering/platform-rig": "^0.7.14",
"@types/node": "^22.15.29",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-n": "^15.4.0",
"eslint": "^8.54.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/parser": "^8.46.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"typescript": "^5.8.3",
@@ -34,10 +34,10 @@
"@types/jest": "^29.5.5"
},
"dependencies": {
"@hcengineering/core": "^0.7.5",
"@hcengineering/server-core": "workspace:0.7.1",
"@hcengineering/text": "^0.7.3",
"@hcengineering/text-ydoc": "^0.7.3",
"@hcengineering/core": "^0.7.6",
"@hcengineering/server-core": "workspace:0.7.2",
"@hcengineering/text": "^0.7.4",
"@hcengineering/text-ydoc": "^0.7.4",
"base64-js": "^1.5.1",
"yjs": "^13.6.27"
},
+12
View File
@@ -1,6 +1,18 @@
{
"name": "@hcengineering/server-core",
"entries": [
{
"version": "0.7.2",
"tag": "@hcengineering/server-core_v0.7.2",
"date": "Sat, 11 Oct 2025 18:26:50 GMT",
"comments": {
"patch": [
{
"comment": "Use latest platform-rig"
}
]
}
},
{
"version": "0.7.1",
"tag": "@hcengineering/server-core_v0.7.1",
+8 -1
View File
@@ -1,6 +1,13 @@
# Change Log - @hcengineering/server-core
This log was last generated on Fri, 10 Oct 2025 14:32:03 GMT and should not be manually modified.
This log was last generated on Sat, 11 Oct 2025 18:26:50 GMT and should not be manually modified.
## 0.7.2
Sat, 11 Oct 2025 18:26:50 GMT
### Patches
- Use latest platform-rig
## 0.7.1
Fri, 10 Oct 2025 14:32:03 GMT
+10 -10
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/server-core",
"version": "0.7.1",
"version": "0.7.2",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -18,14 +18,14 @@
"_phase:validate": "compile validate"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.12",
"@hcengineering/platform-rig": "^0.7.14",
"@types/node": "^22.15.29",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-n": "^15.4.0",
"eslint": "^8.54.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/parser": "^8.46.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"typescript": "^5.8.3",
@@ -35,15 +35,15 @@
"@types/uuid": "^8.3.1"
},
"dependencies": {
"@hcengineering/analytics": "^0.7.3",
"@hcengineering/analytics": "^0.7.4",
"@hcengineering/communication-sdk-types": "^0.7.3",
"@hcengineering/communication-types": "^0.7.3",
"@hcengineering/core": "^0.7.5",
"@hcengineering/platform": "^0.7.3",
"@hcengineering/query": "^0.7.4",
"@hcengineering/rpc": "^0.7.3",
"@hcengineering/server-token": "^0.7.3",
"@hcengineering/storage": "^0.7.3",
"@hcengineering/core": "^0.7.6",
"@hcengineering/platform": "^0.7.4",
"@hcengineering/query": "^0.7.5",
"@hcengineering/rpc": "^0.7.4",
"@hcengineering/server-token": "^0.7.4",
"@hcengineering/storage": "^0.7.4",
"fast-equals": "^5.2.2",
"uuid": "^8.3.2"
},
+17
View File
@@ -1,6 +1,23 @@
{
"name": "@hcengineering/datalake",
"entries": [
{
"version": "0.7.2",
"tag": "@hcengineering/datalake_v0.7.2",
"date": "Sat, 11 Oct 2025 18:26:50 GMT",
"comments": {
"patch": [
{
"comment": "Use latest platform-rig"
}
],
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.1` to `0.7.2`"
}
]
}
},
{
"version": "0.7.1",
"tag": "@hcengineering/datalake_v0.7.1",
+8 -1
View File
@@ -1,6 +1,13 @@
# Change Log - @hcengineering/datalake
This log was last generated on Fri, 10 Oct 2025 14:32:03 GMT and should not be manually modified.
This log was last generated on Sat, 11 Oct 2025 18:26:50 GMT and should not be manually modified.
## 0.7.2
Sat, 11 Oct 2025 18:26:50 GMT
### Patches
- Use latest platform-rig
## 0.7.1
Fri, 10 Oct 2025 14:32:03 GMT
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/datalake",
"version": "0.7.1",
"version": "0.7.2",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -18,13 +18,13 @@
"_phase:validate": "compile validate"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.12",
"@hcengineering/platform-rig": "^0.7.14",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-n": "^15.4.0",
"eslint": "^8.54.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/parser": "^8.46.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"typescript": "^5.8.3",
@@ -35,10 +35,10 @@
"ts-node": "^10.8.0"
},
"dependencies": {
"@hcengineering/core": "^0.7.5",
"@hcengineering/platform": "^0.7.3",
"@hcengineering/server-core": "workspace:0.7.1",
"@hcengineering/server-token": "^0.7.3"
"@hcengineering/core": "^0.7.6",
"@hcengineering/platform": "^0.7.4",
"@hcengineering/server-core": "workspace:0.7.2",
"@hcengineering/server-token": "^0.7.4"
},
"repository": "https://github.com/hcengineering/huly.server",
"publishConfig": {
+17
View File
@@ -1,6 +1,23 @@
{
"name": "@hcengineering/elastic",
"entries": [
{
"version": "0.7.2",
"tag": "@hcengineering/elastic_v0.7.2",
"date": "Sat, 11 Oct 2025 18:26:50 GMT",
"comments": {
"patch": [
{
"comment": "Use latest platform-rig"
}
],
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.1` to `0.7.2`"
}
]
}
},
{
"version": "0.7.1",
"tag": "@hcengineering/elastic_v0.7.1",
+8 -1
View File
@@ -1,6 +1,13 @@
# Change Log - @hcengineering/elastic
This log was last generated on Fri, 10 Oct 2025 14:32:03 GMT and should not be manually modified.
This log was last generated on Sat, 11 Oct 2025 18:26:50 GMT and should not be manually modified.
## 0.7.2
Sat, 11 Oct 2025 18:26:50 GMT
### Patches
- Use latest platform-rig
## 0.7.1
Fri, 10 Oct 2025 14:32:03 GMT
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/elastic",
"version": "0.7.1",
"version": "0.7.2",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -38,14 +38,14 @@
"_phase:validate": "compile validate"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.12",
"@hcengineering/platform-rig": "^0.7.14",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-n": "^15.4.0",
"eslint": "^8.54.0",
"ts-node": "^10.8.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/parser": "^8.46.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"typescript": "^5.8.3",
@@ -54,11 +54,11 @@
"@types/jest": "^29.5.5"
},
"dependencies": {
"@hcengineering/core": "^0.7.5",
"@hcengineering/platform": "^0.7.3",
"@hcengineering/server-core": "workspace:0.7.1",
"@hcengineering/core": "^0.7.6",
"@hcengineering/platform": "^0.7.4",
"@hcengineering/server-core": "workspace:0.7.2",
"@elastic/elasticsearch": "^7.17.14",
"@hcengineering/analytics": "^0.7.3"
"@hcengineering/analytics": "^0.7.4"
},
"repository": "https://github.com/hcengineering/huly.server",
"publishConfig": {
+17
View File
@@ -1,6 +1,23 @@
{
"name": "@hcengineering/hulylake",
"entries": [
{
"version": "0.7.3",
"tag": "@hcengineering/hulylake_v0.7.3",
"date": "Sat, 11 Oct 2025 18:26:50 GMT",
"comments": {
"patch": [
{
"comment": "Use latest platform-rig"
}
],
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.1` to `0.7.2`"
}
]
}
},
{
"version": "0.7.2",
"tag": "@hcengineering/hulylake_v0.7.2",
+8 -1
View File
@@ -1,6 +1,13 @@
# Change Log - @hcengineering/hulylake
This log was last generated on Fri, 10 Oct 2025 14:32:03 GMT and should not be manually modified.
This log was last generated on Sat, 11 Oct 2025 18:26:50 GMT and should not be manually modified.
## 0.7.3
Sat, 11 Oct 2025 18:26:50 GMT
### Patches
- Use latest platform-rig
## 0.7.2
Fri, 10 Oct 2025 14:32:03 GMT
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/hulylake",
"version": "0.7.2",
"version": "0.7.3",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -18,13 +18,13 @@
"_phase:validate": "compile validate"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.12",
"@hcengineering/platform-rig": "^0.7.14",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-n": "^15.4.0",
"eslint": "^8.54.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/parser": "^8.46.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"typescript": "^5.8.3",
@@ -35,11 +35,11 @@
"ts-node": "^10.8.0"
},
"dependencies": {
"@hcengineering/core": "^0.7.5",
"@hcengineering/platform": "^0.7.3",
"@hcengineering/server-core": "workspace:0.7.1",
"@hcengineering/server-token": "^0.7.3",
"@hcengineering/hulylake-client": "^0.7.4"
"@hcengineering/core": "^0.7.6",
"@hcengineering/platform": "^0.7.4",
"@hcengineering/server-core": "workspace:0.7.2",
"@hcengineering/server-token": "^0.7.4",
"@hcengineering/hulylake-client": "^0.7.5"
},
"repository": "https://github.com/hcengineering/huly.server",
"publishConfig": {
+17
View File
@@ -1,6 +1,23 @@
{
"name": "@hcengineering/kafka",
"entries": [
{
"version": "0.7.2",
"tag": "@hcengineering/kafka_v0.7.2",
"date": "Sat, 11 Oct 2025 18:26:50 GMT",
"comments": {
"patch": [
{
"comment": "Use latest platform-rig"
}
],
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.1` to `0.7.2`"
}
]
}
},
{
"version": "0.7.1",
"tag": "@hcengineering/kafka_v0.7.1",
+8 -1
View File
@@ -1,6 +1,13 @@
# Change Log - @hcengineering/kafka
This log was last generated on Fri, 10 Oct 2025 14:32:03 GMT and should not be manually modified.
This log was last generated on Sat, 11 Oct 2025 18:26:50 GMT and should not be manually modified.
## 0.7.2
Sat, 11 Oct 2025 18:26:50 GMT
### Patches
- Use latest platform-rig
## 0.7.1
Fri, 10 Oct 2025 14:32:03 GMT
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/kafka",
"version": "0.7.1",
"version": "0.7.2",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -18,13 +18,13 @@
"_phase:validate": "compile validate"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.12",
"@hcengineering/platform-rig": "^0.7.14",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-n": "^15.4.0",
"eslint": "^8.54.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/parser": "^8.46.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"typescript": "^5.8.3",
@@ -34,10 +34,10 @@
"@types/jest": "^29.5.5"
},
"dependencies": {
"@hcengineering/core": "^0.7.5",
"@hcengineering/platform": "^0.7.3",
"@hcengineering/server-core": "workspace:0.7.1",
"@hcengineering/storage": "^0.7.3",
"@hcengineering/core": "^0.7.6",
"@hcengineering/platform": "^0.7.4",
"@hcengineering/server-core": "workspace:0.7.2",
"@hcengineering/storage": "^0.7.4",
"kafkajs": "^2.2.4"
},
"repository": "https://github.com/hcengineering/huly.server",
+17
View File
@@ -1,6 +1,23 @@
{
"name": "@hcengineering/middleware",
"entries": [
{
"version": "0.7.3",
"tag": "@hcengineering/middleware_v0.7.3",
"date": "Sat, 11 Oct 2025 18:26:50 GMT",
"comments": {
"patch": [
{
"comment": "Use latest platform-rig"
}
],
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.1` to `0.7.2`"
}
]
}
},
{
"version": "0.7.2",
"tag": "@hcengineering/middleware_v0.7.2",
+8 -1
View File
@@ -1,6 +1,13 @@
# Change Log - @hcengineering/middleware
This log was last generated on Fri, 10 Oct 2025 14:32:03 GMT and should not be manually modified.
This log was last generated on Sat, 11 Oct 2025 18:26:50 GMT and should not be manually modified.
## 0.7.3
Sat, 11 Oct 2025 18:26:50 GMT
### Patches
- Use latest platform-rig
## 0.7.2
Fri, 10 Oct 2025 14:32:03 GMT
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/middleware",
"version": "0.7.2",
"version": "0.7.3",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -18,13 +18,13 @@
"_phase:validate": "compile validate"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.12",
"@hcengineering/platform-rig": "^0.7.14",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-n": "^15.4.0",
"eslint": "^8.54.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/parser": "^8.46.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"typescript": "^5.8.3",
@@ -34,11 +34,11 @@
"@types/node": "^22.15.29"
},
"dependencies": {
"@hcengineering/core": "^0.7.5",
"@hcengineering/platform": "^0.7.3",
"@hcengineering/server-core": "workspace:0.7.1",
"@hcengineering/query": "^0.7.4",
"@hcengineering/analytics": "^0.7.3",
"@hcengineering/core": "^0.7.6",
"@hcengineering/platform": "^0.7.4",
"@hcengineering/server-core": "workspace:0.7.2",
"@hcengineering/query": "^0.7.5",
"@hcengineering/analytics": "^0.7.4",
"fast-equals": "^5.2.2"
},
"repository": "https://github.com/hcengineering/huly.server",
+17
View File
@@ -1,6 +1,23 @@
{
"name": "@hcengineering/minio",
"entries": [
{
"version": "0.7.2",
"tag": "@hcengineering/minio_v0.7.2",
"date": "Sat, 11 Oct 2025 18:26:50 GMT",
"comments": {
"patch": [
{
"comment": "Use latest platform-rig"
}
],
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.1` to `0.7.2`"
}
]
}
},
{
"version": "0.7.1",
"tag": "@hcengineering/minio_v0.7.1",
+8 -1
View File
@@ -1,6 +1,13 @@
# Change Log - @hcengineering/minio
This log was last generated on Fri, 10 Oct 2025 14:32:03 GMT and should not be manually modified.
This log was last generated on Sat, 11 Oct 2025 18:26:50 GMT and should not be manually modified.
## 0.7.2
Sat, 11 Oct 2025 18:26:50 GMT
### Patches
- Use latest platform-rig
## 0.7.1
Fri, 10 Oct 2025 14:32:03 GMT
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/minio",
"version": "0.7.1",
"version": "0.7.2",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -18,13 +18,13 @@
"_phase:validate": "compile validate"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.12",
"@hcengineering/platform-rig": "^0.7.14",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-n": "^15.4.0",
"eslint": "^8.54.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/parser": "^8.46.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"typescript": "^5.8.3",
@@ -34,9 +34,9 @@
"@types/jest": "^29.5.5"
},
"dependencies": {
"@hcengineering/core": "^0.7.5",
"@hcengineering/platform": "^0.7.3",
"@hcengineering/server-core": "workspace:0.7.1",
"@hcengineering/core": "^0.7.6",
"@hcengineering/platform": "^0.7.4",
"@hcengineering/server-core": "workspace:0.7.2",
"minio": "^8.0.5"
},
"repository": "https://github.com/hcengineering/huly.server",
+17
View File
@@ -1,6 +1,23 @@
{
"name": "@hcengineering/mongo",
"entries": [
{
"version": "0.7.2",
"tag": "@hcengineering/mongo_v0.7.2",
"date": "Sat, 11 Oct 2025 18:26:50 GMT",
"comments": {
"patch": [
{
"comment": "Use latest platform-rig"
}
],
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.1` to `0.7.2`"
}
]
}
},
{
"version": "0.7.1",
"tag": "@hcengineering/mongo_v0.7.1",
+8 -1
View File
@@ -1,6 +1,13 @@
# Change Log - @hcengineering/mongo
This log was last generated on Fri, 10 Oct 2025 14:32:03 GMT and should not be manually modified.
This log was last generated on Sat, 11 Oct 2025 18:26:50 GMT and should not be manually modified.
## 0.7.2
Sat, 11 Oct 2025 18:26:50 GMT
### Patches
- Use latest platform-rig
## 0.7.1
Fri, 10 Oct 2025 14:32:03 GMT
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/mongo",
"version": "0.7.1",
"version": "0.7.2",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -18,13 +18,13 @@
"_phase:validate": "compile validate"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.12",
"@hcengineering/platform-rig": "^0.7.14",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-n": "^15.4.0",
"eslint": "^8.54.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/parser": "^8.46.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"typescript": "^5.8.3",
@@ -34,9 +34,9 @@
"@types/node": "^22.15.29"
},
"dependencies": {
"@hcengineering/core": "^0.7.5",
"@hcengineering/platform": "^0.7.3",
"@hcengineering/server-core": "workspace:0.7.1",
"@hcengineering/core": "^0.7.6",
"@hcengineering/platform": "^0.7.4",
"@hcengineering/server-core": "workspace:0.7.2",
"mongodb": "^6.16.0",
"bson": "^6.10.3"
},
+17
View File
@@ -1,6 +1,23 @@
{
"name": "@hcengineering/postgres",
"entries": [
{
"version": "0.7.2",
"tag": "@hcengineering/postgres_v0.7.2",
"date": "Sat, 11 Oct 2025 18:26:50 GMT",
"comments": {
"patch": [
{
"comment": "Use latest platform-rig"
}
],
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.1` to `0.7.2`"
}
]
}
},
{
"version": "0.7.1",
"tag": "@hcengineering/postgres_v0.7.1",
+8 -1
View File
@@ -1,6 +1,13 @@
# Change Log - @hcengineering/postgres
This log was last generated on Fri, 10 Oct 2025 14:32:03 GMT and should not be manually modified.
This log was last generated on Sat, 11 Oct 2025 18:26:50 GMT and should not be manually modified.
## 0.7.2
Sat, 11 Oct 2025 18:26:50 GMT
### Patches
- Use latest platform-rig
## 0.7.1
Fri, 10 Oct 2025 14:32:03 GMT
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/postgres",
"version": "0.7.1",
"version": "0.7.2",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -18,13 +18,13 @@
"_phase:validate": "compile validate"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.12",
"@hcengineering/platform-rig": "^0.7.14",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-n": "^15.4.0",
"eslint": "^8.54.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/parser": "^8.46.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"typescript": "^5.8.3",
@@ -35,10 +35,10 @@
},
"dependencies": {
"postgres": "^3.4.7",
"@hcengineering/core": "^0.7.5",
"@hcengineering/platform": "^0.7.3",
"@hcengineering/server-core": "workspace:0.7.1",
"@hcengineering/postgres-base": "^0.7.10"
"@hcengineering/core": "^0.7.6",
"@hcengineering/platform": "^0.7.4",
"@hcengineering/server-core": "workspace:0.7.2",
"@hcengineering/postgres-base": "^0.7.11"
},
"repository": "https://github.com/hcengineering/huly.server",
"publishConfig": {
+17
View File
@@ -1,6 +1,23 @@
{
"name": "@hcengineering/s3",
"entries": [
{
"version": "0.7.2",
"tag": "@hcengineering/s3_v0.7.2",
"date": "Sat, 11 Oct 2025 18:26:50 GMT",
"comments": {
"patch": [
{
"comment": "Use latest platform-rig"
}
],
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.1` to `0.7.2`"
}
]
}
},
{
"version": "0.7.1",
"tag": "@hcengineering/s3_v0.7.1",
+8 -1
View File
@@ -1,6 +1,13 @@
# Change Log - @hcengineering/s3
This log was last generated on Fri, 10 Oct 2025 14:32:03 GMT and should not be manually modified.
This log was last generated on Sat, 11 Oct 2025 18:26:50 GMT and should not be manually modified.
## 0.7.2
Sat, 11 Oct 2025 18:26:50 GMT
### Patches
- Use latest platform-rig
## 0.7.1
Fri, 10 Oct 2025 14:32:03 GMT
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/s3",
"version": "0.7.1",
"version": "0.7.2",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -18,13 +18,13 @@
"_phase:validate": "compile validate"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.12",
"@hcengineering/platform-rig": "^0.7.14",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-n": "^15.4.0",
"eslint": "^8.54.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/parser": "^8.46.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"typescript": "^5.8.3",
@@ -34,10 +34,10 @@
"@types/jest": "^29.5.5"
},
"dependencies": {
"@hcengineering/core": "^0.7.5",
"@hcengineering/platform": "^0.7.3",
"@hcengineering/server-core": "workspace:0.7.1",
"@hcengineering/storage": "^0.7.3",
"@hcengineering/core": "^0.7.6",
"@hcengineering/platform": "^0.7.4",
"@hcengineering/server-core": "workspace:0.7.2",
"@hcengineering/storage": "^0.7.4",
"@aws-sdk/client-s3": "^3.738.0",
"@aws-sdk/s3-request-presigner": "^3.738.0",
"@aws-sdk/lib-storage": "^3.738.0",
+29
View File
@@ -1,6 +1,35 @@
{
"name": "@hcengineering/server-storage",
"entries": [
{
"version": "0.7.3",
"tag": "@hcengineering/server-storage_v0.7.3",
"date": "Sat, 11 Oct 2025 18:26:50 GMT",
"comments": {
"patch": [
{
"comment": "Use latest platform-rig"
}
],
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.1` to `0.7.2`"
},
{
"comment": "Updating dependency \"@hcengineering/minio\" from `0.7.1` to `0.7.2`"
},
{
"comment": "Updating dependency \"@hcengineering/s3\" from `0.7.1` to `0.7.2`"
},
{
"comment": "Updating dependency \"@hcengineering/datalake\" from `0.7.1` to `0.7.2`"
},
{
"comment": "Updating dependency \"@hcengineering/hulylake\" from `0.7.2` to `0.7.3`"
}
]
}
},
{
"version": "0.7.2",
"tag": "@hcengineering/server-storage_v0.7.2",
+8 -1
View File
@@ -1,6 +1,13 @@
# Change Log - @hcengineering/server-storage
This log was last generated on Fri, 10 Oct 2025 14:32:03 GMT and should not be manually modified.
This log was last generated on Sat, 11 Oct 2025 18:26:50 GMT and should not be manually modified.
## 0.7.3
Sat, 11 Oct 2025 18:26:50 GMT
### Patches
- Use latest platform-rig
## 0.7.2
Fri, 10 Oct 2025 14:32:03 GMT
+13 -13
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/server-storage",
"version": "0.7.2",
"version": "0.7.3",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -38,7 +38,7 @@
},
"devDependencies": {
"cross-env": "~7.0.3",
"@hcengineering/platform-rig": "^0.7.12",
"@hcengineering/platform-rig": "^0.7.14",
"@types/node": "^22.15.29",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"eslint-plugin-import": "^2.26.0",
@@ -46,7 +46,7 @@
"eslint-plugin-n": "^15.4.0",
"eslint": "^8.54.0",
"ts-node": "^10.8.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/parser": "^8.46.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"typescript": "^5.8.3",
@@ -55,16 +55,16 @@
"@types/jest": "^29.5.5"
},
"dependencies": {
"@hcengineering/core": "^0.7.5",
"@hcengineering/platform": "^0.7.3",
"@hcengineering/server-core": "workspace:0.7.1",
"@hcengineering/minio": "workspace:0.7.1",
"@hcengineering/s3": "workspace:0.7.1",
"@hcengineering/datalake": "workspace:0.7.1",
"@hcengineering/hulylake": "workspace:0.7.2",
"@hcengineering/storage": "^0.7.3",
"@hcengineering/analytics": "^0.7.3",
"@hcengineering/server-token": "^0.7.3"
"@hcengineering/core": "^0.7.6",
"@hcengineering/platform": "^0.7.4",
"@hcengineering/server-core": "workspace:0.7.2",
"@hcengineering/minio": "workspace:0.7.2",
"@hcengineering/s3": "workspace:0.7.2",
"@hcengineering/datalake": "workspace:0.7.2",
"@hcengineering/hulylake": "workspace:0.7.3",
"@hcengineering/storage": "^0.7.4",
"@hcengineering/analytics": "^0.7.4",
"@hcengineering/server-token": "^0.7.4"
},
"repository": "https://github.com/hcengineering/huly.server",
"publishConfig": {
+17
View File
@@ -1,6 +1,23 @@
{
"name": "@hcengineering/server",
"entries": [
{
"version": "0.7.2",
"tag": "@hcengineering/server_v0.7.2",
"date": "Sat, 11 Oct 2025 18:26:50 GMT",
"comments": {
"patch": [
{
"comment": "Use latest platform-rig"
}
],
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/server-core\" from `0.7.1` to `0.7.2`"
}
]
}
},
{
"version": "0.7.1",
"tag": "@hcengineering/server_v0.7.1",
+8 -1
View File
@@ -1,6 +1,13 @@
# Change Log - @hcengineering/server
This log was last generated on Fri, 10 Oct 2025 14:32:03 GMT and should not be manually modified.
This log was last generated on Sat, 11 Oct 2025 18:26:50 GMT and should not be manually modified.
## 0.7.2
Sat, 11 Oct 2025 18:26:50 GMT
### Patches
- Use latest platform-rig
## 0.7.1
Fri, 10 Oct 2025 14:32:03 GMT
+10 -10
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/server",
"version": "0.7.1",
"version": "0.7.2",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -19,14 +19,14 @@
},
"devDependencies": {
"cross-env": "~7.0.3",
"@hcengineering/platform-rig": "^0.7.12",
"@hcengineering/platform-rig": "^0.7.14",
"@types/node": "^22.15.29",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-n": "^15.4.0",
"eslint": "^8.54.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/parser": "^8.46.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"typescript": "^5.8.3",
@@ -35,13 +35,13 @@
"@types/jest": "^29.5.5"
},
"dependencies": {
"@hcengineering/account-client": "^0.7.3",
"@hcengineering/analytics": "^0.7.3",
"@hcengineering/core": "^0.7.5",
"@hcengineering/platform": "^0.7.3",
"@hcengineering/rpc": "^0.7.3",
"@hcengineering/server-core": "workspace:0.7.1",
"@hcengineering/server-token": "^0.7.3",
"@hcengineering/account-client": "^0.7.4",
"@hcengineering/analytics": "^0.7.4",
"@hcengineering/core": "^0.7.6",
"@hcengineering/platform": "^0.7.4",
"@hcengineering/rpc": "^0.7.4",
"@hcengineering/server-core": "workspace:0.7.2",
"@hcengineering/server-token": "^0.7.4",
"utf-8-validate": "^6.0.4"
},
"repository": "https://github.com/hcengineering/huly.server",