mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 11:01:54 +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",
|
||||
"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",
|
||||
"tag": "@anticrm/dev-client-resources_v0.6.0",
|
||||
|
@ -1,6 +1,13 @@
|
||||
# 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
|
||||
Sun, 08 Aug 2021 10:14:57 GMT
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@anticrm/dev-client-resources",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"main": "lib/index.js",
|
||||
"author": "Anticrm Platform Contributors",
|
||||
"license": "EPL-2.0",
|
||||
@ -19,8 +19,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/platform":"~0.6.5",
|
||||
"@anticrm/core":"~0.6.8",
|
||||
"@anticrm/core":"~0.6.10",
|
||||
"@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-resources": "~0.6.2",
|
||||
"@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-resources": "~0.6.1",
|
||||
"@anticrm/view": "~0.6.0",
|
||||
|
@ -18,7 +18,7 @@
|
||||
"eslint":"^7.32.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/core": "~0.6.8",
|
||||
"@anticrm/core": "~0.6.10",
|
||||
"@anticrm/platform": "~0.6.5",
|
||||
"@anticrm/server-core": "~0.6.0",
|
||||
"@anticrm/server-chunter": "~0.6.1",
|
||||
|
@ -1,6 +1,29 @@
|
||||
{
|
||||
"name": "@anticrm/dev-server",
|
||||
"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",
|
||||
"tag": "@anticrm/dev-server_v0.6.6",
|
||||
|
@ -1,6 +1,13 @@
|
||||
# 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
|
||||
Sun, 08 Aug 2021 21:05:26 GMT
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@anticrm/dev-server",
|
||||
"version": "0.6.7",
|
||||
"version": "0.6.8",
|
||||
"main": "lib/index.js",
|
||||
"author": "Anticrm Platform Contributors",
|
||||
"license": "EPL-2.0",
|
||||
@ -20,9 +20,9 @@
|
||||
"ts-node":"^10.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/dev-storage": "~0.6.3",
|
||||
"@anticrm/server-ws": "~0.6.6",
|
||||
"@anticrm/core": "~0.6.8",
|
||||
"@anticrm/dev-storage": "~0.6.6",
|
||||
"@anticrm/server-ws": "~0.6.8",
|
||||
"@anticrm/core": "~0.6.10",
|
||||
"@anticrm/platform": "~0.6.5",
|
||||
"jwt-simple": "~0.5.6",
|
||||
"@anticrm/server-chunter": "~0.6.1",
|
||||
|
@ -1,6 +1,23 @@
|
||||
{
|
||||
"name": "@anticrm/dev-storage",
|
||||
"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",
|
||||
"tag": "@anticrm/dev-storage_v0.6.3",
|
||||
|
@ -1,6 +1,13 @@
|
||||
# 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
|
||||
Wed, 04 Aug 2021 21:18:44 GMT
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@anticrm/dev-storage",
|
||||
"version": "0.6.5",
|
||||
"version": "0.6.6",
|
||||
"main": "lib/index.js",
|
||||
"author": "Anticrm Platform Contributors",
|
||||
"license": "EPL-2.0",
|
||||
@ -18,7 +18,7 @@
|
||||
"eslint":"^7.32.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/core": "~0.6.8",
|
||||
"@anticrm/core": "~0.6.10",
|
||||
"@anticrm/platform": "~0.6.5",
|
||||
"@anticrm/server-core": "~0.6.0",
|
||||
"@anticrm/server": "~0.6.0"
|
||||
|
@ -17,7 +17,7 @@
|
||||
"eslint":"^7.32.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/core": "~0.6.8",
|
||||
"@anticrm/core": "~0.6.10",
|
||||
"@anticrm/model": "~0.6.0",
|
||||
"@anticrm/ui": "~0.6.0",
|
||||
"@anticrm/view": "~0.6.0",
|
||||
|
@ -20,7 +20,7 @@
|
||||
"@anticrm/model-core": "~0.6.0",
|
||||
"@anticrm/model-view": "~0.6.0",
|
||||
"@anticrm/model": "~0.6.0",
|
||||
"@anticrm/core": "~0.6.8",
|
||||
"@anticrm/core": "~0.6.10",
|
||||
"@anticrm/ui": "~0.6.0",
|
||||
"@anticrm/platform": "~0.6.5",
|
||||
"@anticrm/contact": "~0.6.0"
|
||||
|
@ -17,7 +17,7 @@
|
||||
"eslint":"^7.32.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/core": "~0.6.8",
|
||||
"@anticrm/core": "~0.6.10",
|
||||
"@anticrm/model": "~0.6.0",
|
||||
"@anticrm/platform": "~0.6.5"
|
||||
}
|
||||
|
@ -17,7 +17,7 @@
|
||||
"eslint":"^7.32.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/core": "~0.6.8",
|
||||
"@anticrm/core": "~0.6.10",
|
||||
"@anticrm/model": "~0.6.0",
|
||||
"@anticrm/platform": "~0.6.5",
|
||||
"@anticrm/model-recruit": "~0.6.0",
|
||||
|
@ -17,7 +17,7 @@
|
||||
"eslint":"^7.32.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/core": "~0.6.8",
|
||||
"@anticrm/core": "~0.6.10",
|
||||
"@anticrm/model": "~0.6.0",
|
||||
"@anticrm/ui": "~0.6.0",
|
||||
"@anticrm/contact": "~0.6.0",
|
||||
|
@ -17,7 +17,7 @@
|
||||
"eslint":"^7.32.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/core": "~0.6.8",
|
||||
"@anticrm/core": "~0.6.10",
|
||||
"@anticrm/model": "~0.6.0",
|
||||
"@anticrm/platform": "~0.6.5",
|
||||
"@anticrm/server-chunter": "~0.6.1",
|
||||
|
@ -17,7 +17,7 @@
|
||||
"eslint":"^7.32.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/core": "~0.6.8",
|
||||
"@anticrm/core": "~0.6.10",
|
||||
"@anticrm/model": "~0.6.0",
|
||||
"@anticrm/platform": "~0.6.5",
|
||||
"@anticrm/server-core": "~0.6.0",
|
||||
|
@ -17,7 +17,7 @@
|
||||
"eslint":"^7.32.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/core": "~0.6.8",
|
||||
"@anticrm/core": "~0.6.10",
|
||||
"@anticrm/model": "~0.6.0",
|
||||
"@anticrm/ui": "~0.6.0",
|
||||
"@anticrm/contact": "~0.6.0",
|
||||
|
@ -17,7 +17,7 @@
|
||||
"eslint":"^7.32.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/core": "~0.6.8",
|
||||
"@anticrm/core": "~0.6.10",
|
||||
"@anticrm/model": "~0.6.0",
|
||||
"@anticrm/platform": "~0.6.5",
|
||||
"@anticrm/ui": "~0.6.0",
|
||||
|
@ -17,7 +17,7 @@
|
||||
"eslint":"^7.32.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/core": "~0.6.8",
|
||||
"@anticrm/core": "~0.6.10",
|
||||
"@anticrm/model": "~0.6.0",
|
||||
"@anticrm/platform": "~0.6.5",
|
||||
"@anticrm/model-core": "~0.6.0",
|
||||
|
@ -1,6 +1,18 @@
|
||||
{
|
||||
"name": "@anticrm/core",
|
||||
"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",
|
||||
"tag": "@anticrm/core_v0.6.8",
|
||||
|
@ -1,6 +1,13 @@
|
||||
# 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
|
||||
Sun, 08 Aug 2021 21:05:26 GMT
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@anticrm/core",
|
||||
"version": "0.6.9",
|
||||
"version": "0.6.10",
|
||||
"main": "lib/index.js",
|
||||
"author": "Anticrm Platform Contributors",
|
||||
"license": "EPL-2.0",
|
||||
|
@ -19,7 +19,7 @@
|
||||
"@types/toposort":"^2.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/core":"~0.6.8",
|
||||
"@anticrm/core":"~0.6.10",
|
||||
"@anticrm/platform":"~0.6.5",
|
||||
"toposort":"^2.0.2"
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/platform": "~0.6.5",
|
||||
"@anticrm/core": "~0.6.8",
|
||||
"@anticrm/core": "~0.6.10",
|
||||
"@anticrm/query": "~0.6.1",
|
||||
"@anticrm/ui": "~0.6.0",
|
||||
"@anticrm/view": "~0.6.0",
|
||||
|
@ -20,6 +20,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/platform": "~0.6.5",
|
||||
"@anticrm/core": "~0.6.8"
|
||||
"@anticrm/core": "~0.6.10"
|
||||
}
|
||||
}
|
||||
|
@ -22,7 +22,7 @@
|
||||
"svelte": "^3.37.0",
|
||||
"@anticrm/presentation": "~0.6.1",
|
||||
"@anticrm/contact": "~0.6.0",
|
||||
"@anticrm/core": "~0.6.8",
|
||||
"@anticrm/core": "~0.6.10",
|
||||
"@anticrm/ui": "~0.6.0",
|
||||
"@tiptap/core": "~2.0.0-beta.93",
|
||||
"@tiptap/starter-kit": "~2.0.0-beta.89",
|
||||
|
@ -19,7 +19,7 @@
|
||||
"svelte-preprocess":"^4.7.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/core":"~0.6.8",
|
||||
"@anticrm/core":"~0.6.10",
|
||||
"@anticrm/platform":"~0.6.5",
|
||||
"@anticrm/ui":"~0.6.0",
|
||||
"@anticrm/presentation":"~0.6.1",
|
||||
|
@ -19,6 +19,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/platform":"~0.6.5",
|
||||
"@anticrm/core":"~0.6.8"
|
||||
"@anticrm/core":"~0.6.10"
|
||||
}
|
||||
}
|
||||
|
@ -19,7 +19,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/platform":"~0.6.5",
|
||||
"@anticrm/core":"~0.6.8",
|
||||
"@anticrm/core":"~0.6.10",
|
||||
"@anticrm/client":"~0.6.1"
|
||||
}
|
||||
}
|
||||
|
@ -19,6 +19,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/platform":"~0.6.5",
|
||||
"@anticrm/core":"~0.6.8"
|
||||
"@anticrm/core":"~0.6.10"
|
||||
}
|
||||
}
|
||||
|
@ -19,6 +19,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/platform":"~0.6.5",
|
||||
"@anticrm/core":"~0.6.8"
|
||||
"@anticrm/core":"~0.6.10"
|
||||
}
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/platform": "~0.6.5",
|
||||
"@anticrm/core": "~0.6.8",
|
||||
"@anticrm/core": "~0.6.10",
|
||||
"svelte": "^3.37.0",
|
||||
"@anticrm/recruit": "~0.6.0",
|
||||
"@anticrm/ui": "~0.6.0",
|
||||
|
@ -19,7 +19,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/platform":"~0.6.5",
|
||||
"@anticrm/core":"~0.6.8",
|
||||
"@anticrm/core":"~0.6.10",
|
||||
"@anticrm/contact":"~0.6.0"
|
||||
}
|
||||
}
|
||||
|
@ -19,7 +19,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/platform":"~0.6.5",
|
||||
"@anticrm/core":"~0.6.8",
|
||||
"@anticrm/core":"~0.6.10",
|
||||
"@anticrm/contact":"~0.6.0"
|
||||
}
|
||||
}
|
||||
|
@ -21,7 +21,7 @@
|
||||
"dependencies": {
|
||||
"svelte": "^3.37.0",
|
||||
"@anticrm/platform": "~0.6.5",
|
||||
"@anticrm/core": "~0.6.8",
|
||||
"@anticrm/core": "~0.6.10",
|
||||
"@anticrm/view": "~0.6.0",
|
||||
"@anticrm/ui": "~0.6.0",
|
||||
"@anticrm/presentation": "~0.6.1"
|
||||
|
@ -19,7 +19,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/platform":"~0.6.5",
|
||||
"@anticrm/core":"~0.6.8",
|
||||
"@anticrm/core":"~0.6.10",
|
||||
"@anticrm/ui":"~0.6.0"
|
||||
}
|
||||
}
|
||||
|
@ -21,7 +21,7 @@
|
||||
"dependencies": {
|
||||
"svelte": "^3.37.0",
|
||||
"@anticrm/platform": "~0.6.5",
|
||||
"@anticrm/core": "~0.6.8",
|
||||
"@anticrm/core": "~0.6.10",
|
||||
"@anticrm/client": "~0.6.1",
|
||||
"@anticrm/workbench": "~0.6.1",
|
||||
"@anticrm/ui": "~0.6.0",
|
||||
|
@ -18,7 +18,7 @@
|
||||
"eslint":"^7.32.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/core":"~0.6.8",
|
||||
"@anticrm/core":"~0.6.10",
|
||||
"@anticrm/platform":"~0.6.5",
|
||||
"@anticrm/ui":"~0.6.0"
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
"@types/ws":"^7.4.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/core": "~0.6.8",
|
||||
"@anticrm/core": "~0.6.10",
|
||||
"@anticrm/platform": "~0.6.5",
|
||||
"@anticrm/server-core": "~0.6.0"
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
"@types/ws":"^7.4.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/core": "~0.6.8",
|
||||
"@anticrm/core": "~0.6.10",
|
||||
"@anticrm/platform": "~0.6.5"
|
||||
}
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
"@types/ws":"^7.4.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/core": "~0.6.8",
|
||||
"@anticrm/core": "~0.6.10",
|
||||
"@anticrm/platform": "~0.6.5",
|
||||
"@anticrm/server-core": "~0.6.0"
|
||||
}
|
||||
|
@ -1,6 +1,23 @@
|
||||
{
|
||||
"name": "@anticrm/server-ws",
|
||||
"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",
|
||||
"tag": "@anticrm/server-ws_v0.6.6",
|
||||
|
@ -1,6 +1,13 @@
|
||||
# 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
|
||||
Mon, 09 Aug 2021 10:52:12 GMT
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@anticrm/server-ws",
|
||||
"version": "0.6.7",
|
||||
"version": "0.6.8",
|
||||
"main": "lib/index.js",
|
||||
"author": "Anticrm Platform Contributors",
|
||||
"license": "EPL-2.0",
|
||||
@ -23,6 +23,6 @@
|
||||
"jwt-simple": "^0.5.6",
|
||||
"ws": "^8.0.0",
|
||||
"@anticrm/platform": "~0.6.5",
|
||||
"@anticrm/core": "~0.6.9"
|
||||
"@anticrm/core": "~0.6.10"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user