chore: Version Packages (#12576)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-05-22 14:04:27 +02:00
committed by GitHub
parent ca9ffcc80b
commit 5ad3615830
155 changed files with 879 additions and 378 deletions

View File

@@ -1,5 +1,12 @@
# @medusajs/auth
## 2.8.3
### Patch Changes
- Updated dependencies []:
- @medusajs/framework@2.8.3
## 2.8.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/auth",
"version": "2.8.2",
"version": "2.8.3",
"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 medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.8.2",
"@medusajs/test-utils": "2.8.2",
"@medusajs/framework": "2.8.3",
"@medusajs/test-utils": "2.8.3",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -50,7 +50,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.8.2",
"@medusajs/framework": "2.8.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",