Skip to content

Commit

Permalink
fix ModulesContext
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdas committed Apr 9, 2024
1 parent aad5bae commit a39957d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/alem-vm/importable/ModulesContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const ModulesContext = () => {
if (!code || !callId) return;

const codeStructure = `
${setupCode}
${setupCode};
event.source.postMessage({response: ${code.replaceAll(";", "")}, forCallId: ${callId}}, "*");
`;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alem",
"description": "Create web3 applications for NEAR BOS with a focus on performance and friendly development.",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"main": "main.js",
"types": "index.d.ts",
"author": "Wenderson Pires - wendersonpires.near",
Expand Down

0 comments on commit a39957d

Please sign in to comment.