chore: Version Packages (#6039)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-01-25 16:23:53 +01:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 4ad761788b
commit 3d0ae72887
98 changed files with 498 additions and 357 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/workflows-sdk",
"version": "0.1.1",
"version": "0.1.2",
"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.10",
"@medusajs/types": "^1.11.11",
"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.6",
"@medusajs/orchestration": "^0.5.2",
"@medusajs/utils": "^1.11.3",
"@medusajs/modules-sdk": "^1.12.7",
"@medusajs/orchestration": "^0.5.3",
"@medusajs/utils": "^1.11.4",
"awilix": "^8.0.1",
"ulid": "^2.3.0"
},