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
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com> Oliver Windall Juhl
parent 3a49f14e3e
commit 0f51e3a400
50 changed files with 265 additions and 143 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.8.1",
"version": "1.8.2",
"description": "E-commerce for JAMstack",
"main": "dist/index.js",
"bin": "./cli.js",
@@ -19,7 +19,7 @@
"author": "Sebastian Rindom",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "1.8.1",
"@medusajs/types": "1.8.2",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^8.5.9",
"@types/multer": "^1.4.7",
@@ -38,13 +38,13 @@
"test": "jest"
},
"peerDependencies": {
"@medusajs/types": "1.8.1",
"@medusajs/types": "1.8.2",
"medusa-interfaces": "1.3.7",
"typeorm": "^0.3.11"
},
"dependencies": {
"@medusajs/medusa-cli": "1.3.10",
"@medusajs/modules-sdk": "1.8.1",
"@medusajs/modules-sdk": "1.8.2",
"@medusajs/utils": "1.8.1",
"@types/ioredis": "^4.28.10",
"@types/lodash": "^4.14.191",