chore: Release

This commit is contained in:
olivermrbl
2024-10-22 20:43:47 +02:00
parent c3418a2b93
commit 2fbebb60e3
134 changed files with 1309 additions and 590 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/test-utils",
"version": "1.1.44",
"version": "2.0.0",
"description": "Test utils for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,7 +25,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "^1.0.1",
"@medusajs/framework": "^2.0.0",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/knex": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
@@ -45,8 +45,8 @@
"randomatic": "^3.1.1"
},
"peerDependencies": {
"@medusajs/framework": "^1.0.1",
"@medusajs/medusa": "^1.20.5",
"@medusajs/framework": "^2.0.0",
"@medusajs/medusa": "^2.0.0",
"@mikro-orm/postgresql": "5.9.7",
"awilix": "^8.0.1"
},