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
parent 4f448fbb2a
commit b41b6303cc
80 changed files with 419 additions and 442 deletions

View File

@@ -1,5 +1,12 @@
# @medusajs/cache-inmemory
## 1.8.3
### Patch Changes
- Updated dependencies []:
- @medusajs/modules-sdk@1.8.3
## 1.8.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/cache-inmemory",
"version": "1.8.2",
"version": "1.8.3",
"description": "In-memory Cache Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -17,7 +17,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "1.8.2",
"@medusajs/types": "1.8.3",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
"ts-jest": "^25.5.1",
@@ -30,6 +30,6 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/modules-sdk": "1.8.2"
"@medusajs/modules-sdk": "1.8.3"
}
}