chore: Version Packages (#14483)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-01-09 12:52:13 +01:00
committed by GitHub
parent 233ec261be
commit 8fee89d622
156 changed files with 960 additions and 363 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/core-flows",
"version": "2.12.4",
"version": "2.12.5",
"description": "Set of workflow definitions for Medusa",
"main": "dist/index.js",
"exports": {
@@ -26,7 +26,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.12.4"
"@medusajs/framework": "2.12.5"
},
"dependencies": {
"csv-parse": "^5.6.0",
@@ -34,7 +34,7 @@
"zod": "3.25.76"
},
"peerDependencies": {
"@medusajs/framework": "2.12.4"
"@medusajs/framework": "2.12.5"
},
"scripts": {
"build": "yarn run -T rimraf dist && yarn run -T tsc --build",