@ethernauta/chain 0.0.27 → 0.0.28

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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,11 +9,11 @@ This module aims to be an un-opinionated representation of the defined:
9
9
 
10
10
  ## Modules
11
11
 
12
- - [chain](https://github.com/niconiahi/ethernauta/blob/main/packages/chain/README.md)
13
- - [eth](https://github.com/niconiahi/ethernauta/blob/main/packages/eth/README.md)
14
- - [transaction](https://github.com/niconiahi/ethernauta/blob/main/packages/transaction/README.md)
15
- - [transport](https://github.com/niconiahi/ethernauta/blob/main/packages/transport/README.md)
16
- - [wallet](https://github.com/niconiahi/ethernauta/blob/main/packages/wallet/README.md)
12
+ - [eth](https://github.com/niconiahi/ethernauta/blob/main/packages/eth)
13
+ - [wallet](https://github.com/niconiahi/ethernauta/blob/main/packages/wallet)
14
+ - [connector](https://github.com/niconiahi/ethernauta/blob/main/packages/connector)
15
+ - [transport](https://github.com/niconiahi/ethernauta/blob/main/packages/transport)
16
+ - [transaction](https://github.com/niconiahi/ethernauta/blob/main/packages/transaction)
17
17
 
18
18
  ## Table of contents
19
19
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@ethernauta/chain",
4
4
  "type": "module",
5
- "version": "0.0.27",
5
+ "version": "0.0.28",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },