Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-08-04 22:49:13 +02:00
parent 4ce796d800
commit ee2349e47f
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0
14 changed files with 81 additions and 41 deletions

View File

@ -1,10 +0,0 @@
{
"changes": [
{
"packageName": "@anticrm/dev-server",
"comment": "Logging",
"type": "patch"
}
],
"packageName": "@anticrm/dev-server"
}

View File

@ -1,10 +0,0 @@
{
"changes": [
{
"packageName": "@anticrm/platform",
"comment": "npmignore",
"type": "patch"
}
],
"packageName": "@anticrm/platform"
}

View File

@ -1,10 +0,0 @@
{
"changes": [
{
"packageName": "@anticrm/server-ws",
"comment": "logging",
"type": "patch"
}
],
"packageName": "@anticrm/server-ws"
}

View File

@ -1,6 +1,26 @@
{
"name": "@anticrm/dev-server",
"entries": [
{
"version": "0.6.3",
"tag": "@anticrm/dev-server_v0.6.3",
"date": "Wed, 04 Aug 2021 20:48:46 GMT",
"comments": {
"patch": [
{
"comment": "Logging"
}
],
"dependency": [
{
"comment": "Updating dependency \"@anticrm/server-ws\" from `~0.6.1` to `~0.6.2`"
},
{
"comment": "Updating dependency \"@anticrm/platform\" from `~0.6.1` to `~0.6.2`"
}
]
}
},
{
"version": "0.6.2",
"tag": "@anticrm/dev-server_v0.6.2",

View File

@ -1,6 +1,13 @@
# Change Log - @anticrm/dev-server
This log was last generated on Wed, 04 Aug 2021 20:26:15 GMT and should not be manually modified.
This log was last generated on Wed, 04 Aug 2021 20:48:46 GMT and should not be manually modified.
## 0.6.3
Wed, 04 Aug 2021 20:48:46 GMT
### Patches
- Logging
## 0.6.2
Wed, 04 Aug 2021 20:26:15 GMT

View File

@ -1,6 +1,6 @@
{
"name": "@anticrm/dev-server",
"version": "0.6.2",
"version": "0.6.3",
"main": "lib/index.js",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",
@ -20,8 +20,8 @@
},
"dependencies": {
"@anticrm/dev-storage": "~0.6.1",
"@anticrm/server-ws": "~0.6.1",
"@anticrm/server-ws": "~0.6.2",
"@anticrm/core": "~0.6.5",
"@anticrm/platform": "~0.6.1"
"@anticrm/platform": "~0.6.2"
}
}

View File

@ -23,6 +23,6 @@
},
"dependencies": {
"@anticrm/core": "~0.6.5",
"@anticrm/platform": "~0.6.1"
"@anticrm/platform": "~0.6.2"
}
}

View File

@ -22,7 +22,7 @@
"eslint":"^7.32.0"
},
"dependencies": {
"@anticrm/platform": "~0.6.1",
"@anticrm/platform": "~0.6.2",
"simplytyped": "^3.3.0"
}
}

View File

@ -1,6 +1,18 @@
{
"name": "@anticrm/platform",
"entries": [
{
"version": "0.6.2",
"tag": "@anticrm/platform_v0.6.2",
"date": "Wed, 04 Aug 2021 20:48:46 GMT",
"comments": {
"patch": [
{
"comment": "npmignore"
}
]
}
},
{
"version": "0.6.1",
"tag": "@anticrm/platform_v0.6.1",

View File

@ -1,6 +1,13 @@
# Change Log - @anticrm/platform
This log was last generated on Wed, 04 Aug 2021 17:38:30 GMT and should not be manually modified.
This log was last generated on Wed, 04 Aug 2021 20:48:46 GMT and should not be manually modified.
## 0.6.2
Wed, 04 Aug 2021 20:48:46 GMT
### Patches
- npmignore
## 0.6.1
Wed, 04 Aug 2021 17:38:30 GMT

View File

@ -1,6 +1,6 @@
{
"name": "@anticrm/platform",
"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,23 @@
{
"name": "@anticrm/server-ws",
"entries": [
{
"version": "0.6.2",
"tag": "@anticrm/server-ws_v0.6.2",
"date": "Wed, 04 Aug 2021 20:48:46 GMT",
"comments": {
"patch": [
{
"comment": "logging"
}
],
"dependency": [
{
"comment": "Updating dependency \"@anticrm/platform\" from `~0.6.1` to `~0.6.2`"
}
]
}
},
{
"version": "0.6.1",
"tag": "@anticrm/server-ws_v0.6.1",

View File

@ -1,6 +1,13 @@
# Change Log - @anticrm/server-ws
This log was last generated on Wed, 04 Aug 2021 17:38:30 GMT and should not be manually modified.
This log was last generated on Wed, 04 Aug 2021 20:48:46 GMT and should not be manually modified.
## 0.6.2
Wed, 04 Aug 2021 20:48:46 GMT
### Patches
- logging
## 0.6.1
Wed, 04 Aug 2021 17:38:30 GMT

View File

@ -1,6 +1,6 @@
{
"name": "@anticrm/server-ws",
"version": "0.6.1",
"version": "0.6.2",
"main": "lib/index.js",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",
@ -22,6 +22,6 @@
"dependencies": {
"jwt-simple": "^0.5.6",
"ws": "^8.0.0",
"@anticrm/platform": "~0.6.1"
"@anticrm/platform": "~0.6.2"
}
}