chore: Release (#3856)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-04-26 19:09:01 +02:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 4f448fbb2a
commit b41b6303cc
80 changed files with 419 additions and 442 deletions
@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-meilisearch",
"version": "2.0.1",
"version": "2.0.2",
"description": "Meilisearch search plugin for Medusa",
"repository": {
"type": "git",
@@ -19,14 +19,14 @@
"watch": "tsc --watch"
},
"dependencies": {
"@medusajs/utils": "1.8.1",
"@medusajs/utils": "1.8.2",
"body-parser": "^1.19.0",
"lodash": "^4.17.21",
"meilisearch": "^0.32.3"
},
"devDependencies": {
"@medusajs/medusa": "1.8.2",
"@medusajs/types": "1.8.2",
"@medusajs/medusa": "1.9.0",
"@medusajs/types": "1.8.3",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
"typescript": "^4.9.5"