Comparing version 3.3.0-canary-20250203013613.58f8eec45cd2ac20360696231cb799d772751cee to 3.3.0-canary-20250203050642.8fdb32eeefe63c39d40dddffd28aca527fe970e4
{ | ||
"name": "gqty", | ||
"version": "3.3.0-canary-20250203013613.58f8eec45cd2ac20360696231cb799d772751cee", | ||
"version": "3.3.0-canary-20250203050642.8fdb32eeefe63c39d40dddffd28aca527fe970e4", | ||
"description": "The No-GraphQL Client for TypeScript", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
@@ -13,5 +13,5 @@ 'use strict'; | ||
const hash = memoize__default["default"]( | ||
(...args) => ohash.hash(args, { unorderedObjects: false }).replace(/^(\d)/, "a$1") | ||
(...args) => ohash.sha256(ohash.objectHash(args, { unorderedObjects: false })).replace(/^(\d)/, "a$1") | ||
); | ||
exports.hash = hash; |
Sorry, the diff of this file is not supported yet
296379