chore: Version packages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/workflow-engine-redis",
|
||||
"version": "2.12.1",
|
||||
"version": "2.12.2",
|
||||
"description": "Medusa Workflow Orchestrator module using Redis to track workflows executions",
|
||||
"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 MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.1",
|
||||
"@medusajs/test-utils": "2.12.1"
|
||||
"@medusajs/framework": "2.12.2",
|
||||
"@medusajs/test-utils": "2.12.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"bullmq": "5.13.0",
|
||||
@@ -45,6 +45,6 @@
|
||||
"ulid": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.1"
|
||||
"@medusajs/framework": "2.12.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user