Skip to content

Commit

Permalink
0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Feb 9, 2023
1 parent ca289b5 commit 75d937d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tybys/emnapi-core",
"version": "0.29.0",
"version": "0.29.1",
"description": "emnapi core",
"main": "index.js",
"module": "./src/index.js",
Expand Down
11 changes: 8 additions & 3 deletions packages/emnapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tybys/emnapi",
"version": "0.29.0",
"version": "0.29.1",
"description": "Node-API implementation for Emscripten",
"main": "index.js",
"devDependencies": {
Expand All @@ -18,13 +18,18 @@
"wasm",
"emcc",
"webassembly",
"bindings",
"binding",
"clang",
"c",
"c++",
"cpp",
"n-api",
"napi",
"node-addon-api"
"node-addon-api",
"napi-rs",
"rust",
"wasi-sdk",
"wasi"
],
"author": "toyobayashi",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tybys/emnapi-node-binding",
"version": "0.29.0",
"version": "0.29.1",
"description": "Bridge connecting emnapi and Node.js native implementation",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tybys/emnapi-runtime",
"version": "0.29.0",
"version": "0.29.1",
"description": "emnapi runtime",
"main": "index.js",
"module": "./dist/emnapi.esm-bundler.js",
Expand Down

0 comments on commit 75d937d

Please sign in to comment.