diff --git a/package.json b/package.json index 120d7fa..25e0436 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,7 @@ "fetch-blob": "https://github.com/LumeWeb/fetch-blob.git", "hyperswarm": "^3.0.4", "json-stable-stringify": "^1.0.1", + "json-stringify-deterministic": "^1.0.7", "libskynet": "https://github.com/LumeWeb/libskynet.git", "libskynetnode": "https://github.com/LumeWeb/libskynetnode.git", "loady": "https://github.com/LumeWeb/loady.git", @@ -49,7 +50,6 @@ "node-cache": "^5.1.2", "node-cron": "^3.0.1", "node-fetch": "2", - "ordered-json": "^0.1.1", "promise-retry": "^2.0.1", "protomux": "^3.4.0", "protomux-rpc": "^1.3.0", diff --git a/yarn.lock b/yarn.lock index 01d906a..035156d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -558,7 +558,7 @@ "@lumeweb/relay-types@https://git.lumeweb.com/LumeWeb/relay-types.git": version "0.1.0" - resolved "https://git.lumeweb.com/LumeWeb/relay-types.git#33b87a1075441043e7e0219264d66f6610864685" + resolved "https://git.lumeweb.com/LumeWeb/relay-types.git#298d043b3924bbe427e047d1c02db7c239fdadac" "@msgpackr-extract/msgpackr-extract-darwin-arm64@2.2.0": version "2.2.0" @@ -2300,6 +2300,11 @@ json-stable-stringify@^1.0.1: dependencies: jsonify "^0.0.1" +json-stringify-deterministic@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/json-stringify-deterministic/-/json-stringify-deterministic-1.0.7.tgz#b5e37549581ac8ec8439ca7e9b746d23da56ac20" + integrity sha512-VGSL+V2s/AqL25ixC4459kAlyIYsS+VUJ3owa/FKr4ZeMJeTZERlzGXJ2xWIHcTfd/fwgTvNyh7/RWMDvkFciw== + json-stringify-safe@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"