feature: bundle all modules (#9324)

This commit is contained in:
Harminder Virk
2024-09-30 09:04:03 +02:00
committed by GitHub
parent a4fc9d6e0b
commit a578313db9
81 changed files with 640 additions and 226 deletions
+51 -1
View File
@@ -3,6 +3,16 @@
"version": "1.20.5",
"description": "Building blocks for digital commerce",
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./api/*": "./dist/api/*.js",
"./subscribers/*": "./dist/subscribers/*.js",
"./jobs/*": "./dist/jobs/*.js",
"./core-flows": "./dist/core-flows/index.js",
"./loaders/*": "./dist/loaders/*.js",
"./commands/*": "./dist/commands/*.js",
"./*": "./dist/modules/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
@@ -51,15 +61,51 @@
"@inquirer/checkbox": "^2.3.11",
"@inquirer/input": "^2.2.9",
"@medusajs/admin-bundler": "0.0.1",
"@medusajs/api-key": "^0.1.2",
"@medusajs/auth": "^0.0.3",
"@medusajs/auth-emailpass": "^0.0.1",
"@medusajs/auth-github": "^0.0.1",
"@medusajs/auth-google": "^0.0.1",
"@medusajs/cache-inmemory": "^1.8.10",
"@medusajs/cache-redis": "^1.9.1",
"@medusajs/cart": "^0.0.3",
"@medusajs/core-flows": "^0.0.9",
"@medusajs/currency": "^0.1.2",
"@medusajs/customer": "^0.0.3",
"@medusajs/event-bus-local": "^1.9.8",
"@medusajs/event-bus-redis": "^1.8.13",
"@medusajs/file": "^0.0.1",
"@medusajs/file-local-next": "^0.0.2",
"@medusajs/file-s3": "^0.0.2",
"@medusajs/fulfillment": "^0.1.2",
"@medusajs/fulfillment-manual": "^0.0.2",
"@medusajs/index": "^0.0.1",
"@medusajs/inventory-next": "^0.0.3",
"@medusajs/link-modules": "^0.2.11",
"@medusajs/notification": "^0.1.2",
"@medusajs/notification-local": "^0.0.1",
"@medusajs/notification-sendgrid": "^0.0.1",
"@medusajs/order": "^0.1.2",
"@medusajs/payment": "^0.0.3",
"@medusajs/payment-stripe": "^0.0.2",
"@medusajs/pricing": "^0.1.12",
"@medusajs/product": "^0.3.12",
"@medusajs/promotion": "^0.0.4",
"@medusajs/region": "^0.1.1",
"@medusajs/sales-channel": "^0.1.1",
"@medusajs/stock-location-next": "^0.0.3",
"@medusajs/store": "^0.1.1",
"@medusajs/tax": "^0.1.1",
"@medusajs/user": "^0.0.3",
"@medusajs/workflow-engine-inmemory": "^0.0.4",
"@medusajs/workflow-engine-redis": "^0.0.4",
"@swc/core": "1.5.7",
"@swc/helpers": "^0.5.11",
"boxen": "^5.0.1",
"chalk": "^4.0.0",
"chokidar": "^3.4.2",
"compression": "^1.7.4",
"express": "^4.18.2",
"express": "^4.21.0",
"fs-exists-cached": "^1.0.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
@@ -74,6 +120,10 @@
},
"peerDependencies": {
"@medusajs/framework": "^0.0.1",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/knex": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7",
"awilix": "^8.0.1"
},
"gitHead": "cd1f5afa5aa8c0b15ea957008ee19f1d695cbd2e"