Skip to content

Commit 30d6f37

Browse files
committed
Go back to using lydell's json-stringify-pretty-compact
This now seems updated more recently than @AitoDotAI's, and we only use the `maxLength` option anyway.
1 parent 5ef8a79 commit 30d6f37

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

bun.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"diacritics": "^1.3.0"
5656
},
5757
"devDependencies": {
58-
"@aitodotai/json-stringify-pretty-compact": "^1.3.0",
5958
"@eslint/js": "^9.38.0",
6059
"@fortawesome/fontawesome-free": "^7.1.0",
6160
"@mapbox/geojson-area": "^0.2.2",
@@ -70,6 +69,7 @@
7069
"globals": "^16.4.0",
7170
"json5": "^2.2.3",
7271
"jsonschema": "^1.5.0",
72+
"json-stringify-pretty-compact": "^4.0.0",
7373
"locale-compare": "^2.0.0",
7474
"npm-run-all2": "^8.0.4",
7575
"typescript": "^5.9.3",

scripts/build_json.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import jsonschema from 'jsonschema';
99
import LocationConflation from '@rapideditor/location-conflation';
1010
import localeCompare from 'locale-compare';
1111
import path from 'bun:path';
12-
import stringify from '@aitodotai/json-stringify-pretty-compact';
12+
import stringify from 'json-stringify-pretty-compact';
1313
import { styleText } from 'bun:util';
1414
const withLocale = localeCompare('en-US');
1515

0 commit comments

Comments
 (0)