@visulima/deep-clone 2.1.5 → 2.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## @visulima/deep-clone [2.1.6](https://github.com/visulima/visulima/compare/@visulima/deep-clone@2.1.5...@visulima/deep-clone@2.1.6) (2024-10-05)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* updated dev dependencies, updated packem to v1.0.7, fixed naming of some lint config files ([c071a9c](https://github.com/visulima/visulima/commit/c071a9c8e129014a962ff654a16f302ca18a5c67))
|
|
6
|
+
|
|
1
7
|
## @visulima/deep-clone [2.1.5](https://github.com/visulima/visulima/compare/@visulima/deep-clone@2.1.4...@visulima/deep-clone@2.1.5) (2024-09-24)
|
|
2
8
|
|
|
3
9
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/deep-clone",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.6",
|
|
4
4
|
"description": "Fastest deep clone implementation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -127,9 +127,9 @@
|
|
|
127
127
|
"@types/lodash.clonedeep": "^4.5.9",
|
|
128
128
|
"@types/node": "18.19.15",
|
|
129
129
|
"@ungap/structured-clone": "^1.2.0",
|
|
130
|
-
"@visulima/packem": "1.0.
|
|
131
|
-
"@vitest/coverage-v8": "^2.1.
|
|
132
|
-
"@vitest/ui": "^2.1.
|
|
130
|
+
"@visulima/packem": "1.0.7",
|
|
131
|
+
"@vitest/coverage-v8": "^2.1.2",
|
|
132
|
+
"@vitest/ui": "^2.1.2",
|
|
133
133
|
"clone-deep": "^4.0.1",
|
|
134
134
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
135
135
|
"cross-env": "^7.0.3",
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"semantic-release": "24.0.0",
|
|
157
157
|
"standard": "^17.1.2",
|
|
158
158
|
"typescript": "5.4.5",
|
|
159
|
-
"vitest": "^2.1.
|
|
159
|
+
"vitest": "^2.1.2"
|
|
160
160
|
},
|
|
161
161
|
"engines": {
|
|
162
162
|
"node": ">=18.* <=22.*"
|