mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
Bump core
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "@hcengineering/communication-client-query",
|
||||
"comment": "update hulylake client",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"packageName": "@hcengineering/communication-client-query"
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "@hcengineering/communication-query",
|
||||
"comment": "update hulylake client",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"packageName": "@hcengineering/communication-query"
|
||||
}
|
||||
-10
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "@hcengineering/communication-server",
|
||||
"comment": "fix language store",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"packageName": "@hcengineering/communication-server"
|
||||
}
|
||||
-10
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "@hcengineering/communication-server",
|
||||
"comment": "Do not update message.modified date if content is not changed ",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"packageName": "@hcengineering/communication-server"
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "@hcengineering/communication-server",
|
||||
"comment": "update hulylake client",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"packageName": "@hcengineering/communication-server"
|
||||
}
|
||||
-10
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "@hcengineering/communication-shared",
|
||||
"comment": "Fix update patch event apply",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"packageName": "@hcengineering/communication-shared"
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "@hcengineering/communication-shared",
|
||||
"comment": "update hulylake client",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"packageName": "@hcengineering/communication-shared"
|
||||
}
|
||||
Generated
+440
-147
File diff suppressed because it is too large
Load Diff
@@ -6,7 +6,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.24.2",
|
||||
"@hcengineering/platform-rig": "^0.7.15",
|
||||
"@hcengineering/platform-rig": "^0.7.19",
|
||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "@hcengineering/communication-client-query",
|
||||
"entries": [
|
||||
{
|
||||
"version": "0.7.4",
|
||||
"tag": "@hcengineering/communication-client-query_v0.7.4",
|
||||
"date": "Tue, 14 Oct 2025 10:12:38 GMT",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "update hulylake client"
|
||||
},
|
||||
{
|
||||
"comment": "update deps"
|
||||
}
|
||||
],
|
||||
"dependency": [
|
||||
{
|
||||
"comment": "Updating dependency \"@hcengineering/communication-types\" from `^0.7.3` to `0.7.4`"
|
||||
},
|
||||
{
|
||||
"comment": "Updating dependency \"@hcengineering/communication-sdk-types\" from `^0.7.3` to `0.7.4`"
|
||||
},
|
||||
{
|
||||
"comment": "Updating dependency \"@hcengineering/communication-query\" from `^0.7.3` to `0.7.4`"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
# Change Log - @hcengineering/communication-client-query
|
||||
|
||||
This log was last generated on Tue, 14 Oct 2025 10:12:38 GMT and should not be manually modified.
|
||||
|
||||
## 0.7.4
|
||||
Tue, 14 Oct 2025 10:12:38 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- update hulylake client
|
||||
- update deps
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hcengineering/communication-client-query",
|
||||
"version": "0.7.3",
|
||||
"version": "0.7.4",
|
||||
"main": "lib/index.js",
|
||||
"svelte": "src/index.ts",
|
||||
"types": "types/index.d.ts",
|
||||
@@ -20,7 +20,7 @@
|
||||
"clean": "rm -rf lib && rm -rf types rm -rf node_modules"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@hcengineering/platform-rig": "^0.7.15",
|
||||
"@hcengineering/platform-rig": "^0.7.19",
|
||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||
"@typescript-eslint/parser": "^6.21.0",
|
||||
"esbuild": "^0.25.9",
|
||||
@@ -35,10 +35,10 @@
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hcengineering/communication-types": "workspace:^0.7.3",
|
||||
"@hcengineering/communication-sdk-types": "workspace:^0.7.3",
|
||||
"@hcengineering/communication-query": "workspace:^0.7.3",
|
||||
"@hcengineering/hulylake-client": "^0.7.4",
|
||||
"@hcengineering/communication-types": "workspace:^0.7.4",
|
||||
"@hcengineering/communication-sdk-types": "workspace:^0.7.4",
|
||||
"@hcengineering/communication-query": "workspace:^0.7.4",
|
||||
"@hcengineering/hulylake-client": "^0.7.6",
|
||||
"fast-equals": "^5.2.2"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "@hcengineering/communication-cockroach",
|
||||
"entries": [
|
||||
{
|
||||
"version": "0.7.4",
|
||||
"tag": "@hcengineering/communication-cockroach_v0.7.4",
|
||||
"date": "Tue, 14 Oct 2025 10:12:38 GMT",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "update deps"
|
||||
}
|
||||
],
|
||||
"dependency": [
|
||||
{
|
||||
"comment": "Updating dependency \"@hcengineering/communication-types\" from `^0.7.3` to `0.7.4`"
|
||||
},
|
||||
{
|
||||
"comment": "Updating dependency \"@hcengineering/communication-sdk-types\" from `^0.7.3` to `0.7.4`"
|
||||
},
|
||||
{
|
||||
"comment": "Updating dependency \"@hcengineering/communication-shared\" from `^0.7.3` to `0.7.4`"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
# Change Log - @hcengineering/communication-cockroach
|
||||
|
||||
This log was last generated on Tue, 14 Oct 2025 10:12:38 GMT and should not be manually modified.
|
||||
|
||||
## 0.7.4
|
||||
Tue, 14 Oct 2025 10:12:38 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- update deps
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hcengineering/communication-cockroach",
|
||||
"version": "0.7.3",
|
||||
"version": "0.7.4",
|
||||
"main": "lib/index.js",
|
||||
"svelte": "src/index.ts",
|
||||
"types": "types/index.d.ts",
|
||||
@@ -20,7 +20,7 @@
|
||||
"clean": "rm -rf lib && rm -rf types rm -rf node_modules"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@hcengineering/platform-rig": "^0.7.15",
|
||||
"@hcengineering/platform-rig": "^0.7.19",
|
||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||
"@typescript-eslint/parser": "^6.21.0",
|
||||
"esbuild": "^0.25.9",
|
||||
@@ -36,9 +36,9 @@
|
||||
"@types/uuid": "^8.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hcengineering/communication-types": "workspace:^0.7.3",
|
||||
"@hcengineering/communication-sdk-types": "workspace:^0.7.3",
|
||||
"@hcengineering/communication-shared": "workspace:^0.7.3",
|
||||
"@hcengineering/communication-types": "workspace:^0.7.4",
|
||||
"@hcengineering/communication-sdk-types": "workspace:^0.7.4",
|
||||
"@hcengineering/communication-shared": "workspace:^0.7.4",
|
||||
"postgres": "^3.4.7",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "@hcengineering/communication-query",
|
||||
"entries": [
|
||||
{
|
||||
"version": "0.7.4",
|
||||
"tag": "@hcengineering/communication-query_v0.7.4",
|
||||
"date": "Tue, 14 Oct 2025 10:12:38 GMT",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "update hulylake client"
|
||||
},
|
||||
{
|
||||
"comment": "update deps"
|
||||
}
|
||||
],
|
||||
"dependency": [
|
||||
{
|
||||
"comment": "Updating dependency \"@hcengineering/communication-sdk-types\" from `^0.7.3` to `0.7.4`"
|
||||
},
|
||||
{
|
||||
"comment": "Updating dependency \"@hcengineering/communication-shared\" from `^0.7.3` to `0.7.4`"
|
||||
},
|
||||
{
|
||||
"comment": "Updating dependency \"@hcengineering/communication-types\" from `^0.7.3` to `0.7.4`"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
# Change Log - @hcengineering/communication-query
|
||||
|
||||
This log was last generated on Tue, 14 Oct 2025 10:12:38 GMT and should not be manually modified.
|
||||
|
||||
## 0.7.4
|
||||
Tue, 14 Oct 2025 10:12:38 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- update hulylake client
|
||||
- update deps
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hcengineering/communication-query",
|
||||
"version": "0.7.3",
|
||||
"version": "0.7.4",
|
||||
"main": "lib/index.js",
|
||||
"svelte": "src/index.ts",
|
||||
"types": "types/index.d.ts",
|
||||
@@ -20,7 +20,7 @@
|
||||
"clean": "rm -rf lib && rm -rf types rm -rf node_modules"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@hcengineering/platform-rig": "^0.7.15",
|
||||
"@hcengineering/platform-rig": "^0.7.19",
|
||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||
"@typescript-eslint/parser": "^6.21.0",
|
||||
"esbuild": "^0.25.9",
|
||||
@@ -36,10 +36,10 @@
|
||||
"@types/uuid": "^8.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hcengineering/communication-sdk-types": "workspace:^0.7.3",
|
||||
"@hcengineering/communication-shared": "workspace:^0.7.3",
|
||||
"@hcengineering/communication-types": "workspace:^0.7.3",
|
||||
"@hcengineering/hulylake-client": "^0.7.4",
|
||||
"@hcengineering/communication-sdk-types": "workspace:^0.7.4",
|
||||
"@hcengineering/communication-shared": "workspace:^0.7.4",
|
||||
"@hcengineering/communication-types": "workspace:^0.7.4",
|
||||
"@hcengineering/hulylake-client": "^0.7.6",
|
||||
"fast-equals": "^5.2.2",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "@hcengineering/communication-rest-client",
|
||||
"entries": [
|
||||
{
|
||||
"version": "0.7.4",
|
||||
"tag": "@hcengineering/communication-rest-client_v0.7.4",
|
||||
"date": "Tue, 14 Oct 2025 10:12:38 GMT",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "update deps"
|
||||
}
|
||||
],
|
||||
"dependency": [
|
||||
{
|
||||
"comment": "Updating dependency \"@hcengineering/communication-types\" from `^0.7.3` to `0.7.4`"
|
||||
},
|
||||
{
|
||||
"comment": "Updating dependency \"@hcengineering/communication-sdk-types\" from `^0.7.3` to `0.7.4`"
|
||||
},
|
||||
{
|
||||
"comment": "Updating dependency \"@hcengineering/communication-shared\" from `^0.7.3` to `0.7.4`"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
# Change Log - @hcengineering/communication-rest-client
|
||||
|
||||
This log was last generated on Tue, 14 Oct 2025 10:12:38 GMT and should not be manually modified.
|
||||
|
||||
## 0.7.4
|
||||
Tue, 14 Oct 2025 10:12:38 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- update deps
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hcengineering/communication-rest-client",
|
||||
"version": "0.7.3",
|
||||
"version": "0.7.4",
|
||||
"main": "lib/index.js",
|
||||
"svelte": "src/index.ts",
|
||||
"types": "types/index.d.ts",
|
||||
@@ -20,7 +20,7 @@
|
||||
"clean": "rm -rf lib && rm -rf types rm -rf node_modules"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@hcengineering/platform-rig": "^0.7.15",
|
||||
"@hcengineering/platform-rig": "^0.7.19",
|
||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||
"@typescript-eslint/parser": "^6.21.0",
|
||||
"esbuild": "^0.25.9",
|
||||
@@ -36,10 +36,10 @@
|
||||
"@types/snappyjs": "^0.7.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hcengineering/communication-types": "workspace:^0.7.3",
|
||||
"@hcengineering/communication-sdk-types": "workspace:^0.7.3",
|
||||
"@hcengineering/communication-shared": "workspace:^0.7.3",
|
||||
"@hcengineering/core": "^0.7.1",
|
||||
"@hcengineering/communication-types": "workspace:^0.7.4",
|
||||
"@hcengineering/communication-sdk-types": "workspace:^0.7.4",
|
||||
"@hcengineering/communication-shared": "workspace:^0.7.4",
|
||||
"@hcengineering/core": "^0.7.7",
|
||||
"snappyjs": "^0.7.0"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "@hcengineering/communication-sdk-types",
|
||||
"entries": [
|
||||
{
|
||||
"version": "0.7.4",
|
||||
"tag": "@hcengineering/communication-sdk-types_v0.7.4",
|
||||
"date": "Tue, 14 Oct 2025 10:12:38 GMT",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "update deps"
|
||||
}
|
||||
],
|
||||
"dependency": [
|
||||
{
|
||||
"comment": "Updating dependency \"@hcengineering/communication-types\" from `^0.7.3` to `0.7.4`"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
# Change Log - @hcengineering/communication-sdk-types
|
||||
|
||||
This log was last generated on Tue, 14 Oct 2025 10:12:38 GMT and should not be manually modified.
|
||||
|
||||
## 0.7.4
|
||||
Tue, 14 Oct 2025 10:12:38 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- update deps
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hcengineering/communication-sdk-types",
|
||||
"version": "0.7.3",
|
||||
"version": "0.7.4",
|
||||
"main": "lib/index.js",
|
||||
"svelte": "src/index.ts",
|
||||
"types": "types/index.d.ts",
|
||||
@@ -20,7 +20,7 @@
|
||||
"clean": "rm -rf lib && rm -rf types rm -rf node_modules"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@hcengineering/platform-rig": "^0.7.15",
|
||||
"@hcengineering/platform-rig": "^0.7.19",
|
||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||
"@typescript-eslint/parser": "^6.21.0",
|
||||
"esbuild": "^0.25.9",
|
||||
@@ -35,8 +35,8 @@
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hcengineering/core": "^0.7.1",
|
||||
"@hcengineering/communication-types": "workspace:^0.7.3"
|
||||
"@hcengineering/core": "^0.7.7",
|
||||
"@hcengineering/communication-types": "workspace:^0.7.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "@hcengineering/communication-server",
|
||||
"entries": [
|
||||
{
|
||||
"version": "0.7.4",
|
||||
"tag": "@hcengineering/communication-server_v0.7.4",
|
||||
"date": "Tue, 14 Oct 2025 10:12:38 GMT",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "fix language store"
|
||||
},
|
||||
{
|
||||
"comment": "Do not update message.modified date if content is not changed "
|
||||
},
|
||||
{
|
||||
"comment": "update hulylake client"
|
||||
},
|
||||
{
|
||||
"comment": "update deps"
|
||||
}
|
||||
],
|
||||
"dependency": [
|
||||
{
|
||||
"comment": "Updating dependency \"@hcengineering/communication-cockroach\" from `^0.7.3` to `0.7.4`"
|
||||
},
|
||||
{
|
||||
"comment": "Updating dependency \"@hcengineering/communication-sdk-types\" from `^0.7.3` to `0.7.4`"
|
||||
},
|
||||
{
|
||||
"comment": "Updating dependency \"@hcengineering/communication-shared\" from `^0.7.3` to `0.7.4`"
|
||||
},
|
||||
{
|
||||
"comment": "Updating dependency \"@hcengineering/communication-types\" from `^0.7.3` to `0.7.4`"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
# Change Log - @hcengineering/communication-server
|
||||
|
||||
This log was last generated on Tue, 14 Oct 2025 10:12:38 GMT and should not be manually modified.
|
||||
|
||||
## 0.7.4
|
||||
Tue, 14 Oct 2025 10:12:38 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- fix language store
|
||||
- Do not update message.modified date if content is not changed
|
||||
- update hulylake client
|
||||
- update deps
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hcengineering/communication-server",
|
||||
"version": "0.7.3",
|
||||
"version": "0.7.4",
|
||||
"main": "lib/index.js",
|
||||
"svelte": "src/index.ts",
|
||||
"types": "types/index.d.ts",
|
||||
@@ -20,7 +20,7 @@
|
||||
"clean": "rm -rf lib && rm -rf types rm -rf node_modules"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@hcengineering/platform-rig": "^0.7.15",
|
||||
"@hcengineering/platform-rig": "^0.7.19",
|
||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||
"@typescript-eslint/parser": "^6.21.0",
|
||||
"esbuild": "^0.25.9",
|
||||
@@ -36,16 +36,16 @@
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hcengineering/account-client": "^0.7.1",
|
||||
"@hcengineering/communication-cockroach": "workspace:^0.7.3",
|
||||
"@hcengineering/communication-sdk-types": "workspace:^0.7.3",
|
||||
"@hcengineering/communication-shared": "workspace:^0.7.3",
|
||||
"@hcengineering/communication-types": "workspace:^0.7.3",
|
||||
"@hcengineering/core": "^0.7.1",
|
||||
"@hcengineering/server-token": "^0.7.1",
|
||||
"@hcengineering/text-core": "^0.7.1",
|
||||
"@hcengineering/text-markdown": "^0.7.1",
|
||||
"@hcengineering/hulylake-client": "^0.7.4",
|
||||
"@hcengineering/account-client": "^0.7.5",
|
||||
"@hcengineering/communication-cockroach": "workspace:^0.7.4",
|
||||
"@hcengineering/communication-sdk-types": "workspace:^0.7.4",
|
||||
"@hcengineering/communication-shared": "workspace:^0.7.4",
|
||||
"@hcengineering/communication-types": "workspace:^0.7.4",
|
||||
"@hcengineering/core": "^0.7.7",
|
||||
"@hcengineering/server-token": "^0.7.5",
|
||||
"@hcengineering/text-core": "^0.7.5",
|
||||
"@hcengineering/text-markdown": "^0.7.5",
|
||||
"@hcengineering/hulylake-client": "^0.7.6",
|
||||
"franc-min": "^6.2.0",
|
||||
"uuid": "^8.3.2",
|
||||
"zod": "^3.22.4"
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "@hcengineering/communication-shared",
|
||||
"entries": [
|
||||
{
|
||||
"version": "0.7.4",
|
||||
"tag": "@hcengineering/communication-shared_v0.7.4",
|
||||
"date": "Tue, 14 Oct 2025 10:12:38 GMT",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "Fix update patch event apply"
|
||||
},
|
||||
{
|
||||
"comment": "update hulylake client"
|
||||
},
|
||||
{
|
||||
"comment": "update deps"
|
||||
}
|
||||
],
|
||||
"dependency": [
|
||||
{
|
||||
"comment": "Updating dependency \"@hcengineering/communication-types\" from `^0.7.3` to `0.7.4`"
|
||||
},
|
||||
{
|
||||
"comment": "Updating dependency \"@hcengineering/communication-sdk-types\" from `^0.7.3` to `0.7.4`"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
# Change Log - @hcengineering/communication-shared
|
||||
|
||||
This log was last generated on Tue, 14 Oct 2025 10:12:38 GMT and should not be manually modified.
|
||||
|
||||
## 0.7.4
|
||||
Tue, 14 Oct 2025 10:12:38 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Fix update patch event apply
|
||||
- update hulylake client
|
||||
- update deps
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hcengineering/communication-shared",
|
||||
"version": "0.7.3",
|
||||
"version": "0.7.4",
|
||||
"main": "lib/index.js",
|
||||
"svelte": "src/index.ts",
|
||||
"types": "types/index.d.ts",
|
||||
@@ -20,7 +20,7 @@
|
||||
"clean": "rm -rf lib && rm -rf types rm -rf node_modules"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@hcengineering/platform-rig": "^0.7.15",
|
||||
"@hcengineering/platform-rig": "^0.7.19",
|
||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||
"@typescript-eslint/parser": "^6.21.0",
|
||||
"esbuild": "^0.25.9",
|
||||
@@ -35,9 +35,9 @@
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hcengineering/communication-types": "workspace:^0.7.3",
|
||||
"@hcengineering/communication-sdk-types": "workspace:^0.7.3",
|
||||
"@hcengineering/hulylake-client": "^0.7.4"
|
||||
"@hcengineering/communication-types": "workspace:^0.7.4",
|
||||
"@hcengineering/communication-sdk-types": "workspace:^0.7.4",
|
||||
"@hcengineering/hulylake-client": "^0.7.6"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "@hcengineering/communication-types",
|
||||
"entries": [
|
||||
{
|
||||
"version": "0.7.4",
|
||||
"tag": "@hcengineering/communication-types_v0.7.4",
|
||||
"date": "Tue, 14 Oct 2025 10:12:38 GMT",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "update deps"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
# Change Log - @hcengineering/communication-types
|
||||
|
||||
This log was last generated on Tue, 14 Oct 2025 10:12:38 GMT and should not be manually modified.
|
||||
|
||||
## 0.7.4
|
||||
Tue, 14 Oct 2025 10:12:38 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- update deps
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hcengineering/communication-types",
|
||||
"version": "0.7.3",
|
||||
"version": "0.7.4",
|
||||
"main": "lib/index.js",
|
||||
"svelte": "src/index.ts",
|
||||
"types": "types/index.d.ts",
|
||||
@@ -20,7 +20,7 @@
|
||||
"clean": "rm -rf lib && rm -rf types rm -rf node_modules"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@hcengineering/platform-rig": "^0.7.9",
|
||||
"@hcengineering/platform-rig": "^0.7.19",
|
||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||
"@typescript-eslint/parser": "^6.21.0",
|
||||
"esbuild": "^0.25.9",
|
||||
@@ -35,7 +35,7 @@
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hcengineering/core": "^0.7.1"
|
||||
"@hcengineering/core": "^0.7.7"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user