Skip to content

Commit

Permalink
upgrade rnb (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyar authored Jul 28, 2023
1 parent b4232f0 commit 3c33b56
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/typescript-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
typescript-ci:
uses: IronCoreLabs/workflows/.github/workflows/typescript-ci.yaml@typescript-ci-v0
with:
test_matrix_node_version: '["14", "16", "18"]'
test_matrix_node_version: '["16", "18", "20"]'
# this repo runs coverage in its default test command, which will fail if
# under the thresholds defined in jest.config.js, so coverage delta doesn't matter as much
run_coverage: false
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.0.0

### Breaking Changes

None

### Changed

Updated dependencies, including support for arm64-linux.

## 0.10.0

### Breaking Changes
Expand Down
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ SDK for using IronCore Labs from your NodeJS server side applications. Read [our

## Supported Platforms

| | Node 12 | Node 14 | Node 16 |
| ------------------- | ------- | ------- | ------- |
| Linux x64 glibc ||||
| Linux x64 musl-libc ||||
| OSX x64 ||||
| OSX arm64 ||||
| Windows x64 ||||
| | Node 16 | Node 18 | Node 20 |
| --------------------- | ------- | ------- | ------- |
| Linux x64 glibc ||||
| Linux x64 musl-libc ||||
| Linux arm64 glibc ||||
| Linux arm64 musl-libc ||||
| OSX x64 ||||
| OSX arm64 ||||
| Windows x64 ||||

## Installation

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ironcorelabs/ironnode",
"version": "0.10.0",
"version": "1.0.0",
"description": "IronCore Labs SDK for NodeJS Applications",
"homepage": "https://docs.ironcorelabs.com",
"main": "index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"lint": "tslint -p \"tsconfig.json\" -e \"**/tests/**\" \"src/**/*.ts\""
},
"dependencies": {
"@ironcorelabs/recrypt-node-binding": "^0.9.1",
"@ironcorelabs/recrypt-node-binding": "^0.10.0",
"futurejs": "2.1.1",
"node-fetch": "^2.6.7"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -296,10 +296,10 @@
exec-sh "^0.3.2"
minimist "^1.2.0"

"@ironcorelabs/recrypt-node-binding@^0.9.1":
version "0.9.1"
resolved "https://registry.yarnpkg.com/@ironcorelabs/recrypt-node-binding/-/recrypt-node-binding-0.9.1.tgz#03bc3e0f162078a9c5deff79010058f87490f1c6"
integrity sha512-8IW6JR7be4d3u/KQ+brnTTwNEaZ8BV+AB9g8NvZAz9qsmNFqBBgpKjfQ/bOO2glORtVpizaSvVKemKX1Qnj+YA==
"@ironcorelabs/recrypt-node-binding@^0.10.0":
version "0.10.0"
resolved "https://registry.yarnpkg.com/@ironcorelabs/recrypt-node-binding/-/recrypt-node-binding-0.10.0.tgz#65db0ed6e4d52bc07a19684cd5fa56de8f0c11ff"
integrity sha512-nVIOiklTSMnA+pG3PxCYA4J4uua+C9x1a1bz0qEzudCAjF2HH4nrzpaxwQMRideXxMdeX7YWg3zp93LJyFp9cA==
dependencies:
"@mapbox/node-pre-gyp" "^1.0.7"

Expand Down

0 comments on commit 3c33b56

Please sign in to comment.