[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 12:49:50 +01:00
committed by GitHub
parent 2a9ca1d1e1
commit ecf73780e0
45 changed files with 47 additions and 44 deletions
+3
View File
@@ -27,3 +27,6 @@ dist/**
.vscode .vscode
**/tsconfig.tsbuildinfo **/tsconfig.tsbuildinfo
# Cache File
/packages/**/.cache
+1 -1
View File
@@ -58,7 +58,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa.git", "url": "https://github.com/medusajs/medusa.git",
"directory": "packages/create-medusa-app" "directory": "packages/cli/create-medusa-app"
}, },
"author": "Medusa", "author": "Medusa",
"publishConfig": { "publishConfig": {
+1 -1
View File
@@ -9,7 +9,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/medusa-cli" "directory": "packages/cli/medusa-cli"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
+1 -1
View File
@@ -51,7 +51,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa.git", "url": "https://github.com/medusajs/medusa.git",
"directory": "packages/medusa-dev-cli" "directory": "packages/cli/medusa-dev-cli"
}, },
"scripts": { "scripts": {
"test": "jest --passWithNoTests -- src", "test": "jest --passWithNoTests -- src",
+1 -1
View File
@@ -13,7 +13,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/oas/medusa-oas-cli" "directory": "packages/cli/oas/medusa-oas-cli"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
+1 -1
View File
@@ -9,7 +9,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/oas/oas-github-ci" "directory": "packages/cli/oas/oas-github-ci"
}, },
"private": true, "private": true,
"author": "Medusa", "author": "Medusa",
+1 -1
View File
@@ -9,7 +9,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/modules-sdk" "directory": "packages/core/modules-sdk"
}, },
"engines": { "engines": {
"node": ">=20" "node": ">=20"
+1 -1
View File
@@ -9,7 +9,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/orchestration" "directory": "packages/core/orchestration"
}, },
"engines": { "engines": {
"node": ">=20" "node": ">=20"
+1 -1
View File
@@ -10,7 +10,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/types" "directory": "packages/core/types"
}, },
"engines": { "engines": {
"node": ">=20" "node": ">=20"
+1 -1
View File
@@ -9,7 +9,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/utils" "directory": "packages/core/utils"
}, },
"engines": { "engines": {
"node": ">=20.0.0" "node": ">=20.0.0"
+1 -1
View File
@@ -10,7 +10,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/workflows" "directory": "packages/core/workflows-sdk"
}, },
"engines": { "engines": {
"node": ">=20.0.0" "node": ">=20.0.0"
+1 -1
View File
@@ -16,7 +16,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/api-key" "directory": "packages/modules/api-key"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
+1 -1
View File
@@ -16,7 +16,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/auth" "directory": "packages/modules/auth"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
+1 -1
View File
@@ -6,7 +6,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/cache-inmemory" "directory": "packages/modules/cache-inmemory"
}, },
"engines": { "engines": {
"node": ">=20" "node": ">=20"
+1 -1
View File
@@ -6,7 +6,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/cache-redis" "directory": "packages/modules/cache-redis"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
+1 -1
View File
@@ -16,7 +16,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/cart" "directory": "packages/modules/cart"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
+1 -1
View File
@@ -16,7 +16,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/currency" "directory": "packages/modules/currency"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
+1 -1
View File
@@ -16,7 +16,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/customer" "directory": "packages/modules/customer"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
@@ -12,7 +12,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/event-bus-local" "directory": "packages/modules/event-bus-local"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
@@ -12,7 +12,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/event-bus-redis" "directory": "packages/modules/event-bus-redis"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
+1 -1
View File
@@ -16,7 +16,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/file" "directory": "packages/modules/file"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
+1 -1
View File
@@ -16,7 +16,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/fulfillment" "directory": "packages/modules/fulfillment"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
+1 -1
View File
@@ -16,7 +16,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/index" "directory": "packages/modules/index"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
+1 -1
View File
@@ -6,7 +6,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/inventory" "directory": "packages/modules/inventory"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
+1 -1
View File
@@ -13,7 +13,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/link-modules" "directory": "packages/modules/link-modules"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
+1 -1
View File
@@ -6,7 +6,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/locking" "directory": "packages/modules/locking"
}, },
"files": [ "files": [
"dist", "dist",
+1 -1
View File
@@ -16,7 +16,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/order" "directory": "packages/modules/order"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
+1 -1
View File
@@ -16,7 +16,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/payment" "directory": "packages/modules/payment"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
+1 -1
View File
@@ -16,7 +16,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/pricing" "directory": "packages/modules/pricing"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
+1 -1
View File
@@ -16,7 +16,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/product" "directory": "packages/modules/product"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
+1 -1
View File
@@ -16,7 +16,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/promotion" "directory": "packages/modules/promotion"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
@@ -6,7 +6,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/file-local" "directory": "packages/modules/providers/file-local"
}, },
"files": [ "files": [
"dist", "dist",
@@ -6,7 +6,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/file-local" "directory": "packages/modules/providers/file-s3"
}, },
"files": [ "files": [
"dist", "dist",
@@ -6,7 +6,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/fulfillment-manual" "directory": "packages/modules/providers/fulfillment-manual"
}, },
"files": [ "files": [
"dist", "dist",
@@ -6,7 +6,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/locking-postgres" "directory": "packages/modules/providers/locking-postgres"
}, },
"files": [ "files": [
"dist", "dist",
@@ -6,7 +6,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/locking-redis" "directory": "packages/modules/providers/locking-redis"
}, },
"files": [ "files": [
"dist", "dist",
@@ -6,7 +6,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/payment-stripe" "directory": "packages/modules/providers/payment-stripe"
}, },
"files": [ "files": [
"dist", "dist",
+1 -1
View File
@@ -16,7 +16,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/region" "directory": "packages/modules/region"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
+1 -1
View File
@@ -16,7 +16,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/sales-channel" "directory": "packages/modules/sales-channel"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
+1 -1
View File
@@ -6,7 +6,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/stock-location" "directory": "packages/modules/stock-location"
}, },
"engines": { "engines": {
"node": ">=20" "node": ">=20"
+1 -1
View File
@@ -16,7 +16,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/store" "directory": "packages/modules/store"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
+1 -1
View File
@@ -16,7 +16,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/tax" "directory": "packages/modules/tax"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
+1 -1
View File
@@ -16,7 +16,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/user" "directory": "packages/modules/user"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
@@ -16,7 +16,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/workflow-engine-inmemory" "directory": "packages/modules/workflow-engine-inmemory"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
@@ -16,7 +16,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/medusajs/medusa", "url": "https://github.com/medusajs/medusa",
"directory": "packages/workflow-engine-redis" "directory": "packages/modules/workflow-engine-redis"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"