Skip to content

Commit

Permalink
wasi-threads 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed May 19, 2024
1 parent 880c8e7 commit f1fe5df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"dependencies": {
"@emnapi/wasi-threads": "1.0.0",
"@emnapi/wasi-threads": "1.0.1",
"tslib": "^2.4.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wasi-threads/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emnapi/wasi-threads",
"version": "1.0.0",
"version": "1.0.1",
"description": "WASI threads proposal implementation in JavaScript",
"main": "index.js",
"module": "./dist/wasi-threads.esm-bundler.js",
Expand Down

0 comments on commit f1fe5df

Please sign in to comment.