Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@medusajs/types

Package Overview
Dependencies
Maintainers
2
Versions
2904
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@medusajs/types - npm Package Compare versions

Comparing version 1.8.9 to 1.8.10-snapshot-20230628153850

dist/logger/index.d.ts

1

dist/bundles.d.ts

@@ -11,1 +11,2 @@ export * as CacheTypes from "./cache";

export * as DAL from "./dal";
export * as LoggerTypes from "./logger";

3

dist/bundles.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc