chore: Version packages

This commit is contained in:
olivermrbl
2025-12-01 18:54:07 +01:00
parent 8ddf8b4d76
commit 1d4af32749
206 changed files with 1124 additions and 660 deletions

View File

@@ -1,5 +1,12 @@
# @medusajs/caching
## 2.12.0
### Patch Changes
- Updated dependencies [[`c2c3ad5ba53f1959422fb2d37297a8de8d714782`](https://github.com/medusajs/medusa/commit/c2c3ad5ba53f1959422fb2d37297a8de8d714782), [`7e3eb6e41316d7b04d32bc7186ed0c78de1aa539`](https://github.com/medusajs/medusa/commit/7e3eb6e41316d7b04d32bc7186ed0c78de1aa539), [`beb91d88a2f224075e4fcf35a0ee9483b3124504`](https://github.com/medusajs/medusa/commit/beb91d88a2f224075e4fcf35a0ee9483b3124504)]:
- @medusajs/framework@2.12.0
## 2.11.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/caching",
"version": "2.11.3",
"version": "2.12.0",
"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.11.3",
"@medusajs/test-utils": "2.11.3",
"@medusajs/framework": "2.12.0",
"@medusajs/test-utils": "2.12.0",
"awilix": "^8.0.1"
},
"peerDependencies": {
"@medusajs/framework": "2.11.3",
"@medusajs/framework": "2.12.0",
"awilix": "^8.0.1"
},
"dependencies": {