@medusajs/types
Advanced tools
Comparing version 1.8.9 to 1.8.10-beta-20230705211101
@@ -11,1 +11,2 @@ export * as CacheTypes from "./cache"; | ||
export * as DAL from "./dal"; | ||
export * as LoggerTypes from "./logger"; |
@@ -26,3 +26,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DAL = exports.TransactionBaseTypes = exports.StockLocationTypes = exports.SearchTypes = exports.ModulesSdkTypes = exports.ProductTypes = exports.InventoryTypes = exports.EventBusTypes = exports.CommonTypes = exports.CacheTypes = void 0; | ||
exports.LoggerTypes = exports.DAL = exports.TransactionBaseTypes = exports.StockLocationTypes = exports.SearchTypes = exports.ModulesSdkTypes = exports.ProductTypes = exports.InventoryTypes = exports.EventBusTypes = exports.CommonTypes = exports.CacheTypes = void 0; | ||
exports.CacheTypes = __importStar(require("./cache")); | ||
@@ -38,2 +38,3 @@ exports.CommonTypes = __importStar(require("./common")); | ||
exports.DAL = __importStar(require("./dal")); | ||
exports.LoggerTypes = __importStar(require("./logger")); | ||
//# sourceMappingURL=bundles.js.map |
@@ -6,2 +6,3 @@ export * from "./bundles"; | ||
export * from "./inventory"; | ||
export * from "./joiner"; | ||
export * from "./modules-sdk"; | ||
@@ -15,1 +16,2 @@ export * from "./product"; | ||
export * from "./dal"; | ||
export * from "./logger"; |
@@ -22,2 +22,3 @@ "use strict"; | ||
__exportStar(require("./inventory"), exports); | ||
__exportStar(require("./joiner"), exports); | ||
__exportStar(require("./modules-sdk"), exports); | ||
@@ -31,2 +32,3 @@ __exportStar(require("./product"), exports); | ||
__exportStar(require("./dal"), exports); | ||
__exportStar(require("./logger"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -1,3 +0,3 @@ | ||
import { Logger as _Logger } from "winston"; | ||
import { MedusaContainer } from "../common/medusa-container"; | ||
import { MedusaContainer } from "../common"; | ||
import { Logger } from "../logger"; | ||
export declare type Constructor<T> = new (...args: any[]) => T; | ||
@@ -7,7 +7,2 @@ export * from "../common/medusa-container"; | ||
export declare type LoggerOptions = boolean | "all" | LogLevel[]; | ||
export declare type Logger = _Logger & { | ||
progress: (activityId: string, msg: string) => void; | ||
info: (msg: string) => void; | ||
warn: (msg: string) => void; | ||
}; | ||
export declare enum MODULE_SCOPE { | ||
@@ -14,0 +9,0 @@ INTERNAL = "internal", |
{ | ||
"name": "@medusajs/types", | ||
"version": "1.8.9", | ||
"version": "1.8.10-beta-20230705211101", | ||
"description": "Medusa Types definition", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"repository": { | ||
@@ -7,0 +8,0 @@ "type": "git", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
70658
112
1666
2