chore: Version packages

This commit is contained in:
olivermrbl
2024-12-20 11:25:36 +01:00
parent fc321e96ce
commit 348f866ffe
138 changed files with 546 additions and 263 deletions

View File

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