Skip to content

Commit

Permalink
Update dependency assemblyscript to v0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2023
1 parent 4513198 commit a30fbf5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 58 deletions.
83 changes: 27 additions & 56 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "double.js",
"version": "1.1.3",
"version": "1.1.4",
"description": "Emulated float128 or double-double arithmetic. A floating point expansion with 31 accurate decimal digits.",
"main": "dist/double.js",
"module": "dist/double.esm.js",
Expand All @@ -17,7 +17,7 @@
"cov": "sed -i 's/.nyc_output\\/js/dist/g' .nyc_output/out.json && nyc report --reporter=lcov"
},
"devDependencies": {
"assemblyscript": "0.19.23",
"assemblyscript": "0.26.1",
"esbuild": "^0.14.0",
"esm": "^3.2.25",
"nyc": "^15.1.0",
Expand Down

0 comments on commit a30fbf5

Please sign in to comment.