chore: Version packages

This commit is contained in:
olivermrbl
2025-12-11 14:10:54 +01:00
parent 00e57a21a8
commit 237b472e73
179 changed files with 1013 additions and 491 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/caching",
"version": "2.12.1",
"version": "2.12.2",
"description": "Caching Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -28,12 +28,12 @@
"test:integration": "../../../node_modules/.bin/jest --passWithNoTests --forceExit --testPathPattern=\"integration-tests/__tests__/.*\\.ts\""
},
"devDependencies": {
"@medusajs/framework": "2.12.1",
"@medusajs/test-utils": "2.12.1",
"@medusajs/framework": "2.12.2",
"@medusajs/test-utils": "2.12.2",
"awilix": "^8.0.1"
},
"peerDependencies": {
"@medusajs/framework": "2.12.1",
"@medusajs/framework": "2.12.2",
"awilix": "^8.0.1"
},
"dependencies": {