Comparing version 1.1.1 to 1.2.0
@@ -1,2 +0,3 @@ | ||
export declare function distinctArray(arr: any[]): any[]; | ||
export declare function mergeArrays(first: any[], second: any[], arrayDistinct: boolean): any[]; | ||
export declare function distinctArray<T = any>(arr: T[]): T[]; | ||
export declare function mergeArrays(...sources: any[][]): any[]; | ||
export declare function mergeArraysDistinct(...sources: any[][]): any[]; |
{ | ||
"name": "smob", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "Zero dependency library to safe merge objects.", | ||
@@ -56,3 +56,3 @@ "main": "dist/index.cjs", | ||
"@rollup/plugin-terser": "^0.4.3", | ||
"@swc/core": "^1.3.59", | ||
"@swc/core": "^1.3.60", | ||
"@swc/jest": "^0.2.26", | ||
@@ -64,8 +64,8 @@ "@tada5hi/commitlint-config": "^1.0.2", | ||
"@types/jest": "^29.5.1", | ||
"@types/node": "^20.2.1", | ||
"@types/node": "^20.2.4", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.40.0", | ||
"eslint": "^8.41.0", | ||
"husky": "^8.0.3", | ||
"jest": "^29.5.0", | ||
"rollup": "^3.22.0", | ||
"rollup": "^3.23.0", | ||
"semantic-release": "^19.0.5", | ||
@@ -72,0 +72,0 @@ "typescript": "^5.0.4" |
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 not supported yet
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
37511
61