@validators-dao/solana-entry-decoder 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,7 +35,9 @@ TypeScript alone cannot decode Solana shreds effectively. Therefore, Rust is uti
35
35
 
36
36
  ## Leveraging NAPI instead of WASM
37
37
 
38
- This utility leverages **NAPI (Node.js API)** instead of WebAssembly (WASM) to decode Solana shred entry data, providing significant practical advantages.
38
+ This utility leverages **NAPI (Node-API)** instead of WebAssembly (WASM) to decode Solana shred entry data, providing significant practical advantages.
39
+
40
+ Node-API - Node.js: https://nodejs.org/api/n-api.html#node-api
39
41
 
40
42
  ### Benefits of Using NAPI:
41
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@validators-dao/solana-entry-decoder",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "repository": {