chore: Version packages

This commit is contained in:
olivermrbl
2025-04-11 10:25:36 +02:00
parent 6015dcc16d
commit d61694385d
189 changed files with 1012 additions and 605 deletions

View File

@@ -1,5 +1,12 @@
# @medusajs/api-key
## 2.7.0
### Patch Changes
- Updated dependencies [[`ec56a8bc857a74788df6523af25914da95c4c1d8`](https://github.com/medusajs/medusa/commit/ec56a8bc857a74788df6523af25914da95c4c1d8), [`2a18a75353f872b0cb4c203afc08cfd82f778428`](https://github.com/medusajs/medusa/commit/2a18a75353f872b0cb4c203afc08cfd82f778428)]:
- @medusajs/framework@2.7.0
## 2.6.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/api-key",
"version": "2.6.1",
"version": "2.7.0",
"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 medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.6.1",
"@medusajs/test-utils": "2.6.1",
"@medusajs/framework": "2.7.0",
"@medusajs/test-utils": "2.7.0",
"@mikro-orm/cli": "6.4.3",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
@@ -47,7 +47,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.6.1",
"@medusajs/framework": "2.7.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",