Skip to content

Commit

Permalink
0.3.15
Browse files Browse the repository at this point in the history
0.3.15
  • Loading branch information
andreespirela authored Nov 1, 2022
1 parent a09dfde commit f97b7c5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion js/napi/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@three-em/node-darwin-arm64",
"version": "0.3.14",
"version": "0.3.15",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion js/napi/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@three-em/node-darwin-x64",
"version": "0.3.14",
"version": "0.3.15",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion js/napi/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@three-em/node-linux-x64-gnu",
"version": "0.3.14",
"version": "0.3.15",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion js/napi/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@three-em/node-win32-x64-msvc",
"version": "0.3.14",
"version": "0.3.15",
"os": [
"win32"
],
Expand Down
4 changes: 2 additions & 2 deletions js/napi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@three-em/node",
"version": "0.3.14",
"version": "0.3.15",
"author": "Divy Srivastava <[email protected]>",
"license": "MIT",
"napi": {
Expand All @@ -22,7 +22,7 @@
"jest": "^28.1.0"
},
"optionalDependencies": {
"@three-em/node-darwin-arm64": "0.3.14"
"@three-em/node-darwin-arm64": "0.3.15"
},
"devDependencies": {
"@napi-rs/cli": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@three-em/js",
"type": "module",
"version": "0.3.14",
"version": "0.3.15",
"main": "index.js",
"license": "MIT"
}

0 comments on commit f97b7c5

Please sign in to comment.