chore: Version Packages (#13494)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-09-18 18:38:07 +02:00
committed by GitHub
parent 41047b3854
commit 174b5b1cb7
156 changed files with 941 additions and 398 deletions

View File

@@ -1,5 +1,12 @@
# @medusajs/notification-local
## 2.10.3
### Patch Changes
- Updated dependencies [[`25634b038248ab6501af719faec79b59b496bada`](https://github.com/medusajs/medusa/commit/25634b038248ab6501af719faec79b59b496bada)]:
- @medusajs/framework@2.10.3
## 2.10.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/notification-local",
"version": "2.10.2",
"version": "2.10.3",
"description": "Local (logging) notification provider for Medusa, useful for testing purposes and log audits",
"main": "dist/index.js",
"repository": {
@@ -26,7 +26,7 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.10.2",
"@medusajs/framework": "2.10.3",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -34,7 +34,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.10.2"
"@medusajs/framework": "2.10.3"
},
"keywords": [
"medusa-provider",