@asyncswap/engine-rpc 0.0.10 → 0.0.11

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -30,7 +30,7 @@ console.log(payload);
30
30
 
31
31
  ## Dependencies
32
32
 
33
- - `@asyncswap/eth-rpc` - lib for ethereum execution client JSON-RPC 2.0 api.
33
+ - `@asyncswap/jsonrpc` - a minimal JSON-RPC 2.0 spec library.
34
34
 
35
35
  ## License
36
36
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@asyncswap/engine-rpc",
3
3
  "description": "A library for Ethereum engine api JSON-RPC spec.",
4
4
  "author": "Meek Msaki",
5
- "version": "0.0.10",
5
+ "version": "0.0.11",
6
6
  "license": "MIT",
7
7
  "type": "module",
8
8
  "main": "dist/index.js",
@@ -44,6 +44,6 @@
44
44
  "typescript": "^5"
45
45
  },
46
46
  "dependencies": {
47
- "@asyncswap/jsonrpc": "^0.4.13"
47
+ "@asyncswap/jsonrpc": "^0.4.15"
48
48
  }
49
49
  }