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
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/core-flows",
"version": "2.12.1",
"version": "2.12.2",
"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.1"
"@medusajs/framework": "2.12.2"
},
"dependencies": {
"csv-parse": "^5.6.0",
@@ -34,7 +34,7 @@
"zod": "3.25.76"
},
"peerDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"scripts": {
"build": "yarn run -T rimraf dist && yarn run -T tsc --build",