Comparing version 4.52.1 to 4.52.2
@@ -25,3 +25,3 @@ /* | ||
*/ | ||
import { hashString } from ".."; | ||
import { hashString } from "./hash"; | ||
/** | ||
@@ -28,0 +28,0 @@ * Color-related utility functions. |
@@ -25,3 +25,3 @@ /* | ||
*/ | ||
import { isIntegerOrIntegerStr } from ".."; | ||
import { isIntegerOrIntegerStr } from "./core"; | ||
import { intDiv } from "./math"; | ||
@@ -28,0 +28,0 @@ /** |
{ | ||
"name": "js-utl", | ||
"version": "4.52.1", | ||
"version": "4.52.2", | ||
"description": "A collection of JS utility functions to be used across several applications or libraries.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -26,3 +26,3 @@ /* | ||
import { hashString } from ".."; | ||
import { hashString } from "./hash"; | ||
@@ -29,0 +29,0 @@ /** |
@@ -26,3 +26,3 @@ /* | ||
import { isIntegerOrIntegerStr } from ".."; | ||
import { isIntegerOrIntegerStr } from "./core"; | ||
import { intDiv } from "./math"; | ||
@@ -29,0 +29,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1142774
15144