@xylabs/lodash 2.11.23 → 2.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,6 +21,6 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
21
21
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
22
  mod
23
23
  ));
24
- var import_lodash = __toESM(require("lodash"));
24
+ var import_lodash = __toESM(require("lodash"), 1);
25
25
  module.exports = import_lodash.default;
26
26
  //# sourceMappingURL=cjsIndex.cjs.map
@@ -1,12 +1,3 @@
1
- var __getOwnPropNames = Object.getOwnPropertyNames;
2
- var __commonJS = (cb, mod) => function __require() {
3
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
4
- };
5
1
  import lodash from "lodash";
6
- var require_cjsIndex = __commonJS({
7
- "src/cjsIndex.ts"(exports, module) {
8
- module.exports = lodash;
9
- }
10
- });
11
- export default require_cjsIndex();
2
+ module.exports = lodash;
12
3
  //# sourceMappingURL=cjsIndex.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/cjsIndex.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nimport lodash from 'lodash'\n\nmodule.exports = lodash\n"],"mappings":";;;;AACA,OAAO,YAAY;AADnB;AAAA;AAGA,WAAO,UAAU;AAAA;AAAA;","names":[]}
1
+ {"version":3,"sources":["../../src/cjsIndex.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nimport lodash from 'lodash'\n\nmodule.exports = lodash\n"],"mappings":"AACA,OAAO,YAAY;AAEnB,OAAO,UAAU;","names":[]}
@@ -32,7 +32,7 @@ __export(esmIndex_exports, {
32
32
  default: () => esmIndex_default
33
33
  });
34
34
  module.exports = __toCommonJS(esmIndex_exports);
35
- var lodash = __toESM(require("lodash-es"));
35
+ var lodash = __toESM(require("lodash-es"), 1);
36
36
  __reExport(esmIndex_exports, require("lodash-es"), module.exports);
37
37
  var esmIndex_default = lodash;
38
38
  //# sourceMappingURL=esmIndex.cjs.map
@@ -32,6 +32,6 @@ __export(src_exports, {
32
32
  lodashCjs: () => lodashCjs
33
33
  });
34
34
  module.exports = __toCommonJS(src_exports);
35
- var lodashCjs = __toESM(require("./cjsIndex"));
35
+ var lodashCjs = __toESM(require("./cjsIndex"), 1);
36
36
  __reExport(src_exports, require("./esmIndex"), module.exports);
37
37
  //# sourceMappingURL=index.cjs.map
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __copyProps = (to, from, except, desc) => {
9
+ if (from && typeof from === "object" || typeof from === "function") {
10
+ for (let key of __getOwnPropNames(from))
11
+ if (!__hasOwnProp.call(to, key) && key !== except)
12
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
+ }
14
+ return to;
15
+ };
16
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
+ // If the importer is in node compatibility mode or this is not an ESM
18
+ // file that has been converted to a CommonJS file using a Babel-
19
+ // compatible transform (i.e. "__esModule" has not been set), then set
20
+ // "default" to the CommonJS "module.exports" for node compatibility.
21
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
+ mod
23
+ ));
24
+
25
+ // src/cjsIndex.ts
26
+ var import_lodash = __toESM(require("lodash"), 1);
27
+ module.exports = import_lodash.default;
28
+ //# sourceMappingURL=cjsIndex.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/cjsIndex.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nimport lodash from 'lodash'\n\nmodule.exports = lodash\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AACA,oBAAmB;AAEnB,OAAO,UAAU,cAAAA;","names":["lodash"]}