@medusajs/utils
Advanced tools
Comparing version 1.9.2-snapshot-20230622095414 to 1.9.2-snapshot-20230626085256
@@ -11,2 +11,3 @@ export * from "./build-query"; | ||
export * from "./lower-case-first"; | ||
export * from "./upper-case-first"; | ||
export * from "./medusa-container"; | ||
@@ -13,0 +14,0 @@ export * from "./object-to-string-path"; |
@@ -27,2 +27,3 @@ "use strict"; | ||
__exportStar(require("./lower-case-first"), exports); | ||
__exportStar(require("./upper-case-first"), exports); | ||
__exportStar(require("./medusa-container"), exports); | ||
@@ -29,0 +30,0 @@ __exportStar(require("./object-to-string-path"), exports); |
@@ -27,4 +27,3 @@ "use strict"; | ||
} | ||
// const mainLeafToKeep = Object.keys(input).filter((key) => input[key] === true) | ||
var output = new Set(); // If we need to re add the top leaf then init the set with Object.keys(input) | ||
var output = new Set(Object.keys(input)); | ||
var _loop_1 = function (key) { | ||
@@ -31,0 +30,0 @@ if (input[key] != undefined && typeof input[key] === "object") { |
{ | ||
"name": "@medusajs/utils", | ||
"version": "1.9.2-snapshot-20230622095414", | ||
"version": "1.9.2-snapshot-20230626085256", | ||
"description": "Medusa utilities functions shared by Medusa core and Modules", | ||
@@ -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
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
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
70722
100
1207