@medusajs/utils
Advanced tools
Comparing version 1.9.4 to 1.9.5-canary-20230806135701
@@ -5,1 +5,5 @@ export * as DecoratorUtils from "./decorators"; | ||
export * as ModulesSdkUtils from "./modules-sdk"; | ||
export * as DALUtils from "./dal"; | ||
export * as FeatureFlagUtils from "./feature-flags"; | ||
export * as ShippingProfileUtils from "./shipping"; | ||
export * as ProductUtils from "./product"; |
@@ -26,3 +26,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ModulesSdkUtils = exports.SearchUtils = exports.EventBusUtils = exports.DecoratorUtils = void 0; | ||
exports.ProductUtils = exports.ShippingProfileUtils = exports.FeatureFlagUtils = exports.DALUtils = exports.ModulesSdkUtils = exports.SearchUtils = exports.EventBusUtils = exports.DecoratorUtils = void 0; | ||
exports.DecoratorUtils = __importStar(require("./decorators")); | ||
@@ -32,2 +32,6 @@ exports.EventBusUtils = __importStar(require("./event-bus")); | ||
exports.ModulesSdkUtils = __importStar(require("./modules-sdk")); | ||
exports.DALUtils = __importStar(require("./dal")); | ||
exports.FeatureFlagUtils = __importStar(require("./feature-flags")); | ||
exports.ShippingProfileUtils = __importStar(require("./shipping")); | ||
exports.ProductUtils = __importStar(require("./product")); | ||
//# sourceMappingURL=bundles.js.map |
@@ -25,2 +25,2 @@ export * from "./build-query"; | ||
export * from "./wrap-handler"; | ||
export * from "./dal"; | ||
export * from "./map-object-to"; |
@@ -41,3 +41,3 @@ "use strict"; | ||
__exportStar(require("./wrap-handler"), exports); | ||
__exportStar(require("./dal"), exports); | ||
__exportStar(require("./map-object-to"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -8,1 +8,5 @@ export * from "./bundles"; | ||
export * from "./modules-sdk"; | ||
export * from "./dal"; | ||
export * from "./feature-flags"; | ||
export * from "./shipping"; | ||
export * from "./product"; |
@@ -24,2 +24,6 @@ "use strict"; | ||
__exportStar(require("./modules-sdk"), exports); | ||
__exportStar(require("./dal"), exports); | ||
__exportStar(require("./feature-flags"), exports); | ||
__exportStar(require("./shipping"), exports); | ||
__exportStar(require("./product"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -32,2 +32,3 @@ "use strict"; | ||
var common_1 = require("../common"); | ||
var dal_1 = require("../dal"); | ||
function buildQuery(filters, config) { | ||
@@ -47,3 +48,3 @@ var _a, _b, _c; | ||
(_c = findOptions.filters) !== null && _c !== void 0 ? _c : (findOptions.filters = {}); | ||
findOptions.filters[common_1.SoftDeletableFilterKey] = { | ||
findOptions.filters[dal_1.SoftDeletableFilterKey] = { | ||
withDeleted: true, | ||
@@ -50,0 +51,0 @@ }; |
{ | ||
"name": "@medusajs/utils", | ||
"version": "1.9.4", | ||
"version": "1.9.5-canary-20230806135701", | ||
"description": "Medusa utilities functions shared by Medusa core and Modules", | ||
@@ -21,3 +21,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@medusajs/types": "^1.10.0", | ||
"@medusajs/types": "1.10.1-canary-20230806135701", | ||
"@types/express": "^4.17.17", | ||
@@ -24,0 +24,0 @@ "cross-env": "^5.2.1", |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
189340
193
3169
2
11