Skip to content

Commit

Permalink
Replace stable json stringify module
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesrosiers committed Apr 2, 2024
1 parent 632ecc6 commit 88d45d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/keywords/const.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import jsonStringify from "fastest-stable-stringify";
import jsonStringify from "json-stringify-deterministic";
import * as Browser from "@hyperjump/browser";


Expand Down
2 changes: 1 addition & 1 deletion lib/keywords/enum.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import jsonStringify from "fastest-stable-stringify";
import jsonStringify from "json-stringify-deterministic";
import { pipe, asyncMap, asyncCollectArray } from "@hyperjump/pact";
import * as Browser from "@hyperjump/browser";

Expand Down
2 changes: 1 addition & 1 deletion lib/keywords/uniqueItems.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import jsonStringify from "fastest-stable-stringify";
import jsonStringify from "json-stringify-deterministic";
import * as Browser from "@hyperjump/browser";


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@hyperjump/pact": "^1.2.0",
"@hyperjump/uri": "^1.2.0",
"content-type": "^1.0.4",
"fastest-stable-stringify": "^2.0.2",
"json-stringify-deterministic": "^1.0.12",
"just-curry-it": "^5.3.0",
"uuid": "^9.0.0"
},
Expand Down

0 comments on commit 88d45d8

Please sign in to comment.