chore: Version packages

This commit is contained in:
olivermrbl
2024-10-25 17:19:36 +02:00
parent ddf3306af1
commit 4ccab16336
136 changed files with 527 additions and 240 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/oas-github-ci",
"version": "2.0.0",
"version": "2.0.1",
"description": "OAS Github CI",
"main": "scripts/build-openapi.js",
"files": [
@@ -21,7 +21,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/medusa-oas-cli": "2.0.0",
"@medusajs/medusa-oas-cli": "2.0.1",
"execa": "^5.1.1"
}
}