Comparing version 1.3.0 to 1.4.0
@@ -1,3 +0,3 @@ | ||
export * from '../src/arrayUtils'; | ||
export * from '../src/stringUtils'; | ||
export * from '../src/dateUtils'; | ||
export * from './arrayUtils'; | ||
export * from './stringUtils'; | ||
export * from './dateUtils'; |
@@ -17,6 +17,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("../src/arrayUtils"), exports); | ||
__exportStar(require("../src/stringUtils"), exports); | ||
__exportStar(require("../src/dateUtils"), exports); | ||
__exportStar(require("./arrayUtils"), exports); | ||
__exportStar(require("./stringUtils"), exports); | ||
__exportStar(require("./dateUtils"), exports); | ||
// Export other utility functions/modules here... | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "auxin", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "The Utility Toolkit npm package is a comprehensive collection of utility functions designed to streamline common tasks in Node.js development. Whether you're working on string manipulation, array operations, date/time formatting, or other general-purpose tasks, this toolkit has you covered.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
26524