Version Packages (#13978)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9f8da1e2e0
commit
cfa38871cb
@@ -1,5 +1,12 @@
|
||||
# @medusajs/workflow-engine-inmemory
|
||||
|
||||
## 2.12.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`7b4dda5a179c78de5e099231ec407836db4c8dbd`](https://github.com/medusajs/medusa/commit/7b4dda5a179c78de5e099231ec407836db4c8dbd), [`8964a03fa1b9e6a4c443bf5b21d65d41a8441d29`](https://github.com/medusajs/medusa/commit/8964a03fa1b9e6a4c443bf5b21d65d41a8441d29), [`c8a7122ba918751b215dc0b19cf9b09b2c011ab8`](https://github.com/medusajs/medusa/commit/c8a7122ba918751b215dc0b19cf9b09b2c011ab8)]:
|
||||
- @medusajs/framework@2.12.3
|
||||
|
||||
## 2.12.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/workflow-engine-inmemory",
|
||||
"version": "2.12.2",
|
||||
"version": "2.12.3",
|
||||
"description": "Medusa Workflow Orchestrator module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@@ -36,14 +36,14 @@
|
||||
"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.2",
|
||||
"@medusajs/test-utils": "2.12.2"
|
||||
"@medusajs/framework": "2.12.3",
|
||||
"@medusajs/test-utils": "2.12.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"cron-parser": "^4.9.0",
|
||||
"ulid": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.2"
|
||||
"@medusajs/framework": "2.12.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user