Skip to content

Commit

Permalink
Added new targets
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Jan 23, 2024
1 parent ad50f39 commit 6969839
Show file tree
Hide file tree
Showing 6 changed files with 139 additions and 0 deletions.
24 changes: 24 additions & 0 deletions languages/node/npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "@infisical/sdk-android-arm-eabi",
"version": "0.0.0",
"os": [
"android"
],
"cpu": [
"arm"
],
"main": "infisical.android-arm-eabi.node",
"files": [
"infisical.android-arm-eabi.node"
],

"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "https://github.com/Infisical/sdk"
}
23 changes: 23 additions & 0 deletions languages/node/npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "@infisical/sdk-android-arm64",
"version": "0.0.0",
"os": [
"android"
],
"cpu": [
"arm64"
],
"main": "infisical.android-arm64.node",
"files": [
"infisical.android-arm64.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "https://github.com/Infisical/sdk"
}
23 changes: 23 additions & 0 deletions languages/node/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "@infisical/sdk-linux-arm-gnueabihf",
"version": "7.2.2",
"os": [
"linux"
],
"cpu": [
"arm"
],
"main": "infisical.linux-arm-gnueabihf.node",
"files": [
"infisical.linux-arm-gnueabihf.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "https://github.com/Infisical/sdk"
}
23 changes: 23 additions & 0 deletions languages/node/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "@infisical/sdk-linux-arm64-musl",
"version": "0.0.0",
"os": [
"linux"
],
"cpu": [
"arm64"
],
"main": "infisical.linux-arm64-musl.node",
"files": [
"infisical.linux-arm64-musl.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "https://github.com/Infisical/sdk"
}
23 changes: 23 additions & 0 deletions languages/node/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "@infisical/sdk-linux-x64-musl",
"version": "0.0.0",
"os": [
"linux"
],
"cpu": [
"x64"
],
"main": "infisical.linux-x64-musl.node",
"files": [
"infisical.linux-x64-musl.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "https://github.com/Infisical/sdk"
}
23 changes: 23 additions & 0 deletions languages/node/npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "@infisical/sdk-win32-arm64-msvc",
"version": "7.2.2",
"os": [
"win32"
],
"cpu": [
"arm64"
],
"main": "infisical.win32-arm64-msvc.node",
"files": [
"infisical.win32-arm64-msvc.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "https://github.com/Infisical/sdk"
}

0 comments on commit 6969839

Please sign in to comment.