jsonrepair
Advanced tools
Comparing version 3.11.0 to 3.11.1
{ | ||
"name": "jsonrepair", | ||
"version": "3.11.0", | ||
"version": "3.11.1", | ||
"description": "Repair broken JSON documents", | ||
@@ -12,3 +12,3 @@ "repository": { | ||
"module": "lib/esm/index.js", | ||
"browser": "lib/umd/index.min.js", | ||
"browser": "lib/umd/jsonrepair.min.js", | ||
"types": "lib/types/index.d.ts", | ||
@@ -71,23 +71,23 @@ "sideEffects": false, | ||
"devDependencies": { | ||
"@babel/cli": "7.25.7", | ||
"@babel/core": "7.25.8", | ||
"@babel/plugin-transform-typescript": "7.25.7", | ||
"@babel/preset-env": "7.25.8", | ||
"@babel/preset-typescript": "7.25.7", | ||
"@babel/cli": "7.25.9", | ||
"@babel/core": "7.26.0", | ||
"@babel/plugin-transform-typescript": "7.25.9", | ||
"@babel/preset-env": "7.26.0", | ||
"@babel/preset-typescript": "7.26.0", | ||
"@biomejs/biome": "1.9.4", | ||
"@commitlint/cli": "19.5.0", | ||
"@commitlint/config-conventional": "19.5.0", | ||
"@types/node": "22.7.7", | ||
"@commitlint/cli": "19.6.0", | ||
"@commitlint/config-conventional": "19.6.0", | ||
"@types/node": "22.10.1", | ||
"benchmark": "2.1.4", | ||
"cpy-cli": "5.0.0", | ||
"del-cli": "6.0.0", | ||
"husky": "9.1.6", | ||
"husky": "9.1.7", | ||
"npm-run-all": "4.1.5", | ||
"rollup": "4.24.0", | ||
"rollup": "4.28.0", | ||
"standard-version": "9.5.0", | ||
"ts-node": "10.9.2", | ||
"typescript": "5.6.3", | ||
"typescript": "5.7.2", | ||
"uglify-js": "3.19.3", | ||
"vitest": "2.1.3" | ||
"vitest": "2.1.8" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
531858