diff --git a/Cargo.toml b/Cargo.toml index 3f29020..ba72e3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ ] [workspace.package] -version = "0.1.0-alpha.27" +version = "0.1.0-alpha.29" edition = "2021" license = "MIT" diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index cdd8533..46bc2dc 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quicknode-sdk" -version = "0.1.0-alpha.27" +version = "0.1.0-alpha.29" edition.workspace = true license.workspace = true description = "Core library for quicknode sdk" diff --git a/npm/index.js b/npm/index.js index 7736d21..dbc0e87 100644 --- a/npm/index.js +++ b/npm/index.js @@ -77,8 +77,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-android-arm64') const bindingPackageVersion = require('@quicknode/sdk-android-arm64/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { @@ -93,8 +93,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-android-arm-eabi') const bindingPackageVersion = require('@quicknode/sdk-android-arm-eabi/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { @@ -114,8 +114,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-win32-x64-gnu') const bindingPackageVersion = require('@quicknode/sdk-win32-x64-gnu/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { @@ -130,8 +130,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-win32-x64-msvc') const bindingPackageVersion = require('@quicknode/sdk-win32-x64-msvc/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { @@ -147,8 +147,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-win32-ia32-msvc') const bindingPackageVersion = require('@quicknode/sdk-win32-ia32-msvc/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { @@ -163,8 +163,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-win32-arm64-msvc') const bindingPackageVersion = require('@quicknode/sdk-win32-arm64-msvc/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { @@ -182,8 +182,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-darwin-universal') const bindingPackageVersion = require('@quicknode/sdk-darwin-universal/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { @@ -198,8 +198,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-darwin-x64') const bindingPackageVersion = require('@quicknode/sdk-darwin-x64/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { @@ -214,8 +214,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-darwin-arm64') const bindingPackageVersion = require('@quicknode/sdk-darwin-arm64/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { @@ -234,8 +234,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-freebsd-x64') const bindingPackageVersion = require('@quicknode/sdk-freebsd-x64/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { @@ -250,8 +250,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-freebsd-arm64') const bindingPackageVersion = require('@quicknode/sdk-freebsd-arm64/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { @@ -271,8 +271,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-linux-x64-musl') const bindingPackageVersion = require('@quicknode/sdk-linux-x64-musl/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { @@ -287,8 +287,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-linux-x64-gnu') const bindingPackageVersion = require('@quicknode/sdk-linux-x64-gnu/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { @@ -305,8 +305,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-linux-arm64-musl') const bindingPackageVersion = require('@quicknode/sdk-linux-arm64-musl/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { @@ -321,8 +321,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-linux-arm64-gnu') const bindingPackageVersion = require('@quicknode/sdk-linux-arm64-gnu/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { @@ -339,8 +339,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-linux-arm-musleabihf') const bindingPackageVersion = require('@quicknode/sdk-linux-arm-musleabihf/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { @@ -355,8 +355,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-linux-arm-gnueabihf') const bindingPackageVersion = require('@quicknode/sdk-linux-arm-gnueabihf/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { @@ -373,8 +373,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-linux-loong64-musl') const bindingPackageVersion = require('@quicknode/sdk-linux-loong64-musl/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { @@ -389,8 +389,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-linux-loong64-gnu') const bindingPackageVersion = require('@quicknode/sdk-linux-loong64-gnu/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { @@ -407,8 +407,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-linux-riscv64-musl') const bindingPackageVersion = require('@quicknode/sdk-linux-riscv64-musl/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { @@ -423,8 +423,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-linux-riscv64-gnu') const bindingPackageVersion = require('@quicknode/sdk-linux-riscv64-gnu/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { @@ -440,8 +440,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-linux-ppc64-gnu') const bindingPackageVersion = require('@quicknode/sdk-linux-ppc64-gnu/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { @@ -456,8 +456,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-linux-s390x-gnu') const bindingPackageVersion = require('@quicknode/sdk-linux-s390x-gnu/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { @@ -476,8 +476,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-openharmony-arm64') const bindingPackageVersion = require('@quicknode/sdk-openharmony-arm64/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { @@ -492,8 +492,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-openharmony-x64') const bindingPackageVersion = require('@quicknode/sdk-openharmony-x64/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { @@ -508,8 +508,8 @@ function requireNative() { try { const binding = require('@quicknode/sdk-openharmony-arm') const bindingPackageVersion = require('@quicknode/sdk-openharmony-arm/package.json').version - if (bindingPackageVersion !== '3.1.0-alpha.27' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { - throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.27 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) + if (bindingPackageVersion !== '3.1.0-alpha.29' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') { + throw new Error(`Native binding package version mismatch, expected 3.1.0-alpha.29 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`) } return binding } catch (e) { diff --git a/npm/package-lock.json b/npm/package-lock.json index a9406a5..555215d 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "@quicknode/sdk", - "version": "3.1.0-alpha.27", + "version": "3.1.0-alpha.29", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@quicknode/sdk", - "version": "3.1.0-alpha.27", + "version": "3.1.0-alpha.29", "license": "MIT", "devDependencies": { "@napi-rs/cli": "^3.0.0", diff --git a/npm/package.json b/npm/package.json index 8d3c5b7..4315a16 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "@quicknode/sdk", - "version": "3.1.0-alpha.27", + "version": "3.1.0-alpha.29", "description": "Quicknode SDK", "main": "sdk.js", "types": "sdk.d.ts", diff --git a/pyproject.toml b/pyproject.toml index 7b63c5c..d53575b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "quicknode-sdk" -version = "0.1.0a27" +version = "0.1.0a29" description = "Quicknode SDK" readme = "python/README.md" requires-python = ">=3.11" diff --git a/ruby/quicknode_sdk.gemspec b/ruby/quicknode_sdk.gemspec index 6193f01..7a30f5b 100644 --- a/ruby/quicknode_sdk.gemspec +++ b/ruby/quicknode_sdk.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "quicknode_sdk" - s.version = "0.1.0-alpha.27" + s.version = "0.1.0-alpha.29" s.summary = "Quicknode SDK for Ruby" s.authors = ["Quicknode"] s.license = "MIT" diff --git a/uv.lock b/uv.lock index d8a004c..700fd90 100644 --- a/uv.lock +++ b/uv.lock @@ -4,5 +4,5 @@ requires-python = ">=3.11" [[package]] name = "quicknode-sdk" -version = "0.1.0a27" +version = "0.1.0a29" source = { editable = "." }