Skip to content

Commit bea17a5

Browse files
Merge pull request #7 from SteerProtocol/update/interface
Bug fixes
2 parents e88fa1d + a47b15d commit bea17a5

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
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",

tests/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,10 +1652,10 @@
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

0 commit comments

Comments
 (0)