Skip to content

Commit

Permalink
Update dependency assemblyscript to v0.27.27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 11, 2024
1 parent 4513198 commit 622e8b1
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 64 deletions.
95 changes: 33 additions & 62 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.27.27",
"esbuild": "^0.14.0",
"esm": "^3.2.25",
"nyc": "^15.1.0",
Expand Down

0 comments on commit 622e8b1

Please sign in to comment.