chore: Version packages

This commit is contained in:
olivermrbl
2025-05-16 11:04:39 +02:00
parent 9f4d32b220
commit 8c0b49fed4
135 changed files with 788 additions and 282 deletions

View File

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