diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index 3c251d4..7b81474 100644 --- a/npm/darwin-arm64/package.json +++ b/npm/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@integrationos/node-darwin-arm64", - "version": "3.1.0", + "version": "3.2.0", "os": [ "darwin" ], @@ -18,4 +18,4 @@ "scripts": { "postbuild": "sed -i'' -e 's///g' index.js && sed -i'' -e '/^export type*/d' index.d.ts && rm *-e" } -} +} \ No newline at end of file diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index 7bdd41f..719a445 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@integrationos/node-darwin-x64", - "version": "3.1.0", + "version": "3.2.0", "os": [ "darwin" ], @@ -18,4 +18,4 @@ "scripts": { "postbuild": "sed -i'' -e 's///g' index.js && sed -i'' -e '/^export type*/d' index.d.ts && rm *-e" } -} +} \ No newline at end of file diff --git a/npm/linux-arm64-gnu/package.json b/npm/linux-arm64-gnu/package.json index 96fdbcd..a1ab428 100644 --- a/npm/linux-arm64-gnu/package.json +++ b/npm/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@integrationos/node-linux-arm64-gnu", - "version": "3.1.0", + "version": "3.2.0", "os": [ "linux" ], @@ -21,4 +21,4 @@ "scripts": { "postbuild": "sed -i'' -e 's///g' index.js && sed -i'' -e '/^export type*/d' index.d.ts" } -} +} \ No newline at end of file diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index ae3d743..775d943 100644 --- a/npm/linux-x64-gnu/package.json +++ b/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@integrationos/node-linux-x64-gnu", - "version": "3.1.0", + "version": "3.2.0", "os": [ "linux" ], @@ -21,4 +21,4 @@ "scripts": { "postbuild": "sed -i'' -e 's///g' index.js && sed -i'' -e '/^export type*/d' index.d.ts" } -} +} \ No newline at end of file diff --git a/npm/win32-arm64-msvc/package.json b/npm/win32-arm64-msvc/package.json index 230c895..07e86e5 100644 --- a/npm/win32-arm64-msvc/package.json +++ b/npm/win32-arm64-msvc/package.json @@ -1,18 +1,18 @@ { - "name": "@integrationos/node-win32-arm64-msvc", - "version": "3.1.0", - "os": [ - "win32" - ], - "cpu": [ - "arm64" - ], - "main": "node.win32-arm64-msvc.node", - "files": [ - "node.win32-arm64-msvc.node" - ], - "license": "MIT", - "engines": { - "node": ">= 10" - } - } \ No newline at end of file + "name": "@integrationos/node-win32-arm64-msvc", + "version": "3.2.0", + "os": [ + "win32" + ], + "cpu": [ + "arm64" + ], + "main": "node.win32-arm64-msvc.node", + "files": [ + "node.win32-arm64-msvc.node" + ], + "license": "MIT", + "engines": { + "node": ">= 10" + } +} \ No newline at end of file diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json index e6a9a47..127a31c 100644 --- a/npm/win32-x64-msvc/package.json +++ b/npm/win32-x64-msvc/package.json @@ -1,18 +1,18 @@ { - "name": "@integrationos/node-win32-x64-msvc", - "version": "3.1.0", - "os": [ - "win32" - ], - "cpu": [ - "x64" - ], - "main": "node.win32-x64-msvc.node", - "files": [ - "node.win32-x64-msvc.node" - ], - "license": "MIT", - "engines": { - "node": ">= 10" - } - } \ No newline at end of file + "name": "@integrationos/node-win32-x64-msvc", + "version": "3.2.0", + "os": [ + "win32" + ], + "cpu": [ + "x64" + ], + "main": "node.win32-x64-msvc.node", + "files": [ + "node.win32-x64-msvc.node" + ], + "license": "MIT", + "engines": { + "node": ">= 10" + } +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index fe83ff0..304a4ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@integrationos/poc-sdk", - "version": "1.1.0", + "version": "3.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@integrationos/poc-sdk", - "version": "1.1.0", + "version": "3.2.0", "license": "MIT", "devDependencies": { "@napi-rs/cli": "^2.15.2", diff --git a/package.json b/package.json index 82ed6cf..d82cdf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@integrationos/node", - "version": "3.1.0", + "version": "3.2.0", "main": "index.js", "types": "index.d.ts", "napi": {