Merge branch 'master' into develop

This commit is contained in:
olivermrbl
2022-12-14 14:47:23 +01:00
1054 changed files with 16009 additions and 100796 deletions
+6
View File
@@ -1,5 +1,11 @@
# Change Log
## 1.3.4
### Patch Changes
- Correct missing version bump
## 1.3.3
### Patch Changes
+4 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-js",
"version": "1.3.3",
"version": "1.3.4",
"description": "Client for Medusa Commerce Rest API",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -15,12 +15,14 @@
"author": "Oliver Juhl",
"license": "MIT",
"dependencies": {
"@medusajs/medusa": "^1.7.0",
"axios": "^0.24.0",
"form-data": "^4.0.0",
"qs": "^6.10.3",
"retry-axios": "^2.6.0"
},
"peerDependencies": {
"@medusajs/medusa": "^1.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",