chore: Version Packages (#4643)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-08-07 13:43:54 +02:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent f2c854fc0d
commit 0deecf353f
34 changed files with 150 additions and 97 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/workflows",
"version": "0.1.0",
"version": "0.1.1",
"description": "Set of workflows for Medusa",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -18,7 +18,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.9.0",
"@medusajs/types": "^1.10.1",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
"rimraf": "^5.0.1",
@@ -26,9 +26,9 @@
"typescript": "^4.4.4"
},
"dependencies": {
"@medusajs/modules-sdk": "^1.9.0",
"@medusajs/modules-sdk": "^1.9.1",
"@medusajs/orchestration": "^0.1.0",
"@medusajs/utils": "^1.9.3",
"@medusajs/utils": "^1.9.5",
"awilix": "^8.0.1",
"ulid": "^2.3.0"
},