chore: Version Packages (#13800)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-10-25 21:52:10 +02:00
committed by GitHub
parent f055bfd723
commit 6e73f8b376
158 changed files with 944 additions and 381 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/utils",
"version": "2.11.0",
"version": "2.11.1",
"description": "Medusa utilities functions shared by Medusa core and Modules",
"main": "dist/index.js",
"exports": {
@@ -26,7 +26,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "2.11.0",
"@medusajs/types": "2.11.1",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"@types/autocannon": "^7.12.5",
@@ -44,7 +44,7 @@
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-tools/merge": "^9.0.7",
"@graphql-tools/schema": "^10.0.6",
"@medusajs/deps": "2.11.0",
"@medusajs/deps": "2.11.1",
"@types/pluralize": "^0.0.33",
"bignumber.js": "^9.1.2",
"dotenv": "^16.4.5",