@quicknode/sdk 3.1.0-alpha.15 → 3.1.0-alpha.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quicknode/sdk",
3
- "version": "3.1.0-alpha.15",
3
+ "version": "3.1.0-alpha.26",
4
4
  "description": "Quicknode SDK",
5
5
  "main": "sdk.js",
6
6
  "types": "sdk.d.ts",
@@ -24,7 +24,7 @@
24
24
  "*.node"
25
25
  ],
26
26
  "napi": {
27
- "binaryName": "quicknode-sdk",
27
+ "binaryName": "index",
28
28
  "targets": [
29
29
  "x86_64-unknown-linux-gnu",
30
30
  "aarch64-unknown-linux-gnu",
@@ -34,22 +34,22 @@
34
34
  ]
35
35
  },
36
36
  "scripts": {
37
- "build": "napi build --platform --release --cargo-cwd ../crates/node",
38
- "build:debug": "napi build --platform --cargo-cwd ../crates/node",
37
+ "build": "napi build --platform --release --manifest-path ../crates/node/Cargo.toml --output-dir .",
38
+ "build:debug": "napi build --platform --manifest-path ../crates/node/Cargo.toml --output-dir .",
39
39
  "test": "node test.js",
40
40
  "test:ts": "npx tsx example.ts"
41
41
  },
42
42
  "devDependencies": {
43
- "@napi-rs/cli": "^2.18.0",
43
+ "@napi-rs/cli": "^3.0.0",
44
44
  "tsx": "^4.7.0",
45
45
  "typescript": "^5.3.0"
46
46
  },
47
47
  "license": "MIT",
48
48
  "optionalDependencies": {
49
- "@quicknode/sdk-linux-x64-gnu": "3.1.0-alpha.15",
50
- "@quicknode/sdk-linux-arm64-gnu": "3.1.0-alpha.15",
51
- "@quicknode/sdk-linux-x64-musl": "3.1.0-alpha.15",
52
- "@quicknode/sdk-linux-arm64-musl": "3.1.0-alpha.15",
53
- "@quicknode/sdk-darwin-arm64": "3.1.0-alpha.15"
49
+ "@quicknode/sdk-linux-x64-gnu": "3.1.0-alpha.26",
50
+ "@quicknode/sdk-linux-arm64-gnu": "3.1.0-alpha.26",
51
+ "@quicknode/sdk-linux-x64-musl": "3.1.0-alpha.26",
52
+ "@quicknode/sdk-linux-arm64-musl": "3.1.0-alpha.26",
53
+ "@quicknode/sdk-darwin-arm64": "3.1.0-alpha.26"
54
54
  }
55
55
  }
package/sdk.d.ts CHANGED
@@ -138,6 +138,13 @@ export type {
138
138
  UpdateMethodRateLimitResponse,
139
139
  RateLimitSettings,
140
140
  UpdateRateLimitsRequest,
141
+ RateLimitEntry,
142
+ GetRateLimitsData,
143
+ GetRateLimitsResponse,
144
+ // endpoint URLs
145
+ EndpointUrl,
146
+ GetEndpointUrlsData,
147
+ GetEndpointUrlsResponse,
141
148
  // security options
142
149
  SecurityOption,
143
150
  GetSecurityOptionsResponse,