chore: Version packages

This commit is contained in:
olivermrbl
2025-12-11 14:10:54 +01:00
parent 00e57a21a8
commit 237b472e73
179 changed files with 1013 additions and 491 deletions

View File

@@ -1,5 +1,14 @@
# @medusajs/workflow-engine-redis
## 2.12.2
### Patch Changes
- [#14201](https://github.com/medusajs/medusa/pull/14201) [`144f0f4e2ef4bf27e0e3fc48dd7d79bb6fbedef9`](https://github.com/medusajs/medusa/commit/144f0f4e2ef4bf27e0e3fc48dd7d79bb6fbedef9) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Enable more granualar queue configuration
- Updated dependencies [[`9f7846ae0babbad39947a1f33d236bff8b5098d0`](https://github.com/medusajs/medusa/commit/9f7846ae0babbad39947a1f33d236bff8b5098d0), [`fe49b567d6d55ae224095c06c710d31d40887653`](https://github.com/medusajs/medusa/commit/fe49b567d6d55ae224095c06c710d31d40887653), [`6dc0b8bed84a330c1c24f4f1331f1ed078430a47`](https://github.com/medusajs/medusa/commit/6dc0b8bed84a330c1c24f4f1331f1ed078430a47), [`356283c359e5c30e0d31e6c6fd0fb8e16c025b78`](https://github.com/medusajs/medusa/commit/356283c359e5c30e0d31e6c6fd0fb8e16c025b78)]:
- @medusajs/framework@2.12.2
## 2.12.1
### Patch Changes

View File

@@ -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"
}
}