@visulima/deep-clone 2.1.1 → 2.1.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +15 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## @visulima/deep-clone [2.1.2](https://github.com/visulima/visulima/compare/@visulima/deep-clone@2.1.1...@visulima/deep-clone@2.1.2) (2024-03-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * added missing os key to package.json ([4ad1268](https://github.com/visulima/visulima/commit/4ad1268ed12cbdcf60aeb46d4c052ed1696bc150))
7
+
1
8
  ## @visulima/deep-clone [2.1.1](https://github.com/visulima/visulima/compare/@visulima/deep-clone@2.1.0...@visulima/deep-clone@2.1.1) (2024-03-04)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/deep-clone",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "Fastest deep clone implementation.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -129,19 +129,20 @@
129
129
  "@types/lodash.clonedeep": "^4.5.9",
130
130
  "@types/node": "18.18.14",
131
131
  "@ungap/structured-clone": "^1.2.0",
132
- "@vitest/coverage-v8": "^1.3.1",
133
- "@vitest/ui": "^1.3.1",
132
+ "@vitest/coverage-v8": "^1.4.0",
133
+ "@vitest/ui": "^1.4.0",
134
134
  "clone-deep": "^4.0.1",
135
135
  "cross-env": "^7.0.3",
136
136
  "deep-copy": "^1.4.2",
137
137
  "eslint": "^8.57.0",
138
138
  "eslint-plugin-deprecation": "^2.0.0",
139
139
  "eslint-plugin-etc": "^2.0.3",
140
+ "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
140
141
  "eslint-plugin-mdx": "^3.1.5",
141
142
  "eslint-plugin-tsdoc": "^0.2.17",
142
- "eslint-plugin-vitest": "^0.3.22",
143
- "eslint-plugin-vitest-globals": "^1.4.0",
144
- "fast-copy": "^3.0.1",
143
+ "eslint-plugin-vitest": "^0.3.26",
144
+ "eslint-plugin-vitest-globals": "^1.5.0",
145
+ "fast-copy": "^3.0.2",
145
146
  "jsdom": "^24.0.0",
146
147
  "lodash.clonedeep": "^4.5.0",
147
148
  "nano-copy": "^0.1.0",
@@ -151,16 +152,21 @@
151
152
  "ramda": "^0.29.1",
152
153
  "rfdc": "^1.3.1",
153
154
  "rimraf": "^5.0.5",
154
- "semantic-release": "^23.0.2",
155
+ "semantic-release": "^23.0.5",
155
156
  "sort-package-json": "^2.8.0",
156
157
  "standard": "^17.1.0",
157
158
  "tsup": "^8.0.2",
158
- "typescript": "^5.3.3",
159
- "vitest": "^1.3.1"
159
+ "typescript": "^5.4.3",
160
+ "vitest": "^1.4.0"
160
161
  },
161
162
  "engines": {
162
163
  "node": ">=18.* <=21.*"
163
164
  },
165
+ "os": [
166
+ "darwin",
167
+ "linux",
168
+ "win32"
169
+ ],
164
170
  "publishConfig": {
165
171
  "access": "public",
166
172
  "provenance": true