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,14 @@
# @medusajs/analytics
## 2.10.3
### Patch Changes
- [#13516](https://github.com/medusajs/medusa/pull/13516) [`25634b038248ab6501af719faec79b59b496bada`](https://github.com/medusajs/medusa/commit/25634b038248ab6501af719faec79b59b496bada) Thanks [@adrien2p](https://github.com/adrien2p)! - test(): test dynamic max workers and improve CI
- 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/analytics",
"version": "2.10.2",
"version": "2.10.3",
"description": "Medusa Analytics module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -32,8 +32,8 @@
"test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.ts"
},
"devDependencies": {
"@medusajs/framework": "2.10.2",
"@medusajs/test-utils": "2.10.2",
"@medusajs/framework": "2.10.3",
"@medusajs/test-utils": "2.10.3",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -42,7 +42,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.10.2",
"@medusajs/framework": "2.10.3",
"awilix": "^8.0.1"
}
}