From 3c33b56b3a940e2af2ee6af30b0971efa4cfa210 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Fri, 28 Jul 2023 14:53:50 -0600 Subject: [PATCH] upgrade rnb (#105) --- .github/workflows/typescript-ci.yaml | 2 +- CHANGELOG.md | 10 ++++++++++ README.md | 16 +++++++++------- package.json | 4 ++-- yarn.lock | 8 ++++---- 5 files changed, 26 insertions(+), 14 deletions(-) diff --git a/.github/workflows/typescript-ci.yaml b/.github/workflows/typescript-ci.yaml index 0bff471..500f8ca 100644 --- a/.github/workflows/typescript-ci.yaml +++ b/.github/workflows/typescript-ci.yaml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 64a00e5..81bcb2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.0.0 + +### Breaking Changes + +None + +### Changed + +Updated dependencies, including support for arm64-linux. + ## 0.10.0 ### Breaking Changes diff --git a/README.md b/README.md index 1e64d93..0af4720 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 058b211..814e8ad 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" }, diff --git a/yarn.lock b/yarn.lock index 26bb4b3..cb8450d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"