@medusajs/types
Advanced tools
Comparing version 1.8.9 to 1.8.10-snapshot-20230628153850
@@ -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 |
@@ -14,1 +14,2 @@ export * from "./bundles"; | ||
export * from "./dal"; | ||
export * from "./logger"; |
@@ -30,2 +30,3 @@ "use strict"; | ||
__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-snapshot-20230628153850", | ||
"description": "Medusa Types definition", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69220
109
1616
2