Skip to content

Commit

Permalink
feat: beta emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
krigga committed Jul 26, 2024
1 parent c79864b commit 8ffd73c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- main
- beta
name: Publish to NPM
jobs:
publish:
Expand Down Expand Up @@ -29,4 +29,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 beta
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.20.0",
"version": "0.21.0-beta.0",
"description": "TON transaction emulator",
"main": "dist/index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/executor/emulator-emscripten.js

Large diffs are not rendered by default.

Binary file modified src/executor/emulator-emscripten.wasm
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 8ffd73c

Please sign in to comment.