chore: Version packages

This commit is contained in:
olivermrbl
2024-12-04 18:36:57 +01:00
parent 51b8b39525
commit 4723acd949
143 changed files with 533 additions and 295 deletions

View File

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