chore: Version Packages (#14483)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
233ec261be
commit
8fee89d622
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/cache-inmemory",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "In-memory Cache Module for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -23,7 +23,7 @@
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "yarn run -T tsc --build --watch",
|
||||
@@ -31,6 +31,6 @@
|
||||
"test": "../../../node_modules/.bin/jest --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user