breaking: rename package names to be consistent and under @medusajs scope (#9580)

This commit is contained in:
Harminder Virk
2024-10-16 22:28:09 +05:30
committed by GitHub
parent cc1a25abb2
commit 68560787e5
289 changed files with 483 additions and 474 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "@medusajs/medusa-cli",
"name": "@medusajs/cli",
"version": "1.3.22",
"description": "Command Line interface for Medusa Commerce",
"main": "dist/index.js",
@@ -46,6 +46,7 @@
"typescript": "^5.6.2"
},
"dependencies": {
"@medusajs/telemetry": "^0.0.17",
"@medusajs/utils": "1.11.9",
"@types/express": "^4.17.17",
"chalk": "^4.0.0",
@@ -60,7 +61,6 @@
"inquirer": "^8.0.0",
"is-valid-path": "^0.1.1",
"meant": "^1.0.3",
"medusa-telemetry": "^0.0.17",
"ora": "^5.4.1",
"pg": "^8.11.3",
"pg-god": "^1.0.12",