@xylabs/lodash 2.12.12 → 2.12.14

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.
@@ -1,3 +1,4 @@
1
+ // src/cjsIndex.ts
1
2
  import lodash from "lodash";
2
3
  module.exports = lodash;
3
4
  //# 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;AAEnB,OAAO,UAAU;","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":[]}
@@ -1,3 +1,4 @@
1
+ // src/esmIndex.ts
1
2
  import * as lodash from "lodash-es";
2
3
  export * from "lodash-es";
3
4
  var esmIndex_default = lodash;
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/esmIndex.ts"],"sourcesContent":["import * as lodash from 'lodash-es'\nexport * from 'lodash-es'\n\n// eslint-disable-next-line import/no-default-export\nexport default lodash\n"],"mappings":"AAAA,YAAY,YAAY;AACxB,cAAc;AAGd,IAAO,mBAAQ;","names":[]}
1
+ {"version":3,"sources":["../../src/esmIndex.ts"],"sourcesContent":["import * as lodash from 'lodash-es'\nexport * from 'lodash-es'\n\n// eslint-disable-next-line import/no-default-export\nexport default lodash\n"],"mappings":";AAAA,YAAY,YAAY;AACxB,cAAc;AAGd,IAAO,mBAAQ;","names":[]}
@@ -1,6 +1,45 @@
1
- import * as lodashCjs from "./cjsIndex";
2
- export * from "./esmIndex";
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
18
+
19
+ // src/index.ts
20
+ var src_exports = {};
21
+ __export(src_exports, {
22
+ lodashCjs: () => cjsIndex_exports
23
+ });
24
+
25
+ // src/cjsIndex.ts
26
+ var cjsIndex_exports = {};
27
+ import lodash from "lodash";
28
+ module.exports = lodash;
29
+
30
+ // src/esmIndex.ts
31
+ var esmIndex_exports = {};
32
+ __export(esmIndex_exports, {
33
+ default: () => esmIndex_default
34
+ });
35
+ __reExport(esmIndex_exports, lodash_es_star);
36
+ import * as lodash2 from "lodash-es";
37
+ import * as lodash_es_star from "lodash-es";
38
+ var esmIndex_default = lodash2;
39
+
40
+ // src/index.ts
41
+ __reExport(src_exports, esmIndex_exports);
3
42
  export {
4
- lodashCjs
43
+ cjsIndex_exports as lodashCjs
5
44
  };
6
45
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * as lodashCjs from './cjsIndex'\nexport * from './esmIndex'\n"],"mappings":"AAAA,YAAY,eAAe;AAC3B,cAAc;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts","../../src/cjsIndex.ts","../../src/esmIndex.ts"],"sourcesContent":["export * as lodashCjs from './cjsIndex'\nexport * from './esmIndex'\n","/* eslint-disable no-restricted-imports */\nimport lodash from 'lodash'\n\nmodule.exports = lodash\n","import * as lodash from 'lodash-es'\nexport * from 'lodash-es'\n\n// eslint-disable-next-line import/no-default-export\nexport default lodash\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;;;ACAA;AACA,OAAO,YAAY;AAEnB,OAAO,UAAU;;;ACHjB;AAAA;AAAA;AAAA;AACA;AADA,YAAYA,aAAY;AACxB,gCAAc;AAGd,IAAO,mBAAQA;;;AFHf,wBAAc;","names":["lodash"]}
package/package.json CHANGED
@@ -49,8 +49,8 @@
49
49
  "devDependencies": {
50
50
  "@types/lodash": "^4.14.199",
51
51
  "@types/lodash-es": "^4.17.9",
52
- "@xylabs/ts-scripts-yarn3": "^3.0.78",
53
- "@xylabs/tsconfig": "^3.0.78",
52
+ "@xylabs/ts-scripts-yarn3": "^3.0.79",
53
+ "@xylabs/tsconfig": "^3.0.79",
54
54
  "typescript": "^5.2.2"
55
55
  },
56
56
  "publishConfig": {
@@ -61,7 +61,7 @@
61
61
  "url": "https://github.com/xylabs/sdk-js.git"
62
62
  },
63
63
  "sideEffects": false,
64
- "version": "2.12.12",
64
+ "version": "2.12.14",
65
65
  "xy": {
66
66
  "compile": {
67
67
  "depth": 1