sort-object-keys2
Advanced tools
Comparing version
@@ -6,2 +6,13 @@ # Change Log | ||
## [3.0.6](https://github.com/bluelovers/ws-array/compare/sort-object-keys2@3.0.5...sort-object-keys2@3.0.6) (2024-03-09) | ||
### ♻️ Chores | ||
* sort ([3b86037](https://github.com/bluelovers/ws-array/commit/3b86037ba0ce9055b542950bc38a1729b71db770)) | ||
* **release:** publish ([1b31096](https://github.com/bluelovers/ws-array/commit/1b31096c7273d86aff3c6bb15ff77717c6804439)) | ||
## [3.0.5](https://github.com/bluelovers/ws-array/compare/sort-object-keys2@3.0.4...sort-object-keys2@3.0.5) (2022-10-25) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "sort-object-keys2", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "Sort an object's keys, including an optional key list", | ||
@@ -44,9 +44,9 @@ "keywords": [ | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.esm.mjs", | ||
"require": "./dist/index.cjs" | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.esm.mjs" | ||
}, | ||
"./core": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.esm.mjs", | ||
"require": "./dist/index.cjs" | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.esm.mjs" | ||
}, | ||
@@ -65,5 +65,7 @@ "./package.json": "./package.json", | ||
"scripts": { | ||
"coverage": "yarn run test -- --coverage", | ||
"pretest": "echo pretest", | ||
"test": "jest --passWithNoTests", | ||
"test:jest": "jest --passWithNoTests", | ||
"test:jest:coverage": "yarn run test:jest -- --coverage", | ||
"test:jest:snapshot": "yarn run test:jest -- -u", | ||
@@ -101,6 +103,6 @@ "test:snapshot": "yarn run test -- -u", | ||
"dependencies": { | ||
"@lazy-array/util-unique": "^1.0.4" | ||
"@lazy-array/util-unique": "^1.0.5" | ||
}, | ||
"packageManager": "yarn@1.22.19", | ||
"gitHead": "719fbb0eefb60ef137047dae8f2601d13ea6512a" | ||
"gitHead": "77defbf96f2631c5d5df602f053c29352ac60786" | ||
} |
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
45144
1.14%