@alwatr/deep-clone
Advanced tools
Comparing version 1.0.21 to 1.0.22
@@ -6,2 +6,8 @@ # Change Log | ||
## [1.0.22](https://github.com/Alwatr/nanolib/compare/@alwatr/deep-clone@1.0.21...@alwatr/deep-clone@1.0.22) (2024-08-31) | ||
### Miscellaneous Chores | ||
* Update package.json exports for [@alwatr](https://github.com/alwatr) packages ([dacb362](https://github.com/Alwatr/nanolib/commit/dacb362b145e3c51b4aba00ff643687a3fac11d2)) by @ | ||
## [1.0.21](https://github.com/Alwatr/nanolib/compare/@alwatr/deep-clone@1.0.20...@alwatr/deep-clone@1.0.21) (2024-08-31) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@alwatr/deep-clone", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "Clone deeply nested objects and arrays in JavaScript.", | ||
@@ -32,5 +32,5 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
".": { | ||
"types": "./dist/main.d.ts", | ||
"import": "./dist/main.mjs", | ||
"require": "./dist/main.cjs", | ||
"types": "./dist/main.d.ts" | ||
"require": "./dist/main.cjs" | ||
} | ||
@@ -76,3 +76,3 @@ }, | ||
}, | ||
"gitHead": "5d81b77988089edb24aa6853d0a98fdeb85dbf77" | ||
"gitHead": "1f163e85c5f0c769d5dcdf232e8042c64ec1854d" | ||
} |
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
12814