**What** The existing totals calculations are extremely heavy and perform an enormous amount of duplicate work. The changes here remove large parts of the overhead and improves response times for cart endpoints up to 30x.
26 lines
715 B
JSON
26 lines
715 B
JSON
{
|
|
"name": "plugins",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "jest --runInBand --silent=false",
|
|
"build": "babel src -d dist --extensions \".ts,.js\""
|
|
},
|
|
"dependencies": {
|
|
"@medusajs/medusa": "1.4.1-dev-1665082901122",
|
|
"faker": "^5.5.3",
|
|
"medusa-fulfillment-webshipper": "1.3.3-dev-1665082901122",
|
|
"medusa-interfaces": "1.3.3-dev-1665082901122",
|
|
"medusa-plugin-sendgrid": "1.3.3-dev-1665082901122",
|
|
"typeorm": "^0.2.31"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.12.10",
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/node": "^7.12.10",
|
|
"babel-preset-medusa-package": "1.1.19-dev-1665082901122",
|
|
"jest": "^26.6.3"
|
|
}
|
|
}
|