Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "auxin", | ||
"version": "1.2.0", | ||
"version": "1.3.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", |
@@ -1,4 +0,4 @@ | ||
export * from '../src/arrayUtils'; | ||
export * from '../src/stringUtils'; | ||
export * from '../src/dateUtils'; | ||
export * from './arrayUtils'; | ||
export * from './stringUtils'; | ||
export * from './dateUtils'; | ||
// Export other utility functions/modules here... |
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
26554