chore: Version Packages (#6360)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-03-20 10:21:30 +01:00
committed by GitHub
parent 189b03c485
commit 26c9bada0a
171 changed files with 926 additions and 712 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/workflows-sdk",
"version": "0.1.3",
"version": "0.1.4",
"description": "Set of workflows tooling for Medusa",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -21,7 +21,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.11.12",
"@medusajs/types": "^1.11.14",
"cross-env": "^5.2.1",
"jest": "^29.6.3",
"rimraf": "^5.0.1",
@@ -29,9 +29,9 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@medusajs/modules-sdk": "^1.12.8",
"@medusajs/orchestration": "^0.5.4",
"@medusajs/utils": "^1.11.5",
"@medusajs/modules-sdk": "^1.12.9",
"@medusajs/orchestration": "^0.5.5",
"@medusajs/utils": "^1.11.7",
"awilix": "^8.0.1",
"ulid": "^2.3.0"
},