[Fix] Update Repository Directory Paths for All Packages (#10910)

This PR updates the `repository.directory` field in the `package.json` files for packages located within the `modules` folder.
This commit is contained in:
Rahul R.
2025-01-13 17:19:50 +05:30
committed by GitHub
parent 2a9ca1d1e1
commit ecf73780e0
45 changed files with 47 additions and 44 deletions

3
.gitignore vendored
View File

@@ -27,3 +27,6 @@ dist/**
.vscode
**/tsconfig.tsbuildinfo
# Cache File
/packages/**/.cache

View File

@@ -58,7 +58,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa.git",
"directory": "packages/create-medusa-app"
"directory": "packages/cli/create-medusa-app"
},
"author": "Medusa",
"publishConfig": {

View File

@@ -9,7 +9,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/medusa-cli"
"directory": "packages/cli/medusa-cli"
},
"publishConfig": {
"access": "public"

View File

@@ -51,7 +51,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa.git",
"directory": "packages/medusa-dev-cli"
"directory": "packages/cli/medusa-dev-cli"
},
"scripts": {
"test": "jest --passWithNoTests -- src",

View File

@@ -13,7 +13,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/oas/medusa-oas-cli"
"directory": "packages/cli/oas/medusa-oas-cli"
},
"publishConfig": {
"access": "public"

View File

@@ -9,7 +9,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/oas/oas-github-ci"
"directory": "packages/cli/oas/oas-github-ci"
},
"private": true,
"author": "Medusa",

View File

@@ -9,7 +9,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/modules-sdk"
"directory": "packages/core/modules-sdk"
},
"engines": {
"node": ">=20"

View File

@@ -9,7 +9,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/orchestration"
"directory": "packages/core/orchestration"
},
"engines": {
"node": ">=20"

View File

@@ -10,7 +10,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/types"
"directory": "packages/core/types"
},
"engines": {
"node": ">=20"

View File

@@ -9,7 +9,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/utils"
"directory": "packages/core/utils"
},
"engines": {
"node": ">=20.0.0"

View File

@@ -10,7 +10,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/workflows"
"directory": "packages/core/workflows-sdk"
},
"engines": {
"node": ">=20.0.0"

View File

@@ -16,7 +16,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/api-key"
"directory": "packages/modules/api-key"
},
"publishConfig": {
"access": "public"

View File

@@ -16,7 +16,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/auth"
"directory": "packages/modules/auth"
},
"publishConfig": {
"access": "public"

View File

@@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/cache-inmemory"
"directory": "packages/modules/cache-inmemory"
},
"engines": {
"node": ">=20"

View File

@@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/cache-redis"
"directory": "packages/modules/cache-redis"
},
"publishConfig": {
"access": "public"

View File

@@ -16,7 +16,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/cart"
"directory": "packages/modules/cart"
},
"publishConfig": {
"access": "public"

View File

@@ -16,7 +16,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/currency"
"directory": "packages/modules/currency"
},
"publishConfig": {
"access": "public"

View File

@@ -16,7 +16,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/customer"
"directory": "packages/modules/customer"
},
"publishConfig": {
"access": "public"

View File

@@ -12,7 +12,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/event-bus-local"
"directory": "packages/modules/event-bus-local"
},
"publishConfig": {
"access": "public"

View File

@@ -12,7 +12,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/event-bus-redis"
"directory": "packages/modules/event-bus-redis"
},
"publishConfig": {
"access": "public"

View File

@@ -16,7 +16,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/file"
"directory": "packages/modules/file"
},
"publishConfig": {
"access": "public"

View File

@@ -16,7 +16,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/fulfillment"
"directory": "packages/modules/fulfillment"
},
"publishConfig": {
"access": "public"

View File

@@ -16,7 +16,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/index"
"directory": "packages/modules/index"
},
"publishConfig": {
"access": "public"

View File

@@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/inventory"
"directory": "packages/modules/inventory"
},
"publishConfig": {
"access": "public"

View File

@@ -13,7 +13,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/link-modules"
"directory": "packages/modules/link-modules"
},
"publishConfig": {
"access": "public"

View File

@@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/locking"
"directory": "packages/modules/locking"
},
"files": [
"dist",

View File

@@ -16,7 +16,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/order"
"directory": "packages/modules/order"
},
"publishConfig": {
"access": "public"

View File

@@ -16,7 +16,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/payment"
"directory": "packages/modules/payment"
},
"publishConfig": {
"access": "public"

View File

@@ -16,7 +16,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/pricing"
"directory": "packages/modules/pricing"
},
"publishConfig": {
"access": "public"

View File

@@ -16,7 +16,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/product"
"directory": "packages/modules/product"
},
"publishConfig": {
"access": "public"

View File

@@ -16,7 +16,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/promotion"
"directory": "packages/modules/promotion"
},
"publishConfig": {
"access": "public"

View File

@@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/file-local"
"directory": "packages/modules/providers/file-local"
},
"files": [
"dist",

View File

@@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/file-local"
"directory": "packages/modules/providers/file-s3"
},
"files": [
"dist",

View File

@@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/fulfillment-manual"
"directory": "packages/modules/providers/fulfillment-manual"
},
"files": [
"dist",

View File

@@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/locking-postgres"
"directory": "packages/modules/providers/locking-postgres"
},
"files": [
"dist",

View File

@@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/locking-redis"
"directory": "packages/modules/providers/locking-redis"
},
"files": [
"dist",

View File

@@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/payment-stripe"
"directory": "packages/modules/providers/payment-stripe"
},
"files": [
"dist",

View File

@@ -16,7 +16,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/region"
"directory": "packages/modules/region"
},
"publishConfig": {
"access": "public"

View File

@@ -16,7 +16,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/sales-channel"
"directory": "packages/modules/sales-channel"
},
"publishConfig": {
"access": "public"

View File

@@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/stock-location"
"directory": "packages/modules/stock-location"
},
"engines": {
"node": ">=20"

View File

@@ -16,7 +16,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/store"
"directory": "packages/modules/store"
},
"publishConfig": {
"access": "public"

View File

@@ -16,7 +16,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/tax"
"directory": "packages/modules/tax"
},
"publishConfig": {
"access": "public"

View File

@@ -16,7 +16,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/user"
"directory": "packages/modules/user"
},
"publishConfig": {
"access": "public"

View File

@@ -16,7 +16,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/workflow-engine-inmemory"
"directory": "packages/modules/workflow-engine-inmemory"
},
"publishConfig": {
"access": "public"

View File

@@ -16,7 +16,7 @@
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/workflow-engine-redis"
"directory": "packages/modules/workflow-engine-redis"
},
"publishConfig": {
"access": "public"