Skip to content

Commit

Permalink
Up version
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Khismatullina <[email protected]>
  • Loading branch information
akhismat committed Dec 3, 2024
1 parent bc880cc commit f89ba04
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dev/import-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@hcengineering/core": "^0.6.32",
"@hcengineering/platform": "^0.6.11",
"@hcengineering/server-client": "^0.6.0",
"@hcengineering/importer": "^0.6.0",
"@hcengineering/importer": "^0.6.1",
"commander": "^8.1.0"
}
}
5 changes: 2 additions & 3 deletions packages/importer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/importer",
"version": "0.6.0",
"version": "0.6.1",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -59,8 +59,7 @@
"commander": "^8.1.0",
"mime-types": "~2.1.34",
"csvtojson": "^2.0.10",
"js-yaml": "^4.1.0",
"yjs": "^13.6.19"
"js-yaml": "^4.1.0"
},
"repository": "https://github.com/hcengineering/platform",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions server/tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"@hcengineering/contact": "^0.6.24",
"@hcengineering/client-resources": "^0.6.27",
"@hcengineering/client": "^0.6.18",
"@hcengineering/importer": "^0.6.1",
"@hcengineering/model": "^0.6.11",
"@hcengineering/rank": "^0.6.4",
"uuid": "^8.3.2",
Expand All @@ -59,7 +60,6 @@
"@hcengineering/minio": "^0.6.0",
"fast-equals": "^5.0.1",
"@hcengineering/text": "^0.6.5",
"js-yaml": "^4.1.0",
"@hcengineering/importer": "^0.6.0"
"js-yaml": "^4.1.0"
}
}

0 comments on commit f89ba04

Please sign in to comment.