Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-08-11 12:08:41 +02:00
parent 730be4e895
commit e7ff88b04d
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0
8 changed files with 44 additions and 6 deletions

View File

@ -64,6 +64,6 @@
"@anticrm/recruit-resources": "~0.6.0",
"@anticrm/server-chunter": "~0.6.1",
"@anticrm/dev-server-chunter-resources": "~0.6.0",
"@anticrm/client-resources": "~0.6.1"
"@anticrm/client-resources": "~0.6.2"
}
}

View File

@ -21,7 +21,7 @@
},
"dependencies": {
"@anticrm/dev-storage": "~0.6.6",
"@anticrm/server-ws": "~0.6.8",
"@anticrm/server-ws": "~0.6.9",
"@anticrm/core": "~0.6.10",
"@anticrm/platform": "~0.6.5",
"jwt-simple": "~0.5.6",

View File

@ -1,6 +1,18 @@
{
"name": "@anticrm/client-resources",
"entries": [
{
"version": "0.6.2",
"tag": "@anticrm/client-resources_v0.6.2",
"date": "Wed, 11 Aug 2021 10:08:19 GMT",
"comments": {
"patch": [
{
"comment": "server ping"
}
]
}
},
{
"version": "0.6.1",
"tag": "@anticrm/client-resources_v0.6.1",

View File

@ -1,6 +1,13 @@
# Change Log - @anticrm/client-resources
This log was last generated on Sun, 08 Aug 2021 21:05:26 GMT and should not be manually modified.
This log was last generated on Wed, 11 Aug 2021 10:08:19 GMT and should not be manually modified.
## 0.6.2
Wed, 11 Aug 2021 10:08:19 GMT
### Patches
- server ping
## 0.6.1
Sun, 08 Aug 2021 21:05:26 GMT

View File

@ -1,6 +1,6 @@
{
"name": "@anticrm/client-resources",
"version": "0.6.1",
"version": "0.6.2",
"main": "lib/index.js",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",

View File

@ -1,6 +1,18 @@
{
"name": "@anticrm/server-ws",
"entries": [
{
"version": "0.6.9",
"tag": "@anticrm/server-ws_v0.6.9",
"date": "Wed, 11 Aug 2021 10:08:19 GMT",
"comments": {
"patch": [
{
"comment": "server ping"
}
]
}
},
{
"version": "0.6.8",
"tag": "@anticrm/server-ws_v0.6.8",

View File

@ -1,6 +1,13 @@
# Change Log - @anticrm/server-ws
This log was last generated on Wed, 11 Aug 2021 09:37:04 GMT and should not be manually modified.
This log was last generated on Wed, 11 Aug 2021 10:08:19 GMT and should not be manually modified.
## 0.6.9
Wed, 11 Aug 2021 10:08:19 GMT
### Patches
- server ping
## 0.6.8
Wed, 11 Aug 2021 09:37:04 GMT

View File

@ -1,6 +1,6 @@
{
"name": "@anticrm/server-ws",
"version": "0.6.8",
"version": "0.6.9",
"main": "lib/index.js",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",