Skip to content

Commit

Permalink
0.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
andreespirela committed Feb 27, 2023
1 parent 9a85632 commit 21cba32
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions js/napi/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export interface ExecuteContractResult {
validity: Record<string, any>
exmContext: any
updated: boolean
errors: Record<string, string>
}
export interface ExecuteConfig {
host: string
Expand Down
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.18",
"version": "0.3.19",
"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.18",
"version": "0.3.19",
"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.18",
"version": "0.3.19",
"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.18",
"version": "0.3.19",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion 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.18",
"version": "0.3.19",
"author": "Divy Srivastava <dj.srivastava23@gmail.com>",
"license": "MIT",
"napi": {
Expand Down

0 comments on commit 21cba32

Please sign in to comment.