chore: Release (#3818)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-04-14 11:18:39 +02:00
committed by GitHub
parent 3a49f14e3e
commit 0f51e3a400
50 changed files with 265 additions and 143 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-js",
"version": "2.0.1",
"version": "2.0.2",
"description": "Client for Medusa Commerce Rest API",
"main": "dist/index.js",
"module": "dist/index.mjs",
@@ -32,7 +32,7 @@
"uuid": "^9.0.0"
},
"peerDependencies": {
"@medusajs/medusa": "1.8.1"
"@medusajs/medusa": "1.8.2"
},
"repository": {
"type": "git",
@@ -43,7 +43,7 @@
"url": "https://github.com/medusajs/medusa/issues"
},
"devDependencies": {
"@medusajs/medusa": "1.8.1",
"@medusajs/medusa": "1.8.2",
"@types/uuid": "^9.0.0",
"cross-env": "^7.0.3",
"jest": "^27.4.7",