Skip to content

Commit

Permalink
Merge branch 'sdk/bridge-quote-uuid' into fe/bridge-quote-uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboydiamonds committed Jul 24, 2024
2 parents 669734c + b7f53c3 commit 21b5155
Show file tree
Hide file tree
Showing 3 changed files with 790 additions and 17 deletions.
8 changes: 8 additions & 0 deletions packages/sdk-router/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
module.exports = {
maxConcurrency: 1,
testTimeout: 30000,
moduleNameMapper: {
/**
* Force module uuidv7 to resolve with the CJS entry point,
* because Jest does not support package.json.exports.
* See https://github.com/uuidjs/uuid/issues/451
*/
uuidv7: require.resolve('uuidv7'),
},
}
4 changes: 3 additions & 1 deletion packages/sdk-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,19 @@
},
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/address": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/constants": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"babel-jest": "^29.4.1",
"babel-jest": "^25.2.6",
"big.js": "^5.2.2",
"decimal.js-light": "^2.5.1",
"ethers": "^5.7.2",
"jest": "^29.7.0",
"jsbi": "^4.3.0",
"node-cache": "^5.1.2",
"tiny-invariant": "^1.2.0",
Expand Down
Loading

0 comments on commit 21b5155

Please sign in to comment.