Skip to content

Commit

Permalink
chore: bump @tact-lang/opcode version to 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusarich committed Jul 21, 2024
1 parent 72665ba commit 220e43e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Error messages for unicode code points outside of valid range: PR [#535](https://github.com/tact-lang/tact/pull/535)
- Correct regex for unicode code points and escaping of control codes in generated comments: PR [#535](https://github.com/tact-lang/tact/pull/535)
- Add `impure` specifier to some stdlib functions that are expected to throw errors: PR [#565](https://github.com/tact-lang/tact/pull/565)
- Bump used `@tact-lang/opcode` version to `0.0.16` which fixes the issue with `DIV` instructions: PR [#589](https://github.com/tact-lang/tact/pull/589)

## [1.4.0] - 2024-06-21

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"tact": "bin/tact.js"
},
"dependencies": {
"@tact-lang/opcode": "^0.0.14",
"@tact-lang/opcode": "^0.0.16",
"@ton/core": "0.56.3",
"@ton/crypto": "^3.2.0",
"blockstore-core": "1.0.5",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1287,6 +1287,11 @@
resolved "https://registry.npmjs.org/@tact-lang/opcode/-/opcode-0.0.14.tgz"
integrity sha512-8FKHK2jwvViRBReO2t40DCkHAP9KPTRWZof4kdsAUJFlyeWIC8SsRQSl9QkZxF+48WvjDduKNqN5Ltb80paufA==

"@tact-lang/opcode@^0.0.16":
version "0.0.16"
resolved "https://registry.yarnpkg.com/@tact-lang/opcode/-/opcode-0.0.16.tgz#cc9e4117ce706d8bb6e054a520bab719f70adf96"
integrity sha512-YJTUjoDOy+e+FHHppJiF+uWJ2IMjVknB9VQ5n78pknCE129DazCb/nFXnw0wVRDVcn8Tn59ky+pmjiQjQOjEbw==

"@tact-lang/ton-abi@^0.0.3":
version "0.0.3"
resolved "https://registry.npmjs.org/@tact-lang/ton-abi/-/ton-abi-0.0.3.tgz"
Expand Down

0 comments on commit 220e43e

Please sign in to comment.