Update deps to platform.core

This commit is contained in:
Andrey Sobolev
2025-10-27 23:28:45 +07:00
parent 438a0d2ad4
commit d7f9d51ef2
25 changed files with 215 additions and 38 deletions
+13 -13
View File
@@ -16,10 +16,10 @@ importers:
specifier: workspace:^0.7.11
version: link:../query
'@hcengineering/communication-sdk-types':
specifier: workspace:^0.7.11
specifier: workspace:^0.7.12
version: link:../sdk-types
'@hcengineering/communication-types':
specifier: workspace:^0.7.11
specifier: workspace:^0.7.12
version: link:../types
'@hcengineering/hulylake-client':
specifier: ^0.7.17
@@ -74,13 +74,13 @@ importers:
../../packages/cockroach:
dependencies:
'@hcengineering/communication-sdk-types':
specifier: workspace:^0.7.11
specifier: workspace:^0.7.12
version: link:../sdk-types
'@hcengineering/communication-shared':
specifier: workspace:^0.7.11
version: link:../shared
'@hcengineering/communication-types':
specifier: workspace:^0.7.11
specifier: workspace:^0.7.12
version: link:../types
postgres:
specifier: ^3.4.7
@@ -141,13 +141,13 @@ importers:
../../packages/query:
dependencies:
'@hcengineering/communication-sdk-types':
specifier: workspace:^0.7.11
specifier: workspace:^0.7.12
version: link:../sdk-types
'@hcengineering/communication-shared':
specifier: workspace:^0.7.11
version: link:../shared
'@hcengineering/communication-types':
specifier: workspace:^0.7.11
specifier: workspace:^0.7.12
version: link:../types
'@hcengineering/hulylake-client':
specifier: ^0.7.17
@@ -208,13 +208,13 @@ importers:
../../packages/rest-client:
dependencies:
'@hcengineering/communication-sdk-types':
specifier: workspace:^0.7.11
specifier: workspace:^0.7.12
version: link:../sdk-types
'@hcengineering/communication-shared':
specifier: workspace:^0.7.11
version: link:../shared
'@hcengineering/communication-types':
specifier: workspace:^0.7.11
specifier: workspace:^0.7.12
version: link:../types
'@hcengineering/core':
specifier: ^0.7.18
@@ -272,7 +272,7 @@ importers:
../../packages/sdk-types:
dependencies:
'@hcengineering/communication-types':
specifier: workspace:^0.7.11
specifier: workspace:^0.7.12
version: link:../types
'@hcengineering/core':
specifier: ^0.7.18
@@ -330,13 +330,13 @@ importers:
specifier: workspace:^0.7.11
version: link:../cockroach
'@hcengineering/communication-sdk-types':
specifier: workspace:^0.7.11
specifier: workspace:^0.7.12
version: link:../sdk-types
'@hcengineering/communication-shared':
specifier: workspace:^0.7.11
version: link:../shared
'@hcengineering/communication-types':
specifier: workspace:^0.7.11
specifier: workspace:^0.7.12
version: link:../types
'@hcengineering/core':
specifier: ^0.7.18
@@ -415,10 +415,10 @@ importers:
../../packages/shared:
dependencies:
'@hcengineering/communication-sdk-types':
specifier: workspace:^0.7.11
specifier: workspace:^0.7.12
version: link:../sdk-types
'@hcengineering/communication-types':
specifier: workspace:^0.7.11
specifier: workspace:^0.7.12
version: link:../types
'@hcengineering/hulylake-client':
specifier: ^0.7.17
+15
View File
@@ -1,6 +1,21 @@
{
"name": "@hcengineering/communication-client-query",
"entries": [
{
"version": "0.7.11",
"tag": "@hcengineering/communication-client-query_v0.7.11",
"date": "Mon, 27 Oct 2025 16:28:25 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/communication-types\" from `^0.7.11` to `0.7.12`"
},
{
"comment": "Updating dependency \"@hcengineering/communication-sdk-types\" from `^0.7.11` to `0.7.12`"
}
]
}
},
{
"version": "0.7.8",
"tag": "@hcengineering/communication-client-query_v0.7.8",
+6 -1
View File
@@ -1,6 +1,11 @@
# Change Log - @hcengineering/communication-client-query
This log was last generated on Sat, 25 Oct 2025 22:20:35 GMT and should not be manually modified.
This log was last generated on Mon, 27 Oct 2025 16:28:25 GMT and should not be manually modified.
## 0.7.11
Mon, 27 Oct 2025 16:28:25 GMT
_Version update only_
## 0.7.8
Sat, 25 Oct 2025 22:20:35 GMT
+2 -2
View File
@@ -36,8 +36,8 @@
"typescript": "^5.9.3"
},
"dependencies": {
"@hcengineering/communication-types": "workspace:^0.7.11",
"@hcengineering/communication-sdk-types": "workspace:^0.7.11",
"@hcengineering/communication-types": "workspace:^0.7.12",
"@hcengineering/communication-sdk-types": "workspace:^0.7.12",
"@hcengineering/communication-query": "workspace:^0.7.11",
"@hcengineering/hulylake-client": "^0.7.17",
"fast-equals": "^5.2.2"
+15
View File
@@ -1,6 +1,21 @@
{
"name": "@hcengineering/communication-cockroach",
"entries": [
{
"version": "0.7.11",
"tag": "@hcengineering/communication-cockroach_v0.7.11",
"date": "Mon, 27 Oct 2025 16:28:25 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/communication-types\" from `^0.7.11` to `0.7.12`"
},
{
"comment": "Updating dependency \"@hcengineering/communication-sdk-types\" from `^0.7.11` to `0.7.12`"
}
]
}
},
{
"version": "0.7.9",
"tag": "@hcengineering/communication-cockroach_v0.7.9",
+6 -1
View File
@@ -1,6 +1,11 @@
# Change Log - @hcengineering/communication-cockroach
This log was last generated on Sat, 25 Oct 2025 22:20:35 GMT and should not be manually modified.
This log was last generated on Mon, 27 Oct 2025 16:28:25 GMT and should not be manually modified.
## 0.7.11
Mon, 27 Oct 2025 16:28:25 GMT
_Version update only_
## 0.7.9
Sat, 25 Oct 2025 22:20:35 GMT
+2 -2
View File
@@ -38,8 +38,8 @@
"@types/uuid": "^8.3.1"
},
"dependencies": {
"@hcengineering/communication-types": "workspace:^0.7.11",
"@hcengineering/communication-sdk-types": "workspace:^0.7.11",
"@hcengineering/communication-types": "workspace:^0.7.12",
"@hcengineering/communication-sdk-types": "workspace:^0.7.12",
"@hcengineering/communication-shared": "workspace:^0.7.11",
"postgres": "^3.4.7",
"uuid": "^8.3.2"
+15
View File
@@ -1,6 +1,21 @@
{
"name": "@hcengineering/communication-query",
"entries": [
{
"version": "0.7.11",
"tag": "@hcengineering/communication-query_v0.7.11",
"date": "Mon, 27 Oct 2025 16:28:25 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/communication-sdk-types\" from `^0.7.11` to `0.7.12`"
},
{
"comment": "Updating dependency \"@hcengineering/communication-types\" from `^0.7.11` to `0.7.12`"
}
]
}
},
{
"version": "0.7.8",
"tag": "@hcengineering/communication-query_v0.7.8",
+6 -1
View File
@@ -1,6 +1,11 @@
# Change Log - @hcengineering/communication-query
This log was last generated on Sat, 25 Oct 2025 22:20:35 GMT and should not be manually modified.
This log was last generated on Mon, 27 Oct 2025 16:28:25 GMT and should not be manually modified.
## 0.7.11
Mon, 27 Oct 2025 16:28:25 GMT
_Version update only_
## 0.7.8
Sat, 25 Oct 2025 22:20:35 GMT
+2 -2
View File
@@ -37,9 +37,9 @@
"@types/uuid": "^8.3.1"
},
"dependencies": {
"@hcengineering/communication-sdk-types": "workspace:^0.7.11",
"@hcengineering/communication-sdk-types": "workspace:^0.7.12",
"@hcengineering/communication-shared": "workspace:^0.7.11",
"@hcengineering/communication-types": "workspace:^0.7.11",
"@hcengineering/communication-types": "workspace:^0.7.12",
"@hcengineering/hulylake-client": "^0.7.17",
"fast-equals": "^5.2.2",
"uuid": "^8.3.2"
+20
View File
@@ -1,6 +1,26 @@
{
"name": "@hcengineering/communication-rest-client",
"entries": [
{
"version": "0.7.12",
"tag": "@hcengineering/communication-rest-client_v0.7.12",
"date": "Mon, 27 Oct 2025 16:28:25 GMT",
"comments": {
"patch": [
{
"comment": "update deps"
}
],
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/communication-types\" from `^0.7.11` to `0.7.12`"
},
{
"comment": "Updating dependency \"@hcengineering/communication-sdk-types\" from `^0.7.11` to `0.7.12`"
}
]
}
},
{
"version": "0.7.9",
"tag": "@hcengineering/communication-rest-client_v0.7.9",
+8 -1
View File
@@ -1,6 +1,13 @@
# Change Log - @hcengineering/communication-rest-client
This log was last generated on Sat, 25 Oct 2025 22:20:35 GMT and should not be manually modified.
This log was last generated on Mon, 27 Oct 2025 16:28:25 GMT and should not be manually modified.
## 0.7.12
Mon, 27 Oct 2025 16:28:25 GMT
### Patches
- update deps
## 0.7.9
Sat, 25 Oct 2025 22:20:35 GMT
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/communication-rest-client",
"version": "0.7.11",
"version": "0.7.12",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -37,8 +37,8 @@
"@types/snappyjs": "^0.7.1"
},
"dependencies": {
"@hcengineering/communication-types": "workspace:^0.7.11",
"@hcengineering/communication-sdk-types": "workspace:^0.7.11",
"@hcengineering/communication-types": "workspace:^0.7.12",
"@hcengineering/communication-sdk-types": "workspace:^0.7.12",
"@hcengineering/communication-shared": "workspace:^0.7.11",
"@hcengineering/core": "^0.7.18",
"snappyjs": "^0.7.0"
+17
View File
@@ -1,6 +1,23 @@
{
"name": "@hcengineering/communication-sdk-types",
"entries": [
{
"version": "0.7.12",
"tag": "@hcengineering/communication-sdk-types_v0.7.12",
"date": "Mon, 27 Oct 2025 16:28:25 GMT",
"comments": {
"patch": [
{
"comment": "update deps"
}
],
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/communication-types\" from `^0.7.11` to `0.7.12`"
}
]
}
},
{
"version": "0.7.9",
"tag": "@hcengineering/communication-sdk-types_v0.7.9",
+8 -1
View File
@@ -1,6 +1,13 @@
# Change Log - @hcengineering/communication-sdk-types
This log was last generated on Sat, 25 Oct 2025 22:20:35 GMT and should not be manually modified.
This log was last generated on Mon, 27 Oct 2025 16:28:25 GMT and should not be manually modified.
## 0.7.12
Mon, 27 Oct 2025 16:28:25 GMT
### Patches
- update deps
## 0.7.9
Sat, 25 Oct 2025 22:20:35 GMT
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/communication-sdk-types",
"version": "0.7.11",
"version": "0.7.12",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -37,7 +37,7 @@
},
"dependencies": {
"@hcengineering/core": "^0.7.18",
"@hcengineering/communication-types": "workspace:^0.7.11"
"@hcengineering/communication-types": "workspace:^0.7.12"
},
"repository": {
"type": "git",
+20
View File
@@ -1,6 +1,26 @@
{
"name": "@hcengineering/communication-server",
"entries": [
{
"version": "0.7.12",
"tag": "@hcengineering/communication-server_v0.7.12",
"date": "Mon, 27 Oct 2025 16:28:25 GMT",
"comments": {
"patch": [
{
"comment": "update deps"
}
],
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/communication-sdk-types\" from `^0.7.11` to `0.7.12`"
},
{
"comment": "Updating dependency \"@hcengineering/communication-types\" from `^0.7.11` to `0.7.12`"
}
]
}
},
{
"version": "0.7.9",
"tag": "@hcengineering/communication-server_v0.7.9",
+8 -1
View File
@@ -1,6 +1,13 @@
# Change Log - @hcengineering/communication-server
This log was last generated on Sat, 25 Oct 2025 22:20:35 GMT and should not be manually modified.
This log was last generated on Mon, 27 Oct 2025 16:28:25 GMT and should not be manually modified.
## 0.7.12
Mon, 27 Oct 2025 16:28:25 GMT
### Patches
- update deps
## 0.7.9
Sat, 25 Oct 2025 22:20:35 GMT
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/communication-server",
"version": "0.7.11",
"version": "0.7.12",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
@@ -43,9 +43,9 @@
"dependencies": {
"@hcengineering/account-client": "^0.7.17",
"@hcengineering/communication-cockroach": "workspace:^0.7.11",
"@hcengineering/communication-sdk-types": "workspace:^0.7.11",
"@hcengineering/communication-sdk-types": "workspace:^0.7.12",
"@hcengineering/communication-shared": "workspace:^0.7.11",
"@hcengineering/communication-types": "workspace:^0.7.11",
"@hcengineering/communication-types": "workspace:^0.7.12",
"@hcengineering/core": "^0.7.18",
"@hcengineering/server-token": "^0.7.17",
"@hcengineering/text-core": "^0.7.17",
+15
View File
@@ -1,6 +1,21 @@
{
"name": "@hcengineering/communication-shared",
"entries": [
{
"version": "0.7.11",
"tag": "@hcengineering/communication-shared_v0.7.11",
"date": "Mon, 27 Oct 2025 16:28:25 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@hcengineering/communication-types\" from `^0.7.11` to `0.7.12`"
},
{
"comment": "Updating dependency \"@hcengineering/communication-sdk-types\" from `^0.7.11` to `0.7.12`"
}
]
}
},
{
"version": "0.7.8",
"tag": "@hcengineering/communication-shared_v0.7.8",
+6 -1
View File
@@ -1,6 +1,11 @@
# Change Log - @hcengineering/communication-shared
This log was last generated on Sat, 25 Oct 2025 22:20:35 GMT and should not be manually modified.
This log was last generated on Mon, 27 Oct 2025 16:28:25 GMT and should not be manually modified.
## 0.7.11
Mon, 27 Oct 2025 16:28:25 GMT
_Version update only_
## 0.7.8
Sat, 25 Oct 2025 22:20:35 GMT
+2 -2
View File
@@ -36,8 +36,8 @@
"typescript": "^5.9.3"
},
"dependencies": {
"@hcengineering/communication-types": "workspace:^0.7.11",
"@hcengineering/communication-sdk-types": "workspace:^0.7.11",
"@hcengineering/communication-types": "workspace:^0.7.12",
"@hcengineering/communication-sdk-types": "workspace:^0.7.12",
"@hcengineering/hulylake-client": "^0.7.17"
},
"repository": {
+12
View File
@@ -1,6 +1,18 @@
{
"name": "@hcengineering/communication-types",
"entries": [
{
"version": "0.7.12",
"tag": "@hcengineering/communication-types_v0.7.12",
"date": "Mon, 27 Oct 2025 16:28:25 GMT",
"comments": {
"patch": [
{
"comment": "update deps"
}
]
}
},
{
"version": "0.7.9",
"tag": "@hcengineering/communication-types_v0.7.9",
+8 -1
View File
@@ -1,6 +1,13 @@
# Change Log - @hcengineering/communication-types
This log was last generated on Sat, 25 Oct 2025 22:20:35 GMT and should not be manually modified.
This log was last generated on Mon, 27 Oct 2025 16:28:25 GMT and should not be manually modified.
## 0.7.12
Mon, 27 Oct 2025 16:28:25 GMT
### Patches
- update deps
## 0.7.9
Sat, 25 Oct 2025 22:20:35 GMT
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/communication-types",
"version": "0.7.11",
"version": "0.7.12",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",