@sovryn-zero/lib-base 1.0.0-early.access.1 → 1.0.0-early.access.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 +2 -2
  2. package/package.json +9 -3
package/README.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  [![GitHub license](https://img.shields.io/github/license/DistributedCollective/zero)](/LICENSE)
4
4
  [![GitHub stars](https://img.shields.io/github/stars/DistributedCollective/zero)](https://github.com/DistributedCollective/zero/stargazers)
5
- [![ZERO README](https://img.shields.io/badge/readme-gray?style=flat&logo=ZeroMQ&logoColor=green&link=/README.md)](/README.md)
5
+ [![Zero README](https://img.shields.io/badge/readme-gray?style=flat&logo=ZeroMQ&logoColor=green&link=/README.md)](/README.md)
6
6
 
7
- Shared interfaces and classes of ZERO SDK.
7
+ Shared interfaces and classes of Zero SDK.
8
8
 
9
9
  ## Quickstart
10
10
 
package/package.json CHANGED
@@ -1,12 +1,18 @@
1
1
  {
2
2
  "name": "@sovryn-zero/lib-base",
3
- "version": "1.0.0-early.access.1",
3
+ "version": "1.0.0-early.access.2",
4
4
  "description": "Sovryn ZERO SDK shared interfaces",
5
5
  "keywords": [
6
+ "Sovryn",
6
7
  "Zero",
7
- "protocol",
8
+ "SDK",
8
9
  "DeFi",
9
- "RSK"
10
+ "blockchain",
11
+ "finance",
12
+ "BTC",
13
+ "bitcoin",
14
+ "RSK",
15
+ "rootstock"
10
16
  ],
11
17
  "homepage": "https://github.com/DistributedCollective/zero#readme",
12
18
  "license": "MIT",