diginext-utils 3.12.3 → 3.12.4

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,2 +1,3 @@
1
1
  import { makeSlug } from "../Slug";
2
2
  export default makeSlug;
3
+ export { makeSlug };
@@ -1,5 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.makeSlug = void 0;
3
4
  const Slug_1 = require("../Slug");
5
+ Object.defineProperty(exports, "makeSlug", { enumerable: true, get: function () { return Slug_1.makeSlug; } });
4
6
  exports.default = Slug_1.makeSlug;
5
7
  //# sourceMappingURL=makeSlug.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"makeSlug.js","sourceRoot":"","sources":["../../src/string/makeSlug.ts"],"names":[],"mappings":";;AAAA,kCAAmC;AAEnC,kBAAe,eAAQ,CAAA"}
1
+ {"version":3,"file":"makeSlug.js","sourceRoot":"","sources":["../../src/string/makeSlug.ts"],"names":[],"mappings":";;;AAAA,kCAAmC;AAG1B,yFAHA,eAAQ,OAGA;AADjB,kBAAe,eAAQ,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import { makeSlug } from "../Slug";
2
2
  export default makeSlug;
3
+ export { makeSlug };
@@ -1,3 +1,4 @@
1
1
  import { makeSlug } from "../Slug";
2
2
  export default makeSlug;
3
+ export { makeSlug };
3
4
  //# sourceMappingURL=makeSlug.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"makeSlug.js","sourceRoot":"","sources":["../../src/string/makeSlug.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAEnC,eAAe,QAAQ,CAAA"}
1
+ {"version":3,"file":"makeSlug.js","sourceRoot":"","sources":["../../src/string/makeSlug.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAEnC,eAAe,QAAQ,CAAC;AACxB,OAAO,EAAE,QAAQ,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "diginext-utils",
3
- "version": "3.12.3",
3
+ "version": "3.12.4",
4
4
  "sideEffects": false,
5
5
  "readme": "README.md",
6
6
  "homepage": "https://wearetopgroup.com",