Skip to content

Commit

Permalink
update to as 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
ttulka committed Dec 11, 2023
1 parent 9c00735 commit 6acbd3e
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 47 deletions.
74 changes: 33 additions & 41 deletions examples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"author": "Tomas Tulkas (ttulka)",
"license": "MIT",
"type": "module",
"devDependencies": {
"as-big": "^0.2.1",
"assemblyscript": "^0.22.0"
"dependencies": {
"as-big": "^0.2.3",
"assemblyscript": "^0.27.22"
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "as-big",
"version": "0.2.2",
"version": "0.2.3",
"description": "AssemblyScript library for arbitrary-precision decimal arithmetic.",
"author": "Tomas Tulkas (ttulka)",
"license": "MIT",
Expand Down

0 comments on commit 6acbd3e

Please sign in to comment.