@xylabs/lodash
Advanced tools
Comparing version 2.12.13 to 2.12.14
@@ -0,3 +1,4 @@ | ||
// src/cjsIndex.ts | ||
import lodash from "lodash"; | ||
module.exports = lodash; | ||
//# sourceMappingURL=cjsIndex.js.map |
@@ -0,1 +1,2 @@ | ||
// src/esmIndex.ts | ||
import * as lodash from "lodash-es"; | ||
@@ -2,0 +3,0 @@ export * from "lodash-es"; |
@@ -1,6 +0,45 @@ | ||
import * as lodashCjs from "./cjsIndex"; | ||
export * from "./esmIndex"; | ||
var __defProp = Object.defineProperty; | ||
var __getOwnPropDesc = Object.getOwnPropertyDescriptor; | ||
var __getOwnPropNames = Object.getOwnPropertyNames; | ||
var __hasOwnProp = Object.prototype.hasOwnProperty; | ||
var __export = (target, all) => { | ||
for (var name in all) | ||
__defProp(target, name, { get: all[name], enumerable: true }); | ||
}; | ||
var __copyProps = (to, from, except, desc) => { | ||
if (from && typeof from === "object" || typeof from === "function") { | ||
for (let key of __getOwnPropNames(from)) | ||
if (!__hasOwnProp.call(to, key) && key !== except) | ||
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); | ||
} | ||
return to; | ||
}; | ||
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default")); | ||
// src/index.ts | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
lodashCjs: () => cjsIndex_exports | ||
}); | ||
// src/cjsIndex.ts | ||
var cjsIndex_exports = {}; | ||
import lodash from "lodash"; | ||
module.exports = lodash; | ||
// src/esmIndex.ts | ||
var esmIndex_exports = {}; | ||
__export(esmIndex_exports, { | ||
default: () => esmIndex_default | ||
}); | ||
__reExport(esmIndex_exports, lodash_es_star); | ||
import * as lodash2 from "lodash-es"; | ||
import * as lodash_es_star from "lodash-es"; | ||
var esmIndex_default = lodash2; | ||
// src/index.ts | ||
__reExport(src_exports, esmIndex_exports); | ||
export { | ||
lodashCjs | ||
cjsIndex_exports as lodashCjs | ||
}; | ||
//# sourceMappingURL=index.js.map |
@@ -52,4 +52,4 @@ { | ||
"@types/lodash-es": "^4.17.9", | ||
"@xylabs/ts-scripts-yarn3": "^3.0.78", | ||
"@xylabs/tsconfig": "^3.0.78", | ||
"@xylabs/ts-scripts-yarn3": "^3.0.79", | ||
"@xylabs/tsconfig": "^3.0.79", | ||
"typescript": "^5.2.2" | ||
@@ -65,3 +65,3 @@ }, | ||
"sideEffects": false, | ||
"version": "2.12.13", | ||
"version": "2.12.14", | ||
"xy": { | ||
@@ -68,0 +68,0 @@ "compile": { |
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
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
36389
380