chore: Version Packages (#13853)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-10-31 10:11:18 +01:00
committed by GitHub
co-authored by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent 0da22a8a13
commit 31b9ae3d28
171 changed files with 974 additions and 449 deletions
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/analytics
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/analytics",
"version": "2.11.1",
"version": "2.11.2",
"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.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -42,6 +42,6 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/api-key
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/api-key",
"version": "2.11.1",
"version": "2.11.2",
"description": "Medusa API Key module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -46,6 +46,6 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/auth
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/auth",
"version": "2.11.1",
"version": "2.11.2",
"description": "Medusa Auth module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -46,6 +46,6 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
@@ -1,5 +1,12 @@
# @medusajs/cache-inmemory
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/cache-inmemory",
"version": "2.11.1",
"version": "2.11.2",
"description": "In-memory Cache Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -23,7 +23,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/framework": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -36,6 +36,6 @@
"test": "jest --passWithNoTests"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
@@ -1,5 +1,12 @@
# @medusajs/cache-redis
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/cache-redis",
"version": "2.11.1",
"version": "2.11.2",
"description": "Redis Cache Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -23,7 +23,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/framework": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -39,6 +39,6 @@
"ioredis": "^5.4.1"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/caching
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/caching",
"version": "2.11.1",
"version": "2.11.2",
"description": "Caching Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -28,8 +28,8 @@
"test:integration": "jest --runInBand --forceExit -- integration-tests/__tests__/**/*.ts"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -38,7 +38,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/framework": "2.11.2",
"awilix": "^8.0.1"
},
"dependencies": {
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/cart
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/cart",
"version": "2.11.1",
"version": "2.11.2",
"description": "Medusa Cart module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -46,6 +46,6 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/currency
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/currency",
"version": "2.11.1",
"version": "2.11.2",
"description": "Medusa Currency module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -46,6 +46,6 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/customer
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/customer",
"version": "2.11.1",
"version": "2.11.2",
"description": "Medusa Customer module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -37,8 +37,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -47,6 +47,6 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
@@ -1,5 +1,12 @@
# @medusajs/event-bus-local
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/event-bus-local",
"version": "2.11.1",
"version": "2.11.2",
"description": "Local Event Bus Module for Medusa",
"main": "dist/index.js",
"files": [
@@ -23,7 +23,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/framework": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -40,6 +40,6 @@
"ulid": "^2.3.0"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
@@ -1,5 +1,12 @@
# @medusajs/event-bus-redis
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/event-bus-redis",
"version": "2.11.1",
"version": "2.11.2",
"description": "Redis Event Bus Module for Medusa",
"main": "dist/index.js",
"files": [
@@ -23,7 +23,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/framework": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -41,6 +41,6 @@
"ioredis": "^5.4.1"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/product
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/file",
"version": "2.11.1",
"version": "2.11.2",
"description": "Medusa File module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -46,6 +46,6 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
@@ -1,5 +1,12 @@
# @medusajs/fulfillment
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/fulfillment",
"version": "2.11.1",
"version": "2.11.2",
"description": "Medusa Fulfillment module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -46,6 +46,6 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
+9
View File
@@ -1,5 +1,14 @@
# @medusajs/index
## 2.11.2
### Patch Changes
- [#13869](https://github.com/medusajs/medusa/pull/13869) [`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(index): Add support for API end points to interact with the index module
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/index",
"version": "2.11.1",
"version": "2.11.2",
"description": "Medusa Index module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -46,6 +46,6 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/inventory-next
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/inventory",
"version": "2.11.1",
"version": "2.11.2",
"description": "Inventory Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -23,8 +23,8 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -33,7 +33,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
},
"scripts": {
"watch": "tsc --build --watch",
@@ -1,5 +1,12 @@
# @medusajs/link-modules
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/link-modules",
"version": "2.11.1",
"version": "2.11.2",
"description": "Medusa Default Link Modules Package and Definitions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -33,8 +33,8 @@
"test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.ts"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"cross-env": "^5.2.1",
@@ -44,6 +44,6 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/locking
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/locking",
"version": "2.11.1",
"version": "2.11.2",
"description": "Locking Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -32,8 +32,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -42,6 +42,6 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
@@ -1,5 +1,18 @@
# @medusajs/notification
## 2.11.2
### Patch Changes
- [#13781](https://github.com/medusajs/medusa/pull/13781) [`cc2614ded7f83cdbe7e7f7f809d05f5ab6059fe4`](https://github.com/medusajs/medusa/commit/cc2614ded7f83cdbe7e7f7f809d05f5ab6059fe4) Thanks [@peterlgh7](https://github.com/peterlgh7)! - add Medusa Cloud Email provider
- [#13889](https://github.com/medusajs/medusa/pull/13889) [`01ee437926f0a4ec587510c65f8282620bf72d3f`](https://github.com/medusajs/medusa/commit/01ee437926f0a4ec587510c65f8282620bf72d3f) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Make template nullable on emails
- [#13879](https://github.com/medusajs/medusa/pull/13879) [`1defb3c29bfe018fd5f89b5a9e27fc8a31d72cdd`](https://github.com/medusajs/medusa/commit/1defb3c29bfe018fd5f89b5a9e27fc8a31d72cdd) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Inject sandbox handle in cloud config
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/notification",
"version": "2.11.1",
"version": "2.11.2",
"description": "Medusa Notification module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -46,6 +46,6 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/order
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/order",
"version": "2.11.1",
"version": "2.11.2",
"description": "Medusa Order module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -46,6 +46,6 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/payment
## 2.11.2
### Patch Changes
- [#13781](https://github.com/medusajs/medusa/pull/13781) [`cc2614ded7f83cdbe7e7f7f809d05f5ab6059fe4`](https://github.com/medusajs/medusa/commit/cc2614ded7f83cdbe7e7f7f809d05f5ab6059fe4) Thanks [@peterlgh7](https://github.com/peterlgh7)! - add Medusa Cloud Email provider
- [#13772](https://github.com/medusajs/medusa/pull/13772) [`ef7b9b937562144d1f077a16ceb8279c84f3b6af`](https://github.com/medusajs/medusa/commit/ef7b9b937562144d1f077a16ceb8279c84f3b6af) Thanks [@sradevski](https://github.com/sradevski)! - Add a medusa payments provider
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/payment",
"version": "2.11.1",
"version": "2.11.2",
"description": "Medusa Payment module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -46,7 +46,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
},
"dependencies": {
"stripe": "19.1.0"
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/pricing
## 2.11.2
### Patch Changes
- [#13852](https://github.com/medusajs/medusa/pull/13852) [`f055bfd723e47b381a780b23dc230203b989088c`](https://github.com/medusajs/medusa/commit/f055bfd723e47b381a780b23dc230203b989088c) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(pricing): Update store + list price preferences
- [#13899](https://github.com/medusajs/medusa/pull/13899) [`0f79f22ebc35b3e4d8151789b92c932f014de85e`](https://github.com/medusajs/medusa/commit/0f79f22ebc35b3e4d8151789b92c932f014de85e) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(pricing): update price list prices perf issues
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/pricing",
"version": "2.11.1",
"version": "2.11.2",
"description": "Medusa Pricing module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -46,6 +46,6 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/product
## 2.11.2
### Patch Changes
- [#13623](https://github.com/medusajs/medusa/pull/13623) [`47572816778e21432d0201f4b2642a765c86fdbc`](https://github.com/medusajs/medusa/commit/47572816778e21432d0201f4b2642a765c86fdbc) Thanks [@fPolic](https://github.com/fPolic)! - feat: scoped variant images
- [#13731](https://github.com/medusajs/medusa/pull/13731) [`0b202cc50946fdd0d0ccf4c76ae2d4f801895378`](https://github.com/medusajs/medusa/commit/0b202cc50946fdd0d0ccf4c76ae2d4f801895378) Thanks [@fPolic](https://github.com/fPolic)! - feat(product): build variant images when retrieving product
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/product",
"version": "2.11.1",
"version": "2.11.2",
"description": "Medusa Product module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"faker": "^5.5.3",
@@ -47,6 +47,6 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/promotion
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/promotion",
"version": "2.11.1",
"version": "2.11.2",
"description": "Medusa Promotion module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -37,8 +37,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -47,6 +47,6 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
@@ -1,5 +1,12 @@
# @medusajs/analytics-local
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/analytics-local",
"version": "2.11.1",
"version": "2.11.2",
"description": "Local analytics provider for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,7 +25,7 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/framework": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -33,7 +33,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
},
"keywords": [
"medusa-plugin",
@@ -1,5 +1,12 @@
# @medusajs/analytics-posthog
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/analytics-posthog",
"version": "2.11.1",
"version": "2.11.2",
"description": "Posthog analytics provider for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,7 +25,7 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/framework": "2.11.2",
"@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.11.1",
"@medusajs/framework": "2.11.2",
"posthog-node": "^4.17.1"
},
"keywords": [
@@ -1,5 +1,12 @@
# @medusajs/auth-emailpass
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/auth-emailpass",
"version": "2.11.1",
"version": "2.11.2",
"description": "Email and password credential authentication provider for Medusa",
"main": "dist/index.js",
"repository": {
@@ -26,7 +26,7 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/framework": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -37,7 +37,7 @@
"scrypt-kdf": "^2.0.1"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
},
"keywords": [
"medusa-provider",
@@ -1,5 +1,12 @@
# @medusajs/auth-github
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/auth-github",
"version": "2.11.1",
"version": "2.11.2",
"description": "Github OAuth authentication provider for Medusa",
"main": "dist/index.js",
"repository": {
@@ -26,7 +26,7 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/framework": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -35,7 +35,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
},
"keywords": [
"medusa-provider",
@@ -1,5 +1,12 @@
# @medusajs/auth-google
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/auth-google",
"version": "2.11.1",
"version": "2.11.2",
"description": "Google OAuth authentication provider for Medusa",
"main": "dist/index.js",
"repository": {
@@ -26,7 +26,7 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/framework": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -38,7 +38,7 @@
"jsonwebtoken": "^9.0.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
},
"keywords": [
"medusa-provider",
@@ -1,5 +1,12 @@
# @medusajs/caching-redis
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/caching-redis",
"version": "2.11.1",
"version": "2.11.2",
"description": "Redis Caching for Medusa",
"main": "dist/index.js",
"repository": {
@@ -20,7 +20,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/framework": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -28,7 +28,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
},
"dependencies": {
"ioredis": "^5.4.1",
@@ -1,5 +1,12 @@
# @medusajs/file-local
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/file-local",
"version": "2.11.1",
"version": "2.11.2",
"description": "Local filesystem file storage for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,7 +25,7 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/framework": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -33,7 +33,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
},
"keywords": [
"medusa-plugin",
@@ -1,5 +1,12 @@
# @medusajs/file-s3
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/file-s3",
"version": "2.11.1",
"version": "2.11.2",
"description": "S3 protocol file storage for Medusa. Supports any S3-compatible storage provider",
"main": "dist/index.js",
"repository": {
@@ -26,7 +26,7 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/framework": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"axios": "^1.6.8",
@@ -40,7 +40,7 @@
"ulid": "^2.3.0"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
},
"keywords": [
"medusa-plugin",
@@ -1,5 +1,12 @@
# @medusajs/fulfillment-manual
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/fulfillment-manual",
"version": "2.11.1",
"version": "2.11.2",
"description": "Manual fulfillment for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,7 +25,7 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/framework": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -33,7 +33,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
},
"keywords": [
"medusa-plugin",
@@ -1,5 +1,12 @@
# @medusajs/locking-postgres
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/locking-postgres",
"version": "2.11.1",
"version": "2.11.2",
"description": "Postgres Advisory Locks for Medusa",
"main": "dist/index.js",
"repository": {
@@ -20,7 +20,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/framework": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -28,7 +28,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
},
"scripts": {
"watch": "tsc --build --watch",
@@ -1,5 +1,12 @@
# @medusajs/locking-redis
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/locking-redis",
"version": "2.11.1",
"version": "2.11.2",
"description": "Redis Lock for Medusa",
"main": "dist/index.js",
"repository": {
@@ -20,7 +20,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/framework": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -28,7 +28,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
},
"dependencies": {
"ioredis": "^5.4.1"
@@ -1,5 +1,12 @@
# @medusajs/notification-local
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/notification-local",
"version": "2.11.1",
"version": "2.11.2",
"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.11.1",
"@medusajs/framework": "2.11.2",
"@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.11.1"
"@medusajs/framework": "2.11.2"
},
"keywords": [
"medusa-provider",
@@ -1,5 +1,12 @@
# @medusajs/notification-sendgrid
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/notification-sendgrid",
"version": "2.11.1",
"version": "2.11.2",
"description": "Sendgrid notification provider for Medusa",
"main": "dist/index.js",
"repository": {
@@ -26,7 +26,7 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/framework": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -37,7 +37,7 @@
"@sendgrid/mail": "^8.1.3"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
},
"keywords": [
"medusa-provider",
@@ -1,5 +1,12 @@
# @medusajs/payment-stripe
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/payment-stripe",
"version": "2.11.1",
"version": "2.11.2",
"description": "Stripe payment provider for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,7 +25,7 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/framework": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -33,7 +33,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
},
"dependencies": {
"stripe": "^15.5.0"
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/region
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/region",
"version": "2.11.1",
"version": "2.11.2",
"description": "Medusa Region module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -46,6 +46,6 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
@@ -1,5 +1,12 @@
# @medusajs/sales-channel
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/sales-channel",
"version": "2.11.1",
"version": "2.11.2",
"description": "Medusa Sales Channel module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -46,6 +46,6 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/settings
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/settings",
"version": "2.11.1",
"version": "2.11.2",
"description": "Medusa Settings module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -46,6 +46,6 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
@@ -1,5 +1,12 @@
# @medusajs/stock-location
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/stock-location",
"version": "2.11.1",
"version": "2.11.2",
"description": "Stock Location Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -23,8 +23,8 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -33,7 +33,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
},
"scripts": {
"watch": "tsc --build --watch",
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/store
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/store",
"version": "2.11.1",
"version": "2.11.2",
"description": "Medusa Store module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -46,6 +46,6 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/tax
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/tax",
"version": "2.11.1",
"version": "2.11.2",
"description": "Medusa Tax module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -46,6 +46,6 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/user
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/user",
"version": "2.11.1",
"version": "2.11.2",
"description": "Medusa Users module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -49,6 +49,6 @@
"jsonwebtoken": "^9.0.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
@@ -1,5 +1,12 @@
# @medusajs/workflow-engine-inmemory
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/workflow-engine-inmemory",
"version": "2.11.1",
"version": "2.11.2",
"description": "Medusa Workflow Orchestrator module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -50,6 +50,6 @@
"ulid": "^2.3.0"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}
@@ -1,5 +1,12 @@
# @medusajs/workflow-engine-redis
## 2.11.2
### Patch Changes
- Updated dependencies [[`85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2`](https://github.com/medusajs/medusa/commit/85b1f3d43aa8d8e0269a545ef7867733fd0eb8e2)]:
- @medusajs/framework@2.11.2
## 2.11.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/workflow-engine-redis",
"version": "2.11.1",
"version": "2.11.2",
"description": "Medusa Workflow Orchestrator module using Redis to track workflows executions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.11.1",
"@medusajs/test-utils": "2.11.1",
"@medusajs/framework": "2.11.2",
"@medusajs/test-utils": "2.11.2",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -51,6 +51,6 @@
"ulid": "^2.3.0"
},
"peerDependencies": {
"@medusajs/framework": "2.11.1"
"@medusajs/framework": "2.11.2"
}
}