mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-29 17:14:37 +03:00
publish
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
906d07c885
commit
6aa35782c7
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"packageName": "@anticrm/core",
|
|
||||||
"comment": "npmigonre",
|
|
||||||
"type": "patch"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"packageName": "@anticrm/core"
|
|
||||||
}
|
|
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"packageName": "@anticrm/dev-server",
|
|
||||||
"comment": "npmignore",
|
|
||||||
"type": "patch"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"packageName": "@anticrm/dev-server"
|
|
||||||
}
|
|
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"packageName": "@anticrm/dev-storage",
|
|
||||||
"comment": "npmignore",
|
|
||||||
"type": "patch"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"packageName": "@anticrm/dev-storage"
|
|
||||||
}
|
|
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"packageName": "@anticrm/server-ws",
|
|
||||||
"comment": "npmignore",
|
|
||||||
"type": "patch"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"packageName": "@anticrm/server-ws"
|
|
||||||
}
|
|
@ -1,6 +1,29 @@
|
|||||||
{
|
{
|
||||||
"name": "@anticrm/dev-server",
|
"name": "@anticrm/dev-server",
|
||||||
"entries": [
|
"entries": [
|
||||||
|
{
|
||||||
|
"version": "0.6.4",
|
||||||
|
"tag": "@anticrm/dev-server_v0.6.4",
|
||||||
|
"date": "Wed, 04 Aug 2021 21:00:14 GMT",
|
||||||
|
"comments": {
|
||||||
|
"patch": [
|
||||||
|
{
|
||||||
|
"comment": "npmignore"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dependency": [
|
||||||
|
{
|
||||||
|
"comment": "Updating dependency \"@anticrm/dev-storage\" from `~0.6.1` to `~0.6.2`"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"comment": "Updating dependency \"@anticrm/server-ws\" from `~0.6.2` to `~0.6.3`"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"comment": "Updating dependency \"@anticrm/core\" from `~0.6.5` to `~0.6.6`"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "0.6.3",
|
"version": "0.6.3",
|
||||||
"tag": "@anticrm/dev-server_v0.6.3",
|
"tag": "@anticrm/dev-server_v0.6.3",
|
||||||
|
@ -1,6 +1,13 @@
|
|||||||
# Change Log - @anticrm/dev-server
|
# Change Log - @anticrm/dev-server
|
||||||
|
|
||||||
This log was last generated on Wed, 04 Aug 2021 20:48:46 GMT and should not be manually modified.
|
This log was last generated on Wed, 04 Aug 2021 21:00:14 GMT and should not be manually modified.
|
||||||
|
|
||||||
|
## 0.6.4
|
||||||
|
Wed, 04 Aug 2021 21:00:14 GMT
|
||||||
|
|
||||||
|
### Patches
|
||||||
|
|
||||||
|
- npmignore
|
||||||
|
|
||||||
## 0.6.3
|
## 0.6.3
|
||||||
Wed, 04 Aug 2021 20:48:46 GMT
|
Wed, 04 Aug 2021 20:48:46 GMT
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@anticrm/dev-server",
|
"name": "@anticrm/dev-server",
|
||||||
"version": "0.6.3",
|
"version": "0.6.4",
|
||||||
"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,9 +19,9 @@
|
|||||||
"eslint":"^7.32.0"
|
"eslint":"^7.32.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/dev-storage": "~0.6.1",
|
"@anticrm/dev-storage": "~0.6.2",
|
||||||
"@anticrm/server-ws": "~0.6.2",
|
"@anticrm/server-ws": "~0.6.3",
|
||||||
"@anticrm/core": "~0.6.5",
|
"@anticrm/core": "~0.6.6",
|
||||||
"@anticrm/platform": "~0.6.2"
|
"@anticrm/platform": "~0.6.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,23 @@
|
|||||||
{
|
{
|
||||||
"name": "@anticrm/dev-storage",
|
"name": "@anticrm/dev-storage",
|
||||||
"entries": [
|
"entries": [
|
||||||
|
{
|
||||||
|
"version": "0.6.2",
|
||||||
|
"tag": "@anticrm/dev-storage_v0.6.2",
|
||||||
|
"date": "Wed, 04 Aug 2021 21:00:14 GMT",
|
||||||
|
"comments": {
|
||||||
|
"patch": [
|
||||||
|
{
|
||||||
|
"comment": "npmignore"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dependency": [
|
||||||
|
{
|
||||||
|
"comment": "Updating dependency \"@anticrm/core\" from `~0.6.5` to `~0.6.6`"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "0.6.1",
|
"version": "0.6.1",
|
||||||
"tag": "@anticrm/dev-storage_v0.6.1",
|
"tag": "@anticrm/dev-storage_v0.6.1",
|
||||||
|
@ -1,6 +1,13 @@
|
|||||||
# Change Log - @anticrm/dev-storage
|
# Change Log - @anticrm/dev-storage
|
||||||
|
|
||||||
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 21:00:14 GMT and should not be manually modified.
|
||||||
|
|
||||||
|
## 0.6.2
|
||||||
|
Wed, 04 Aug 2021 21:00:14 GMT
|
||||||
|
|
||||||
|
### Patches
|
||||||
|
|
||||||
|
- npmignore
|
||||||
|
|
||||||
## 0.6.1
|
## 0.6.1
|
||||||
Wed, 04 Aug 2021 17:38:30 GMT
|
Wed, 04 Aug 2021 17:38:30 GMT
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@anticrm/dev-storage",
|
"name": "@anticrm/dev-storage",
|
||||||
"version": "0.6.1",
|
"version": "0.6.2",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"author": "Anticrm Platform Contributors",
|
"author": "Anticrm Platform Contributors",
|
||||||
"license": "EPL-2.0",
|
"license": "EPL-2.0",
|
||||||
@ -22,7 +22,7 @@
|
|||||||
"eslint":"^7.32.0"
|
"eslint":"^7.32.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anticrm/core": "~0.6.5",
|
"@anticrm/core": "~0.6.6",
|
||||||
"@anticrm/platform": "~0.6.2"
|
"@anticrm/platform": "~0.6.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,18 @@
|
|||||||
{
|
{
|
||||||
"name": "@anticrm/core",
|
"name": "@anticrm/core",
|
||||||
"entries": [
|
"entries": [
|
||||||
|
{
|
||||||
|
"version": "0.6.6",
|
||||||
|
"tag": "@anticrm/core_v0.6.6",
|
||||||
|
"date": "Wed, 04 Aug 2021 21:00:14 GMT",
|
||||||
|
"comments": {
|
||||||
|
"patch": [
|
||||||
|
{
|
||||||
|
"comment": "npmigonre"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "0.6.5",
|
"version": "0.6.5",
|
||||||
"tag": "@anticrm/core_v0.6.5",
|
"tag": "@anticrm/core_v0.6.5",
|
||||||
|
@ -1,6 +1,13 @@
|
|||||||
# Change Log - @anticrm/core
|
# Change Log - @anticrm/core
|
||||||
|
|
||||||
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 21:00:14 GMT and should not be manually modified.
|
||||||
|
|
||||||
|
## 0.6.6
|
||||||
|
Wed, 04 Aug 2021 21:00:14 GMT
|
||||||
|
|
||||||
|
### Patches
|
||||||
|
|
||||||
|
- npmigonre
|
||||||
|
|
||||||
## 0.6.5
|
## 0.6.5
|
||||||
Wed, 04 Aug 2021 20:26:15 GMT
|
Wed, 04 Aug 2021 20:26:15 GMT
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@anticrm/core",
|
"name": "@anticrm/core",
|
||||||
"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",
|
||||||
|
@ -1,6 +1,18 @@
|
|||||||
{
|
{
|
||||||
"name": "@anticrm/server-ws",
|
"name": "@anticrm/server-ws",
|
||||||
"entries": [
|
"entries": [
|
||||||
|
{
|
||||||
|
"version": "0.6.3",
|
||||||
|
"tag": "@anticrm/server-ws_v0.6.3",
|
||||||
|
"date": "Wed, 04 Aug 2021 21:00:14 GMT",
|
||||||
|
"comments": {
|
||||||
|
"patch": [
|
||||||
|
{
|
||||||
|
"comment": "npmignore"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "0.6.2",
|
"version": "0.6.2",
|
||||||
"tag": "@anticrm/server-ws_v0.6.2",
|
"tag": "@anticrm/server-ws_v0.6.2",
|
||||||
|
@ -1,6 +1,13 @@
|
|||||||
# Change Log - @anticrm/server-ws
|
# Change Log - @anticrm/server-ws
|
||||||
|
|
||||||
This log was last generated on Wed, 04 Aug 2021 20:48:46 GMT and should not be manually modified.
|
This log was last generated on Wed, 04 Aug 2021 21:00:14 GMT and should not be manually modified.
|
||||||
|
|
||||||
|
## 0.6.3
|
||||||
|
Wed, 04 Aug 2021 21:00:14 GMT
|
||||||
|
|
||||||
|
### Patches
|
||||||
|
|
||||||
|
- npmignore
|
||||||
|
|
||||||
## 0.6.2
|
## 0.6.2
|
||||||
Wed, 04 Aug 2021 20:48:46 GMT
|
Wed, 04 Aug 2021 20:48:46 GMT
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@anticrm/server-ws",
|
"name": "@anticrm/server-ws",
|
||||||
"version": "0.6.2",
|
"version": "0.6.3",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"author": "Anticrm Platform Contributors",
|
"author": "Anticrm Platform Contributors",
|
||||||
"license": "EPL-2.0",
|
"license": "EPL-2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user