Skip to content

Commit

Permalink
v1.2.46
Browse files Browse the repository at this point in the history
  • Loading branch information
ppedziwiatr committed Jan 13, 2023
1 parent 9d77efb commit cfee1e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "warp-contracts",
"version": "1.2.45",
"version": "1.2.46",
"description": "An implementation of the SmartWeave smart contract protocol.",
"types": "./lib/types/index.d.ts",
"main": "./lib/cjs/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/core/modules/impl/wasm/go-wasm-imports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let globalJsModule;
globalJsModule.redstone = {
go: {}
};
}).call(
}.call(
this,
typeof global !== 'undefined'
? global
Expand All @@ -34,7 +34,7 @@ let globalJsModule;
: typeof window !== 'undefined'
? window
: {}
);
));

export class Go {
private _callbackTimeouts: Map<any, any>;
Expand Down

0 comments on commit cfee1e1

Please sign in to comment.