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
2852
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.8-snapshot-20230605161303 to 1.8.8-snapshot-20230605162052

2

dist/bundles.d.ts

@@ -5,3 +5,2 @@ export * as CacheTypes from "./cache";

export * as InventoryTypes from "./inventory";
export * as ProductTypes from "./product";
export * as ModulesSdkTypes from "./modules-sdk";

@@ -11,2 +10,1 @@ export * as SearchTypes from "./search";

export * as TransactionBaseTypes from "./transaction-base";
export * as DAL from "./dal";

4

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.TransactionBaseTypes = exports.StockLocationTypes = exports.SearchTypes = exports.ModulesSdkTypes = exports.InventoryTypes = exports.EventBusTypes = exports.CommonTypes = exports.CacheTypes = void 0;
exports.CacheTypes = __importStar(require("./cache"));

@@ -32,3 +32,2 @@ exports.CommonTypes = __importStar(require("./common"));

exports.InventoryTypes = __importStar(require("./inventory"));
exports.ProductTypes = __importStar(require("./product"));
exports.ModulesSdkTypes = __importStar(require("./modules-sdk"));

@@ -38,3 +37,2 @@ exports.SearchTypes = __importStar(require("./search"));

exports.TransactionBaseTypes = __importStar(require("./transaction-base"));
exports.DAL = __importStar(require("./dal"));
//# sourceMappingURL=bundles.js.map

@@ -87,4 +87,2 @@ import { FindManyOptions, FindOneOptions, FindOperator, FindOptionsSelect, FindOptionsWhere, OrderByCondition } from "typeorm";

}
export interface RepositoryTransformOptions {
}
export interface DateComparisonOperator {

@@ -91,0 +89,0 @@ lt?: Date;

@@ -7,4 +7,2 @@ export * from "./bundles";

export * from "./modules-sdk";
export * from "./product";
export * from "./product-category";
export * from "./search";

@@ -14,2 +12,1 @@ export * from "./shared-context";

export * from "./transaction-base";
export * from "./dal";

@@ -23,4 +23,2 @@ "use strict";

__exportStar(require("./modules-sdk"), exports);
__exportStar(require("./product"), exports);
__exportStar(require("./product-category"), exports);
__exportStar(require("./search"), exports);

@@ -30,3 +28,2 @@ __exportStar(require("./shared-context"), exports);

__exportStar(require("./transaction-base"), exports);
__exportStar(require("./dal"), exports);
//# sourceMappingURL=index.js.map

@@ -29,3 +29,3 @@ import { Logger as _Logger } from "winston";

scope: MODULE_SCOPE.EXTERNAL;
server?: {
server: {
type: "http";

@@ -42,3 +42,2 @@ url: string;

moduleDeclaration?: InternalModuleDeclaration | ExternalModuleDeclaration;
moduleExports?: ModuleExports;
};

@@ -45,0 +44,0 @@ export declare type ModuleDefinition = {

{
"name": "@medusajs/types",
"version": "1.8.8-snapshot-20230605161303",
"version": "1.8.8-snapshot-20230605162052",
"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