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/core-flows",
"version": "1.0.1",
"version": "2.0.0",
"description": "Set of workflow definitions for Medusa",
"main": "dist/index.js",
"exports": {
@@ -26,7 +26,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",
@@ -44,7 +44,7 @@
"json-2-csv": "^5.5.4"
},
"peerDependencies": {
"@medusajs/framework": "^1.0.1",
"@medusajs/framework": "^2.0.0",
"awilix": "^8.0.1"
},
"scripts": {