@visulima/deep-clone 2.1.4 → 2.1.5
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 +11 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## @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
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* update packem to v1 ([05f3bc9](https://github.com/visulima/visulima/commit/05f3bc960df10a1602e24f9066e2b0117951a877))
|
|
6
|
+
* updated esbuild from v0.23 to v0.24 ([3793010](https://github.com/visulima/visulima/commit/3793010d0d549c0d41f85dea04b8436251be5fe8))
|
|
7
|
+
|
|
8
|
+
### Miscellaneous Chores
|
|
9
|
+
|
|
10
|
+
* updated dev dependencies ([05edb67](https://github.com/visulima/visulima/commit/05edb671285b1cc42875223314b24212e6a12588))
|
|
11
|
+
|
|
1
12
|
## @visulima/deep-clone [2.1.4](https://github.com/visulima/visulima/compare/@visulima/deep-clone@2.1.3...@visulima/deep-clone@2.1.4) (2024-09-12)
|
|
2
13
|
|
|
3
14
|
### 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.5",
|
|
4
4
|
"description": "Fastest deep clone implementation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -120,21 +120,21 @@
|
|
|
120
120
|
"@anolilab/prettier-config": "^5.0.14",
|
|
121
121
|
"@anolilab/semantic-release-pnpm": "^1.1.3",
|
|
122
122
|
"@anolilab/semantic-release-preset": "^9.0.0",
|
|
123
|
-
"@arethetypeswrong/cli": "^0.16.
|
|
123
|
+
"@arethetypeswrong/cli": "^0.16.4",
|
|
124
124
|
"@mfederczuk/deeptools": "2.1.0-indev01",
|
|
125
|
-
"@rushstack/eslint-plugin-security": "^0.8.
|
|
125
|
+
"@rushstack/eslint-plugin-security": "^0.8.3",
|
|
126
126
|
"@total-typescript/ts-reset": "^0.6.1",
|
|
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": "
|
|
131
|
-
"@vitest/coverage-v8": "^2.
|
|
132
|
-
"@vitest/ui": "^2.
|
|
130
|
+
"@visulima/packem": "1.0.1",
|
|
131
|
+
"@vitest/coverage-v8": "^2.1.1",
|
|
132
|
+
"@vitest/ui": "^2.1.1",
|
|
133
133
|
"clone-deep": "^4.0.1",
|
|
134
134
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
135
135
|
"cross-env": "^7.0.3",
|
|
136
136
|
"deep-copy": "^1.4.2",
|
|
137
|
-
"esbuild": "0.
|
|
137
|
+
"esbuild": "0.24.0",
|
|
138
138
|
"eslint": "8.57.0",
|
|
139
139
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
140
140
|
"eslint-plugin-etc": "^2.0.3",
|
|
@@ -144,9 +144,9 @@
|
|
|
144
144
|
"eslint-plugin-vitest": "^0.4.1",
|
|
145
145
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
146
146
|
"fast-copy": "^3.0.2",
|
|
147
|
-
"jsdom": "^25.0.
|
|
147
|
+
"jsdom": "^25.0.1",
|
|
148
148
|
"lodash.clonedeep": "^4.5.0",
|
|
149
|
-
"nano-copy": "^0.1.
|
|
149
|
+
"nano-copy": "^0.1.1",
|
|
150
150
|
"nanoclone": "^1.0.2",
|
|
151
151
|
"plain-object-clone": "^2.0.0",
|
|
152
152
|
"prettier": "^3.3.3",
|
|
@@ -154,9 +154,9 @@
|
|
|
154
154
|
"rfdc": "^1.4.1",
|
|
155
155
|
"rimraf": "5.0.9",
|
|
156
156
|
"semantic-release": "24.0.0",
|
|
157
|
-
"standard": "^17.1.
|
|
157
|
+
"standard": "^17.1.2",
|
|
158
158
|
"typescript": "5.4.5",
|
|
159
|
-
"vitest": "^2.
|
|
159
|
+
"vitest": "^2.1.1"
|
|
160
160
|
},
|
|
161
161
|
"engines": {
|
|
162
162
|
"node": ">=18.* <=22.*"
|