@medusajs/types
Advanced tools
Comparing version 0.0.2-next-20230323083446 to 0.0.2-next-20230324075823
@@ -0,4 +1,8 @@ | ||
export * as CacheTypes from "./cache"; | ||
export * as CommonTypes from "./common"; | ||
export * as EventBusTypes from "./event-bus"; | ||
export * as InventoryTypes from "./inventory"; | ||
export * as ModulesSdkTypes from "./modules-sdk"; | ||
export * as SearchTypes from "./search"; | ||
export * as StockLocationTypes from "./stock-location"; | ||
export * as TransactionBaseTypes from "./transaction-base"; |
@@ -26,7 +26,11 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TransactionBaseTypes = exports.SearchTypes = exports.EventBusTypes = exports.CommonTypes = void 0; | ||
exports.TransactionBaseTypes = exports.StockLocationTypes = exports.SearchTypes = exports.ModulesSdkTypes = exports.InventoryTypes = exports.EventBusTypes = exports.CommonTypes = exports.CacheTypes = void 0; | ||
exports.CacheTypes = __importStar(require("./cache")); | ||
exports.CommonTypes = __importStar(require("./common")); | ||
exports.EventBusTypes = __importStar(require("./event-bus")); | ||
exports.InventoryTypes = __importStar(require("./inventory")); | ||
exports.ModulesSdkTypes = __importStar(require("./modules-sdk")); | ||
exports.SearchTypes = __importStar(require("./search")); | ||
exports.StockLocationTypes = __importStar(require("./stock-location")); | ||
exports.TransactionBaseTypes = __importStar(require("./transaction-base")); | ||
//# sourceMappingURL=bundles.js.map |
@@ -1,3 +0,3 @@ | ||
import { ExternalModuleDeclaration, InternalModuleDeclaration } from "@medusajs/modules-sdk"; | ||
import { LoggerOptions } from "typeorm"; | ||
import { ExternalModuleDeclaration, InternalModuleDeclaration } from "../modules-sdk"; | ||
declare type SessionOptions = { | ||
@@ -4,0 +4,0 @@ name?: string; |
@@ -0,1 +1,3 @@ | ||
export * from "./common"; | ||
export * from "./config-module"; | ||
export * from "./medusa-container"; |
@@ -17,3 +17,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./common"), exports); | ||
__exportStar(require("./config-module"), exports); | ||
__exportStar(require("./medusa-container"), exports); | ||
//# sourceMappingURL=index.js.map |
export * from "./bundles"; | ||
export * from "./cache"; | ||
export * from "./common"; | ||
export * from "./event-bus"; | ||
export * from "./inventory"; | ||
export * from "./modules-sdk"; | ||
export * from "./search"; | ||
export * from "./shared-context"; | ||
export * from "./stock-location"; | ||
export * from "./transaction-base"; |
@@ -18,7 +18,11 @@ "use strict"; | ||
__exportStar(require("./bundles"), exports); | ||
__exportStar(require("./cache"), exports); | ||
__exportStar(require("./common"), exports); | ||
__exportStar(require("./event-bus"), exports); | ||
__exportStar(require("./inventory"), exports); | ||
__exportStar(require("./modules-sdk"), exports); | ||
__exportStar(require("./search"), exports); | ||
__exportStar(require("./shared-context"), exports); | ||
__exportStar(require("./stock-location"), exports); | ||
__exportStar(require("./transaction-base"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -5,4 +5,4 @@ "use strict"; | ||
exports.indexTypes = { | ||
PRODUCTS: "products" | ||
PRODUCTS: "products", | ||
}; | ||
//# sourceMappingURL=index-types.js.map |
{ | ||
"name": "@medusajs/types", | ||
"version": "0.0.2-next-20230323083446", | ||
"version": "0.0.2-next-20230324075823", | ||
"description": "Medusa Types definition", | ||
@@ -19,9 +19,8 @@ "main": "dist/index.js", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@medusajs/modules-sdk": "0.1.0-next-20230323083446" | ||
}, | ||
"devDependencies": { | ||
"awilix": "^8.0.0", | ||
"cross-env": "^5.2.1", | ||
"typeorm": "^0.3.11", | ||
"typescript": "^4.4.4" | ||
"typescript": "^4.4.4", | ||
"winston": "^3.8.2" | ||
}, | ||
@@ -28,0 +27,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
51702
0
82
1220
5
1
- Removed@babel/runtime@7.26.7(transitive)
- Removed@medusajs/modules-sdk@0.1.0-next-20230323083446(transitive)
- Removed@nodelib/fs.scandir@2.1.5(transitive)
- Removed@nodelib/fs.stat@2.0.5(transitive)
- Removed@nodelib/fs.walk@1.2.8(transitive)
- Removedansi-align@3.0.1(transitive)
- Removedansi-regex@5.0.1(transitive)
- Removedansi-styles@4.3.0(transitive)
- Removedawilix@8.0.1(transitive)
- Removedaxios@0.21.4(transitive)
- Removedaxios-retry@3.9.1(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedboxen@5.1.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedbraces@3.0.3(transitive)
- Removedcamel-case@4.1.2(transitive)
- Removedcamelcase@6.3.0(transitive)
- Removedchalk@4.1.2(transitive)
- Removedci-info@3.9.0(transitive)
- Removedcli-boxes@2.2.1(transitive)
- Removedcolor-convert@2.0.1(transitive)
- Removedcolor-name@1.1.4(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedconfigstore@5.0.1(transitive)
- Removedcrypto-random-string@2.0.0(transitive)
- Removeddom-walk@0.1.2(transitive)
- Removeddot-prop@5.3.0(transitive)
- Removedemoji-regex@8.0.0(transitive)
- Removedfast-glob@3.3.3(transitive)
- Removedfastq@1.19.0(transitive)
- Removedfill-range@7.1.1(transitive)
- Removedfollow-redirects@1.15.9(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedglob@7.1.6(transitive)
- Removedglob-parent@5.1.2(transitive)
- Removedglobal@4.4.0(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedhas-flag@4.0.0(transitive)
- Removedimurmurhash@0.1.4(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedis-docker@2.2.1(transitive)
- Removedis-extglob@2.1.1(transitive)
- Removedis-fullwidth-code-point@3.0.0(transitive)
- Removedis-glob@4.0.3(transitive)
- Removedis-number@7.0.0(transitive)
- Removedis-obj@2.0.0(transitive)
- Removedis-retry-allowed@2.2.0(transitive)
- Removedis-typedarray@1.0.0(transitive)
- Removedlower-case@2.0.2(transitive)
- Removedmake-dir@3.1.0(transitive)
- Removedmedusa-core-utils@1.2.0-next-20230323083446(transitive)
- Removedmedusa-telemetry@0.0.16(transitive)
- Removedmerge2@1.4.1(transitive)
- Removedmicromatch@4.0.8(transitive)
- Removedmin-document@2.19.0(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedno-case@3.0.4(transitive)
- Removedonce@1.4.0(transitive)
- Removedpascal-case@3.1.2(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedpicomatch@2.3.1(transitive)
- Removedprocess@0.11.10(transitive)
- Removedqueue-microtask@1.2.3(transitive)
- Removedregenerator-runtime@0.14.1(transitive)
- Removedremove-trailing-slash@0.1.1(transitive)
- Removedresolve-cwd@3.0.0(transitive)
- Removedresolve-from@5.0.0(transitive)
- Removedreusify@1.0.4(transitive)
- Removedrun-parallel@1.2.0(transitive)
- Removedsemver@6.3.1(transitive)
- Removedsignal-exit@3.0.7(transitive)
- Removedstring-width@4.2.3(transitive)
- Removedstrip-ansi@6.0.1(transitive)
- Removedsupports-color@7.2.0(transitive)
- Removedto-regex-range@5.0.1(transitive)
- Removedtslib@2.8.1(transitive)
- Removedtype-fest@0.20.2(transitive)
- Removedtypedarray-to-buffer@3.1.5(transitive)
- Removedunique-string@2.0.0(transitive)
- Removeduuid@8.3.2(transitive)
- Removedwidest-line@3.1.0(transitive)
- Removedwrap-ansi@7.0.0(transitive)
- Removedwrappy@1.0.2(transitive)
- Removedwrite-file-atomic@3.0.3(transitive)
- Removedxdg-basedir@4.0.0(transitive)