Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-08-09 10:01:35 +02:00
parent 417d546c26
commit 48e1f6fcc5
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0
9 changed files with 47 additions and 9 deletions

View File

@ -4,9 +4,9 @@
"lockfileVersion": 1,
"dependencies": {
"@anticrm/dev-account": {
"version": "0.6.6",
"resolved": "https://registry.npmjs.org/@anticrm/dev-account/-/dev-account-0.6.6.tgz",
"integrity": "sha512-kdXQyNXwfS9VlyPSkNLSCsiMxVZLCvaCL48tmbP/6HcCpyraqncqqCiSIuTCyQfwK2ed/XICZGIZEiOnP/2U/Q==",
"version": "0.6.7",
"resolved": "https://registry.npmjs.org/@anticrm/dev-account/-/dev-account-0.6.7.tgz",
"integrity": "sha512-MG73FnKHoT4caYjdoPRvU4vsUaMMu2SYKJdpjHndgNPAiWJzh+RJiL3NKZ9lXCbe5S2b10AvJ5eJ+hvbn/7e8A==",
"requires": {
"@anticrm/platform": "~0.6.5",
"jwt-simple": "^0.5.6"

View File

@ -5,7 +5,7 @@
"@types/mime": "^2.0.3"
},
"dependencies": {
"@anticrm/dev-account": "^0.6.6",
"@anticrm/dev-account": "^0.6.7",
"@pulumi/aws": "^4.14.0",
"@pulumi/cloud": "^0.30.1",
"@pulumi/cloud-aws": "^0.30.1",

View File

@ -1,6 +1,18 @@
{
"name": "@anticrm/dev-account",
"entries": [
{
"version": "0.6.7",
"tag": "@anticrm/dev-account_v0.6.7",
"date": "Mon, 09 Aug 2021 08:00:44 GMT",
"comments": {
"patch": [
{
"comment": "fix"
}
]
}
},
{
"version": "0.6.6",
"tag": "@anticrm/dev-account_v0.6.6",

View File

@ -1,6 +1,13 @@
# Change Log - @anticrm/dev-account
This log was last generated on Sun, 08 Aug 2021 12:00:07 GMT and should not be manually modified.
This log was last generated on Mon, 09 Aug 2021 08:00:44 GMT and should not be manually modified.
## 0.6.7
Mon, 09 Aug 2021 08:00:44 GMT
### Patches
- fix
## 0.6.6
Sun, 08 Aug 2021 12:00:07 GMT

View File

@ -1,6 +1,6 @@
{
"name": "@anticrm/dev-account",
"version": "0.6.6",
"version": "0.6.7",
"main": "lib/index.js",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",

View File

@ -43,7 +43,7 @@
"svelte": "^3.42.1",
"@anticrm/login": "~0.6.1",
"@anticrm/login-assets": "~0.6.0",
"@anticrm/login-resources": "~0.6.1",
"@anticrm/login-resources": "~0.6.2",
"@anticrm/client": "~0.6.1",
"@anticrm/dev-client-resources": "~0.6.0",
"@anticrm/workbench": "~0.6.1",

View File

@ -1,6 +1,18 @@
{
"name": "@anticrm/login-resources",
"entries": [
{
"version": "0.6.2",
"tag": "@anticrm/login-resources_v0.6.2",
"date": "Mon, 09 Aug 2021 08:00:44 GMT",
"comments": {
"patch": [
{
"comment": "fix"
}
]
}
},
{
"version": "0.6.1",
"tag": "@anticrm/login-resources_v0.6.1",

View File

@ -1,6 +1,13 @@
# Change Log - @anticrm/login-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 Mon, 09 Aug 2021 08:00:44 GMT and should not be manually modified.
## 0.6.2
Mon, 09 Aug 2021 08:00:44 GMT
### Patches
- fix
## 0.6.1
Sun, 08 Aug 2021 21:05:26 GMT

View File

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