chore(release): Publish

This commit is contained in:
olivermrbl
2023-01-18 18:48:57 +01:00
parent 9c4647383e
commit 6481b0c357
96 changed files with 544 additions and 340 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-wishlist",
"version": "1.1.38",
"version": "1.1.39",
"description": "Provides /customers/:id/wishlist to add items to a customr's wishlist",
"main": "index.js",
"repository": {
@@ -23,7 +23,7 @@
"@babel/runtime": "^7.9.6",
"cross-env": "^5.2.1",
"jest": "^25.5.2",
"medusa-interfaces": "^1.3.3"
"medusa-interfaces": "^1.3.4"
},
"scripts": {
"prepare": "cross-env NODE_ENV=production yarn run build",
@@ -32,7 +32,7 @@
"watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'"
},
"peerDependencies": {
"medusa-interfaces": "1.x"
"medusa-interfaces": "1.3.4"
},
"dependencies": {
"body-parser": "^1.19.0",