File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 git config --global url."https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/".insteadOf "git@github.com:"
3939 git config --global url."https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/".insteadOf "ssh://git@github.com/"
4040
41- - name : Setup npm authentication for GitHub Packages
42- run : |
43- echo "@1inch:registry=https://npm.pkg.github.com" >> .npmrc
44- echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc
45-
4641 - name : Install node modules
4742 run : npm install
4843
Original file line number Diff line number Diff line change 1+ @1inch:registry = https://registry.yarnpkg.com
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ License: /LICENSES/MIT-OpenZeppelin.txt
2424
2525Component: @1inch/solidity-utils
2626Repo: https://github.com/1inch/solidity-utils
27- Version: v6.9.0
27+ Version: v6.9.2
2828License: MIT
2929Copyright: © 2019, 1inch
3030License: /LICENSES/MIT-1inch.txt
@@ -33,7 +33,7 @@ License: /LICENSES/MIT-1inch.txt
3333
3434Component: @1inch/aqua
3535Repo: https://github.com/1inch/aqua
36- Version: 0.0.8
36+ Version: 0.0.9
3737License: LicenseRef-Degensoft-Aqua-Source-1.1
3838Copyright: © 2025 Degensoft Ltd
3939License: /LICENSES/Aqua-Source-1.1.txt
Original file line number Diff line number Diff line change 11{
22 "name" : " @1inch/swap-vm" ,
3- "version" : " 0.0.3 " ,
3+ "version" : " 0.0.5 " ,
44 "description" : " Swap Virtual Machine protocol to build token swap strategies with programmable instruction sequences" ,
55 "main" : " index.js" ,
66 "directories" : {
77 "lib" : " lib" ,
88 "test" : " test"
99 },
1010 "dependencies" : {
11- "@1inch/aqua" : " github:1inch/aqua#0.0.8 " ,
12- "@1inch/solidity-utils" : " 6.9.0 " ,
11+ "@1inch/aqua" : " github:1inch/aqua#0.0.9 " ,
12+ "@1inch/solidity-utils" : " 6.9.2 " ,
1313 "@openzeppelin/contracts" : " 5.4.0" ,
1414 "forge-std" : " github:foundry-rs/forge-std#v1.11.0"
1515 },
Original file line number Diff line number Diff line change 22# yarn lockfile v1
33
44
5- " @1inch/aqua@github:1inch/aqua#0.0.8 " :
6- version "0.0.8 "
7- resolved "https://codeload.github.com/1inch/aqua/tar.gz/abb6d7b3f1452084210f2bada711302ab6949ca3 "
5+ " @1inch/aqua@github:1inch/aqua#0.0.9 " :
6+ version "0.0.9 "
7+ resolved "https://codeload.github.com/1inch/aqua/tar.gz/89cedfa608aa9fdc60d8cd936b76a540e4b9346f "
88 dependencies :
9- " @1inch/solidity-utils" " 6.9.0 "
9+ " @1inch/solidity-utils" " 6.9.2 "
1010 " @openzeppelin/contracts" " 5.4.0"
1111 forge-std "github:foundry-rs/forge-std#v1.11.0"
1212
13- " @1inch/solidity-utils@6.9.0 " :
14- version "6.9.0 "
15- resolved "https://npm.pkg.github. com/download/ @1inch/solidity-utils/6.9.0/1bd0855a1ace40dc81baea060d81b4b7875b76e4#1bd0855a1ace40dc81baea060d81b4b7875b76e4 "
16- integrity sha512-/laQuK34+nNcTizyGu/7pAz14dqvZN6Uj2WaoyJZ9mKiGz5ZQN5JJ34z+Ccsr5+D/Jgeof6Par6OTv5PKwediw ==
13+ " @1inch/solidity-utils@6.9.2 " :
14+ version "6.9.2 "
15+ resolved "https://registry.yarnpkg. com/@1inch/solidity-utils/-/solidity-utils- 6.9.2.tgz#40d59ffebb654cb8ab029bb85b578b628dca945f "
16+ integrity sha512-WcsJycCh7f4boTFrku74FtUvKqsm5rltfr+z++NcVuOp0suMOJk8H54bByZeyr6XRUW6m9mIhCPdTXkQR7yfQA ==
1717 dependencies :
1818 " @metamask/eth-sig-util" " 8.0.0"
1919 " @nomicfoundation/hardhat-ethers" " 3.0.8"
You can’t perform that action at this time.
0 commit comments