Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtoth committed Mar 6, 2024
1 parent b6e4938 commit e77d35d
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 45 deletions.
4 changes: 2 additions & 2 deletions npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@integrationos/node-darwin-arm64",
"version": "3.1.0",
"version": "3.2.0",
"os": [
"darwin"
],
Expand All @@ -18,4 +18,4 @@
"scripts": {
"postbuild": "sed -i'' -e 's/<Type>//g' index.js && sed -i'' -e '/^export type*/d' index.d.ts && rm *-e"
}
}
}
4 changes: 2 additions & 2 deletions npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@integrationos/node-darwin-x64",
"version": "3.1.0",
"version": "3.2.0",
"os": [
"darwin"
],
Expand All @@ -18,4 +18,4 @@
"scripts": {
"postbuild": "sed -i'' -e 's/<Type>//g' index.js && sed -i'' -e '/^export type*/d' index.d.ts && rm *-e"
}
}
}
4 changes: 2 additions & 2 deletions npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@integrationos/node-linux-arm64-gnu",
"version": "3.1.0",
"version": "3.2.0",
"os": [
"linux"
],
Expand All @@ -21,4 +21,4 @@
"scripts": {
"postbuild": "sed -i'' -e 's/<Type>//g' index.js && sed -i'' -e '/^export type*/d' index.d.ts"
}
}
}
4 changes: 2 additions & 2 deletions npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@integrationos/node-linux-x64-gnu",
"version": "3.1.0",
"version": "3.2.0",
"os": [
"linux"
],
Expand All @@ -21,4 +21,4 @@
"scripts": {
"postbuild": "sed -i'' -e 's/<Type>//g' index.js && sed -i'' -e '/^export type*/d' index.d.ts"
}
}
}
34 changes: 17 additions & 17 deletions npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
"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"
}
}
34 changes: 17 additions & 17 deletions npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
"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"
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@integrationos/node",
"version": "3.1.0",
"version": "3.2.0",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit e77d35d

Please sign in to comment.