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/workflow-engine-redis",
"version": "1.0.1",
"version": "2.0.0",
"description": "Medusa Workflow Orchestrator module using Redis to track workflows executions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -37,8 +37,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "^1.0.1",
"@medusajs/test-utils": "^1.1.44",
"@medusajs/framework": "^2.0.0",
"@medusajs/test-utils": "^2.0.0",
"@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
@@ -56,7 +56,7 @@
"ulid": "^2.3.0"
},
"peerDependencies": {
"@medusajs/framework": "^1.0.1",
"@medusajs/framework": "^2.0.0",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7",