File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 },
4141 "devDependencies" : {
4242 "@babel/preset-env" : " ^7.14.8" ,
43- "@steerprotocol/app-loader" : " ^0.1.1 " ,
43+ "@steerprotocol/app-loader" : " ^0.1.6 " ,
4444 "@types/jest" : " ^27.0.1" ,
4545 "@types/node" : " ^16.11.11" ,
4646 "@types/node-fetch" : " ^2.6.2" ,
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ describe("WASM Module", () => {
5858 // );
5959
6060 // Call the config function on the strategy bundle
61- const result = myModule [ ' execute(paramter_1 : string)' ] ( JSON . stringify ( prices2 ) ) ;
61+ const result = myModule [ " execute(param_1 : string)" ] ( JSON . stringify ( prices2 ) ) ;
6262
6363 // console.log(result)
6464 // Pull the result from memory and parse the result
Original file line number Diff line number Diff line change 16521652 dependencies :
16531653 " @sinonjs/commons" " ^1.7.0"
16541654
1655- " @steerprotocol/app-loader@^0.1.1 " :
1656- version "0.1.1 "
1657- resolved "https://registry.yarnpkg.com/@steerprotocol/app-loader/-/app-loader-0.1.1 .tgz#2b1ad37d193f3ed904da20e55584f54059745a11 "
1658- integrity sha512-ROrcxzXbcXs2CLG9sgjH3BCWQIMw0LnJX1eOEVKMq12Y9fkeBzgN8zjW2RUblyaRLDLIUATaWhjHF/yX9h3dQQ ==
1655+ " @steerprotocol/app-loader@^0.1.6 " :
1656+ version "0.1.6 "
1657+ resolved "https://registry.yarnpkg.com/@steerprotocol/app-loader/-/app-loader-0.1.6 .tgz#4e35c7e2358ce96f565b2ca994ae033ead097049 "
1658+ integrity sha512-517Jar2FZKhLXc8edTrYVWOGSAIEmvHMWVUm0de+ln8KOrYuwhJon0RE/Ad8d4w1bIOtq9UnkpGCeej9i4mCmQ ==
16591659 dependencies :
16601660 pondjs "1.0.0-alpha.10"
16611661
You can’t perform that action at this time.
0 commit comments