mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 19:11:33 +03:00
publish
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
800926d13b
commit
78e69338e7
@ -1,6 +1,26 @@
|
|||||||
{
|
{
|
||||||
"name": "@anticrm/dev-client-resources",
|
"name": "@anticrm/dev-client-resources",
|
||||||
"entries": [
|
"entries": [
|
||||||
|
{
|
||||||
|
"version": "0.6.1",
|
||||||
|
"tag": "@anticrm/dev-client-resources_v0.6.1",
|
||||||
|
"date": "Wed, 11 Aug 2021 09:37:04 GMT",
|
||||||
|
"comments": {
|
||||||
|
"patch": [
|
||||||
|
{
|
||||||
|
"comment": "Server support for workspaces"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dependency": [
|
||||||
|
{
|
||||||
|
"comment": "Updating dependency \"@anticrm/core\" from `~0.6.8` to `~0.6.10`"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"comment": "Updating dependency \"@anticrm/dev-storage\" from `~0.6.3` to `~0.6.6`"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "0.6.0",
|
"version": "0.6.0",
|
||||||
"tag": "@anticrm/dev-client-resources_v0.6.0",
|
"tag": "@anticrm/dev-client-resources_v0.6.0",
|
||||||
|
@ -1,6 +1,13 @@
|
|||||||
# Change Log - @anticrm/dev-client-resources
|
# Change Log - @anticrm/dev-client-resources
|
||||||
|
|
||||||
This log was last generated on Sun, 08 Aug 2021 10:14:57 GMT and should not be manually modified.
|
This log was last generated on Wed, 11 Aug 2021 09:37:04 GMT and should not be manually modified.
|
||||||
|
|
||||||
|
## 0.6.1
|
||||||
|
Wed, 11 Aug 2021 09:37:04 GMT
|
||||||
|
|
||||||
|
### Patches
|
||||||
|
|
||||||
|
- Server support for workspaces
|
||||||
|
|
||||||
## 0.6.0
|
## 0.6.0
|
||||||
Sun, 08 Aug 2021 10:14:57 GMT
|
Sun, 08 Aug 2021 10:14:57 GMT
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@anticrm/dev-client-resources",
|
"name": "@anticrm/dev-client-resources",
|
||||||
"version": "0.6.0",
|
"version": "0.6.1",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"author": "Anticrm Platform Contributors",
|
"author": "Anticrm Platform Contributors",
|
||||||
"license": "EPL-2.0",
|
"license": "EPL-2.0",
|
||||||
@ -19,8 +19,8 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/platform":"~0.6.5",
|
"@anticrm/platform":"~0.6.5",
|
||||||
"@anticrm/core":"~0.6.8",
|
"@anticrm/core":"~0.6.10",
|
||||||
"@anticrm/client":"~0.6.1",
|
"@anticrm/client":"~0.6.1",
|
||||||
"@anticrm/dev-storage":"~0.6.3"
|
"@anticrm/dev-storage":"~0.6.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
"@anticrm/login-assets": "~0.6.0",
|
"@anticrm/login-assets": "~0.6.0",
|
||||||
"@anticrm/login-resources": "~0.6.2",
|
"@anticrm/login-resources": "~0.6.2",
|
||||||
"@anticrm/client": "~0.6.1",
|
"@anticrm/client": "~0.6.1",
|
||||||
"@anticrm/dev-client-resources": "~0.6.0",
|
"@anticrm/dev-client-resources": "~0.6.1",
|
||||||
"@anticrm/workbench": "~0.6.1",
|
"@anticrm/workbench": "~0.6.1",
|
||||||
"@anticrm/workbench-resources": "~0.6.1",
|
"@anticrm/workbench-resources": "~0.6.1",
|
||||||
"@anticrm/view": "~0.6.0",
|
"@anticrm/view": "~0.6.0",
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
"eslint":"^7.32.0"
|
"eslint":"^7.32.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/core": "~0.6.8",
|
"@anticrm/core": "~0.6.10",
|
||||||
"@anticrm/platform": "~0.6.5",
|
"@anticrm/platform": "~0.6.5",
|
||||||
"@anticrm/server-core": "~0.6.0",
|
"@anticrm/server-core": "~0.6.0",
|
||||||
"@anticrm/server-chunter": "~0.6.1",
|
"@anticrm/server-chunter": "~0.6.1",
|
||||||
|
@ -1,6 +1,29 @@
|
|||||||
{
|
{
|
||||||
"name": "@anticrm/dev-server",
|
"name": "@anticrm/dev-server",
|
||||||
"entries": [
|
"entries": [
|
||||||
|
{
|
||||||
|
"version": "0.6.8",
|
||||||
|
"tag": "@anticrm/dev-server_v0.6.8",
|
||||||
|
"date": "Wed, 11 Aug 2021 09:37:04 GMT",
|
||||||
|
"comments": {
|
||||||
|
"patch": [
|
||||||
|
{
|
||||||
|
"comment": "Server support for workspaces"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dependency": [
|
||||||
|
{
|
||||||
|
"comment": "Updating dependency \"@anticrm/dev-storage\" from `~0.6.3` to `~0.6.6`"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"comment": "Updating dependency \"@anticrm/server-ws\" from `~0.6.6` to `~0.6.8`"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"comment": "Updating dependency \"@anticrm/core\" from `~0.6.8` to `~0.6.10`"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "0.6.6",
|
"version": "0.6.6",
|
||||||
"tag": "@anticrm/dev-server_v0.6.6",
|
"tag": "@anticrm/dev-server_v0.6.6",
|
||||||
|
@ -1,6 +1,13 @@
|
|||||||
# Change Log - @anticrm/dev-server
|
# Change Log - @anticrm/dev-server
|
||||||
|
|
||||||
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 09:37:04 GMT and should not be manually modified.
|
||||||
|
|
||||||
|
## 0.6.8
|
||||||
|
Wed, 11 Aug 2021 09:37:04 GMT
|
||||||
|
|
||||||
|
### Patches
|
||||||
|
|
||||||
|
- Server support for workspaces
|
||||||
|
|
||||||
## 0.6.6
|
## 0.6.6
|
||||||
Sun, 08 Aug 2021 21:05:26 GMT
|
Sun, 08 Aug 2021 21:05:26 GMT
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@anticrm/dev-server",
|
"name": "@anticrm/dev-server",
|
||||||
"version": "0.6.7",
|
"version": "0.6.8",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"author": "Anticrm Platform Contributors",
|
"author": "Anticrm Platform Contributors",
|
||||||
"license": "EPL-2.0",
|
"license": "EPL-2.0",
|
||||||
@ -20,9 +20,9 @@
|
|||||||
"ts-node":"^10.1.0"
|
"ts-node":"^10.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/dev-storage": "~0.6.3",
|
"@anticrm/dev-storage": "~0.6.6",
|
||||||
"@anticrm/server-ws": "~0.6.6",
|
"@anticrm/server-ws": "~0.6.8",
|
||||||
"@anticrm/core": "~0.6.8",
|
"@anticrm/core": "~0.6.10",
|
||||||
"@anticrm/platform": "~0.6.5",
|
"@anticrm/platform": "~0.6.5",
|
||||||
"jwt-simple": "~0.5.6",
|
"jwt-simple": "~0.5.6",
|
||||||
"@anticrm/server-chunter": "~0.6.1",
|
"@anticrm/server-chunter": "~0.6.1",
|
||||||
|
@ -1,6 +1,23 @@
|
|||||||
{
|
{
|
||||||
"name": "@anticrm/dev-storage",
|
"name": "@anticrm/dev-storage",
|
||||||
"entries": [
|
"entries": [
|
||||||
|
{
|
||||||
|
"version": "0.6.6",
|
||||||
|
"tag": "@anticrm/dev-storage_v0.6.6",
|
||||||
|
"date": "Wed, 11 Aug 2021 09:37:04 GMT",
|
||||||
|
"comments": {
|
||||||
|
"patch": [
|
||||||
|
{
|
||||||
|
"comment": "Server support for workspaces"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dependency": [
|
||||||
|
{
|
||||||
|
"comment": "Updating dependency \"@anticrm/core\" from `~0.6.8` to `~0.6.10`"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "0.6.3",
|
"version": "0.6.3",
|
||||||
"tag": "@anticrm/dev-storage_v0.6.3",
|
"tag": "@anticrm/dev-storage_v0.6.3",
|
||||||
|
@ -1,6 +1,13 @@
|
|||||||
# Change Log - @anticrm/dev-storage
|
# Change Log - @anticrm/dev-storage
|
||||||
|
|
||||||
This log was last generated on Wed, 04 Aug 2021 21:18:44 GMT and should not be manually modified.
|
This log was last generated on Wed, 11 Aug 2021 09:37:04 GMT and should not be manually modified.
|
||||||
|
|
||||||
|
## 0.6.6
|
||||||
|
Wed, 11 Aug 2021 09:37:04 GMT
|
||||||
|
|
||||||
|
### Patches
|
||||||
|
|
||||||
|
- Server support for workspaces
|
||||||
|
|
||||||
## 0.6.3
|
## 0.6.3
|
||||||
Wed, 04 Aug 2021 21:18:44 GMT
|
Wed, 04 Aug 2021 21:18:44 GMT
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@anticrm/dev-storage",
|
"name": "@anticrm/dev-storage",
|
||||||
"version": "0.6.5",
|
"version": "0.6.6",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"author": "Anticrm Platform Contributors",
|
"author": "Anticrm Platform Contributors",
|
||||||
"license": "EPL-2.0",
|
"license": "EPL-2.0",
|
||||||
@ -18,7 +18,7 @@
|
|||||||
"eslint":"^7.32.0"
|
"eslint":"^7.32.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/core": "~0.6.8",
|
"@anticrm/core": "~0.6.10",
|
||||||
"@anticrm/platform": "~0.6.5",
|
"@anticrm/platform": "~0.6.5",
|
||||||
"@anticrm/server-core": "~0.6.0",
|
"@anticrm/server-core": "~0.6.0",
|
||||||
"@anticrm/server": "~0.6.0"
|
"@anticrm/server": "~0.6.0"
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"eslint":"^7.32.0"
|
"eslint":"^7.32.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/core": "~0.6.8",
|
"@anticrm/core": "~0.6.10",
|
||||||
"@anticrm/model": "~0.6.0",
|
"@anticrm/model": "~0.6.0",
|
||||||
"@anticrm/ui": "~0.6.0",
|
"@anticrm/ui": "~0.6.0",
|
||||||
"@anticrm/view": "~0.6.0",
|
"@anticrm/view": "~0.6.0",
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
"@anticrm/model-core": "~0.6.0",
|
"@anticrm/model-core": "~0.6.0",
|
||||||
"@anticrm/model-view": "~0.6.0",
|
"@anticrm/model-view": "~0.6.0",
|
||||||
"@anticrm/model": "~0.6.0",
|
"@anticrm/model": "~0.6.0",
|
||||||
"@anticrm/core": "~0.6.8",
|
"@anticrm/core": "~0.6.10",
|
||||||
"@anticrm/ui": "~0.6.0",
|
"@anticrm/ui": "~0.6.0",
|
||||||
"@anticrm/platform": "~0.6.5",
|
"@anticrm/platform": "~0.6.5",
|
||||||
"@anticrm/contact": "~0.6.0"
|
"@anticrm/contact": "~0.6.0"
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"eslint":"^7.32.0"
|
"eslint":"^7.32.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/core": "~0.6.8",
|
"@anticrm/core": "~0.6.10",
|
||||||
"@anticrm/model": "~0.6.0",
|
"@anticrm/model": "~0.6.0",
|
||||||
"@anticrm/platform": "~0.6.5"
|
"@anticrm/platform": "~0.6.5"
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"eslint":"^7.32.0"
|
"eslint":"^7.32.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/core": "~0.6.8",
|
"@anticrm/core": "~0.6.10",
|
||||||
"@anticrm/model": "~0.6.0",
|
"@anticrm/model": "~0.6.0",
|
||||||
"@anticrm/platform": "~0.6.5",
|
"@anticrm/platform": "~0.6.5",
|
||||||
"@anticrm/model-recruit": "~0.6.0",
|
"@anticrm/model-recruit": "~0.6.0",
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"eslint":"^7.32.0"
|
"eslint":"^7.32.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/core": "~0.6.8",
|
"@anticrm/core": "~0.6.10",
|
||||||
"@anticrm/model": "~0.6.0",
|
"@anticrm/model": "~0.6.0",
|
||||||
"@anticrm/ui": "~0.6.0",
|
"@anticrm/ui": "~0.6.0",
|
||||||
"@anticrm/contact": "~0.6.0",
|
"@anticrm/contact": "~0.6.0",
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"eslint":"^7.32.0"
|
"eslint":"^7.32.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/core": "~0.6.8",
|
"@anticrm/core": "~0.6.10",
|
||||||
"@anticrm/model": "~0.6.0",
|
"@anticrm/model": "~0.6.0",
|
||||||
"@anticrm/platform": "~0.6.5",
|
"@anticrm/platform": "~0.6.5",
|
||||||
"@anticrm/server-chunter": "~0.6.1",
|
"@anticrm/server-chunter": "~0.6.1",
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"eslint":"^7.32.0"
|
"eslint":"^7.32.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/core": "~0.6.8",
|
"@anticrm/core": "~0.6.10",
|
||||||
"@anticrm/model": "~0.6.0",
|
"@anticrm/model": "~0.6.0",
|
||||||
"@anticrm/platform": "~0.6.5",
|
"@anticrm/platform": "~0.6.5",
|
||||||
"@anticrm/server-core": "~0.6.0",
|
"@anticrm/server-core": "~0.6.0",
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"eslint":"^7.32.0"
|
"eslint":"^7.32.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/core": "~0.6.8",
|
"@anticrm/core": "~0.6.10",
|
||||||
"@anticrm/model": "~0.6.0",
|
"@anticrm/model": "~0.6.0",
|
||||||
"@anticrm/ui": "~0.6.0",
|
"@anticrm/ui": "~0.6.0",
|
||||||
"@anticrm/contact": "~0.6.0",
|
"@anticrm/contact": "~0.6.0",
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"eslint":"^7.32.0"
|
"eslint":"^7.32.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/core": "~0.6.8",
|
"@anticrm/core": "~0.6.10",
|
||||||
"@anticrm/model": "~0.6.0",
|
"@anticrm/model": "~0.6.0",
|
||||||
"@anticrm/platform": "~0.6.5",
|
"@anticrm/platform": "~0.6.5",
|
||||||
"@anticrm/ui": "~0.6.0",
|
"@anticrm/ui": "~0.6.0",
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"eslint":"^7.32.0"
|
"eslint":"^7.32.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/core": "~0.6.8",
|
"@anticrm/core": "~0.6.10",
|
||||||
"@anticrm/model": "~0.6.0",
|
"@anticrm/model": "~0.6.0",
|
||||||
"@anticrm/platform": "~0.6.5",
|
"@anticrm/platform": "~0.6.5",
|
||||||
"@anticrm/model-core": "~0.6.0",
|
"@anticrm/model-core": "~0.6.0",
|
||||||
|
@ -1,6 +1,18 @@
|
|||||||
{
|
{
|
||||||
"name": "@anticrm/core",
|
"name": "@anticrm/core",
|
||||||
"entries": [
|
"entries": [
|
||||||
|
{
|
||||||
|
"version": "0.6.10",
|
||||||
|
"tag": "@anticrm/core_v0.6.10",
|
||||||
|
"date": "Wed, 11 Aug 2021 09:37:04 GMT",
|
||||||
|
"comments": {
|
||||||
|
"patch": [
|
||||||
|
{
|
||||||
|
"comment": "Server support for workspaces"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "0.6.8",
|
"version": "0.6.8",
|
||||||
"tag": "@anticrm/core_v0.6.8",
|
"tag": "@anticrm/core_v0.6.8",
|
||||||
|
@ -1,6 +1,13 @@
|
|||||||
# Change Log - @anticrm/core
|
# Change Log - @anticrm/core
|
||||||
|
|
||||||
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 09:37:04 GMT and should not be manually modified.
|
||||||
|
|
||||||
|
## 0.6.10
|
||||||
|
Wed, 11 Aug 2021 09:37:04 GMT
|
||||||
|
|
||||||
|
### Patches
|
||||||
|
|
||||||
|
- Server support for workspaces
|
||||||
|
|
||||||
## 0.6.8
|
## 0.6.8
|
||||||
Sun, 08 Aug 2021 21:05:26 GMT
|
Sun, 08 Aug 2021 21:05:26 GMT
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@anticrm/core",
|
"name": "@anticrm/core",
|
||||||
"version": "0.6.9",
|
"version": "0.6.10",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"author": "Anticrm Platform Contributors",
|
"author": "Anticrm Platform Contributors",
|
||||||
"license": "EPL-2.0",
|
"license": "EPL-2.0",
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
"@types/toposort":"^2.0.3"
|
"@types/toposort":"^2.0.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/core":"~0.6.8",
|
"@anticrm/core":"~0.6.10",
|
||||||
"@anticrm/platform":"~0.6.5",
|
"@anticrm/platform":"~0.6.5",
|
||||||
"toposort":"^2.0.2"
|
"toposort":"^2.0.2"
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/platform": "~0.6.5",
|
"@anticrm/platform": "~0.6.5",
|
||||||
"@anticrm/core": "~0.6.8",
|
"@anticrm/core": "~0.6.10",
|
||||||
"@anticrm/query": "~0.6.1",
|
"@anticrm/query": "~0.6.1",
|
||||||
"@anticrm/ui": "~0.6.0",
|
"@anticrm/ui": "~0.6.0",
|
||||||
"@anticrm/view": "~0.6.0",
|
"@anticrm/view": "~0.6.0",
|
||||||
|
@ -20,6 +20,6 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/platform": "~0.6.5",
|
"@anticrm/platform": "~0.6.5",
|
||||||
"@anticrm/core": "~0.6.8"
|
"@anticrm/core": "~0.6.10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
"svelte": "^3.37.0",
|
"svelte": "^3.37.0",
|
||||||
"@anticrm/presentation": "~0.6.1",
|
"@anticrm/presentation": "~0.6.1",
|
||||||
"@anticrm/contact": "~0.6.0",
|
"@anticrm/contact": "~0.6.0",
|
||||||
"@anticrm/core": "~0.6.8",
|
"@anticrm/core": "~0.6.10",
|
||||||
"@anticrm/ui": "~0.6.0",
|
"@anticrm/ui": "~0.6.0",
|
||||||
"@tiptap/core": "~2.0.0-beta.93",
|
"@tiptap/core": "~2.0.0-beta.93",
|
||||||
"@tiptap/starter-kit": "~2.0.0-beta.89",
|
"@tiptap/starter-kit": "~2.0.0-beta.89",
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
"svelte-preprocess":"^4.7.4"
|
"svelte-preprocess":"^4.7.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/core":"~0.6.8",
|
"@anticrm/core":"~0.6.10",
|
||||||
"@anticrm/platform":"~0.6.5",
|
"@anticrm/platform":"~0.6.5",
|
||||||
"@anticrm/ui":"~0.6.0",
|
"@anticrm/ui":"~0.6.0",
|
||||||
"@anticrm/presentation":"~0.6.1",
|
"@anticrm/presentation":"~0.6.1",
|
||||||
|
@ -19,6 +19,6 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/platform":"~0.6.5",
|
"@anticrm/platform":"~0.6.5",
|
||||||
"@anticrm/core":"~0.6.8"
|
"@anticrm/core":"~0.6.10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/platform":"~0.6.5",
|
"@anticrm/platform":"~0.6.5",
|
||||||
"@anticrm/core":"~0.6.8",
|
"@anticrm/core":"~0.6.10",
|
||||||
"@anticrm/client":"~0.6.1"
|
"@anticrm/client":"~0.6.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -19,6 +19,6 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/platform":"~0.6.5",
|
"@anticrm/platform":"~0.6.5",
|
||||||
"@anticrm/core":"~0.6.8"
|
"@anticrm/core":"~0.6.10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -19,6 +19,6 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/platform":"~0.6.5",
|
"@anticrm/platform":"~0.6.5",
|
||||||
"@anticrm/core":"~0.6.8"
|
"@anticrm/core":"~0.6.10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/platform": "~0.6.5",
|
"@anticrm/platform": "~0.6.5",
|
||||||
"@anticrm/core": "~0.6.8",
|
"@anticrm/core": "~0.6.10",
|
||||||
"svelte": "^3.37.0",
|
"svelte": "^3.37.0",
|
||||||
"@anticrm/recruit": "~0.6.0",
|
"@anticrm/recruit": "~0.6.0",
|
||||||
"@anticrm/ui": "~0.6.0",
|
"@anticrm/ui": "~0.6.0",
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/platform":"~0.6.5",
|
"@anticrm/platform":"~0.6.5",
|
||||||
"@anticrm/core":"~0.6.8",
|
"@anticrm/core":"~0.6.10",
|
||||||
"@anticrm/contact":"~0.6.0"
|
"@anticrm/contact":"~0.6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/platform":"~0.6.5",
|
"@anticrm/platform":"~0.6.5",
|
||||||
"@anticrm/core":"~0.6.8",
|
"@anticrm/core":"~0.6.10",
|
||||||
"@anticrm/contact":"~0.6.0"
|
"@anticrm/contact":"~0.6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"svelte": "^3.37.0",
|
"svelte": "^3.37.0",
|
||||||
"@anticrm/platform": "~0.6.5",
|
"@anticrm/platform": "~0.6.5",
|
||||||
"@anticrm/core": "~0.6.8",
|
"@anticrm/core": "~0.6.10",
|
||||||
"@anticrm/view": "~0.6.0",
|
"@anticrm/view": "~0.6.0",
|
||||||
"@anticrm/ui": "~0.6.0",
|
"@anticrm/ui": "~0.6.0",
|
||||||
"@anticrm/presentation": "~0.6.1"
|
"@anticrm/presentation": "~0.6.1"
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/platform":"~0.6.5",
|
"@anticrm/platform":"~0.6.5",
|
||||||
"@anticrm/core":"~0.6.8",
|
"@anticrm/core":"~0.6.10",
|
||||||
"@anticrm/ui":"~0.6.0"
|
"@anticrm/ui":"~0.6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"svelte": "^3.37.0",
|
"svelte": "^3.37.0",
|
||||||
"@anticrm/platform": "~0.6.5",
|
"@anticrm/platform": "~0.6.5",
|
||||||
"@anticrm/core": "~0.6.8",
|
"@anticrm/core": "~0.6.10",
|
||||||
"@anticrm/client": "~0.6.1",
|
"@anticrm/client": "~0.6.1",
|
||||||
"@anticrm/workbench": "~0.6.1",
|
"@anticrm/workbench": "~0.6.1",
|
||||||
"@anticrm/ui": "~0.6.0",
|
"@anticrm/ui": "~0.6.0",
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
"eslint":"^7.32.0"
|
"eslint":"^7.32.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/core":"~0.6.8",
|
"@anticrm/core":"~0.6.10",
|
||||||
"@anticrm/platform":"~0.6.5",
|
"@anticrm/platform":"~0.6.5",
|
||||||
"@anticrm/ui":"~0.6.0"
|
"@anticrm/ui":"~0.6.0"
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
"@types/ws":"^7.4.7"
|
"@types/ws":"^7.4.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/core": "~0.6.8",
|
"@anticrm/core": "~0.6.10",
|
||||||
"@anticrm/platform": "~0.6.5",
|
"@anticrm/platform": "~0.6.5",
|
||||||
"@anticrm/server-core": "~0.6.0"
|
"@anticrm/server-core": "~0.6.0"
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
"@types/ws":"^7.4.7"
|
"@types/ws":"^7.4.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/core": "~0.6.8",
|
"@anticrm/core": "~0.6.10",
|
||||||
"@anticrm/platform": "~0.6.5"
|
"@anticrm/platform": "~0.6.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
"@types/ws":"^7.4.7"
|
"@types/ws":"^7.4.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/core": "~0.6.8",
|
"@anticrm/core": "~0.6.10",
|
||||||
"@anticrm/platform": "~0.6.5",
|
"@anticrm/platform": "~0.6.5",
|
||||||
"@anticrm/server-core": "~0.6.0"
|
"@anticrm/server-core": "~0.6.0"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,23 @@
|
|||||||
{
|
{
|
||||||
"name": "@anticrm/server-ws",
|
"name": "@anticrm/server-ws",
|
||||||
"entries": [
|
"entries": [
|
||||||
|
{
|
||||||
|
"version": "0.6.8",
|
||||||
|
"tag": "@anticrm/server-ws_v0.6.8",
|
||||||
|
"date": "Wed, 11 Aug 2021 09:37:04 GMT",
|
||||||
|
"comments": {
|
||||||
|
"patch": [
|
||||||
|
{
|
||||||
|
"comment": "Server support for workspaces"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dependency": [
|
||||||
|
{
|
||||||
|
"comment": "Updating dependency \"@anticrm/core\" from `~0.6.9` to `~0.6.10`"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "0.6.6",
|
"version": "0.6.6",
|
||||||
"tag": "@anticrm/server-ws_v0.6.6",
|
"tag": "@anticrm/server-ws_v0.6.6",
|
||||||
|
@ -1,6 +1,13 @@
|
|||||||
# Change Log - @anticrm/server-ws
|
# Change Log - @anticrm/server-ws
|
||||||
|
|
||||||
This log was last generated on Mon, 09 Aug 2021 10:52:12 GMT and should not be manually modified.
|
This log was last generated on Wed, 11 Aug 2021 09:37:04 GMT and should not be manually modified.
|
||||||
|
|
||||||
|
## 0.6.8
|
||||||
|
Wed, 11 Aug 2021 09:37:04 GMT
|
||||||
|
|
||||||
|
### Patches
|
||||||
|
|
||||||
|
- Server support for workspaces
|
||||||
|
|
||||||
## 0.6.6
|
## 0.6.6
|
||||||
Mon, 09 Aug 2021 10:52:12 GMT
|
Mon, 09 Aug 2021 10:52:12 GMT
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@anticrm/server-ws",
|
"name": "@anticrm/server-ws",
|
||||||
"version": "0.6.7",
|
"version": "0.6.8",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"author": "Anticrm Platform Contributors",
|
"author": "Anticrm Platform Contributors",
|
||||||
"license": "EPL-2.0",
|
"license": "EPL-2.0",
|
||||||
@ -23,6 +23,6 @@
|
|||||||
"jwt-simple": "^0.5.6",
|
"jwt-simple": "^0.5.6",
|
||||||
"ws": "^8.0.0",
|
"ws": "^8.0.0",
|
||||||
"@anticrm/platform": "~0.6.5",
|
"@anticrm/platform": "~0.6.5",
|
||||||
"@anticrm/core": "~0.6.9"
|
"@anticrm/core": "~0.6.10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user