@codemod-utils/json
Advanced tools
Comparing version 1.1.12 to 1.1.13
@@ -53,3 +53,4 @@ /** | ||
const sortedMap = new Map([...map.entries()].sort()); | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-return | ||
return Object.fromEntries(sortedMap); | ||
} |
{ | ||
"name": "@codemod-utils/json", | ||
"version": "1.1.12", | ||
"version": "1.1.13", | ||
"description": "Utilities for handling JSON", | ||
@@ -48,6 +48,6 @@ "keywords": [ | ||
"typescript": "^5.7.3", | ||
"@codemod-utils/tests": "1.1.10", | ||
"@codemod-utils/tests": "1.1.11", | ||
"@shared-configs/eslint-config-node": "0.0.0", | ||
"@shared-configs/typescript": "0.0.0", | ||
"@shared-configs/prettier": "0.0.0" | ||
"@shared-configs/prettier": "0.0.0", | ||
"@shared-configs/typescript": "0.0.0" | ||
}, | ||
@@ -54,0 +54,0 @@ "engines": { |
14484
369