Skip to content

Commit

Permalink
0.3.16
Browse files Browse the repository at this point in the history
0.3.16
  • Loading branch information
andreespirela authored Nov 17, 2022
1 parent ec985e8 commit f46dac7
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 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.15",
"version": "0.3.16",
"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.15",
"version": "0.3.16",
"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.15",
"version": "0.3.16",
"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.15",
"version": "0.3.16",
"os": [
"win32"
],
Expand Down
18 changes: 9 additions & 9 deletions js/napi/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 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.15",
"version": "0.3.16",
"author": "Divy Srivastava <dj.srivastava23@gmail.com>",
"license": "MIT",
"napi": {
Expand All @@ -22,7 +22,7 @@
"jest": "^28.1.0"
},
"optionalDependencies": {
"@three-em/node-darwin-arm64": "0.3.15"
"@three-em/node-darwin-arm64": "0.3.16"
},
"devDependencies": {
"@napi-rs/cli": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions js/napi/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -556,10 +556,10 @@
dependencies:
"@sinonjs/commons" "^1.7.0"

"@three-em/node-darwin-arm64@0.3.14":
"integrity" "sha512-YZuqCG3P0Yyyjv72MlgfNShb0Rh4nf3aD2GhuEuptqd/nmWbCdBk44+doZStrDJ781+5PNifO1hWkFgg0arf1g=="
"resolved" "https://registry.npmjs.org/@three-em/node-darwin-arm64/-/node-darwin-arm64-0.3.14.tgz"
"version" "0.3.14"
"@three-em/node-darwin-arm64@0.3.16":
"integrity" "sha512-vdmw4Oc81vnRgC2n/EpWSNpNPIDDfrnmX4+/AaXUc8IuEbqS7nOakT+x+fbZiwrIuzdBDdPi+56Y/iGIkWoTxQ=="
"resolved" "https://registry.npmjs.org/@three-em/node-darwin-arm64/-/node-darwin-arm64-0.3.16.tgz"
"version" "0.3.16"

"@types/babel__core@^7.1.14":
"integrity" "sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw=="
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.15",
"version": "0.3.16",
"main": "index.js",
"license": "MIT"
}

0 comments on commit f46dac7

Please sign in to comment.