Skip to content

Commit

Permalink
chore: tvm alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
krigga committed Dec 5, 2024
1 parent fe0fc3b commit c8c6655
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- main
- tvm-alpha
name: Publish to NPM
jobs:
publish:
Expand Down Expand Up @@ -29,4 +30,4 @@ jobs:
- name: Publish
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
run: yarn npm publish --access public
run: yarn npm publish --access public --tag tvmalpha
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ton/sandbox",
"version": "0.22.0",
"version": "0.22.0-tvmalpha.0",
"description": "TON transaction emulator",
"main": "dist/index.js",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions src/executor/emulator-emscripten.js

Large diffs are not rendered by default.

Binary file modified src/executor/emulator-emscripten.wasm
100644 → 100755
Binary file not shown.
2 changes: 1 addition & 1 deletion src/executor/emulator-emscripten.wasm.js

Large diffs are not rendered by default.

0 comments on commit c8c6655

Please sign in to comment.