@injectivelabs/exceptions 1.10.12 → 1.10.13-beta.1

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 -10
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # 🌟 Injective Protocol - Exceptions
2
2
 
3
+ Providing rich errors and converting some vague error messages thrown from Injective to a human readable format.
4
+
3
5
  ---
4
6
 
5
7
  ## 📚 Installation
@@ -10,16 +12,6 @@ yarn add @injectivelabs/exceptions
10
12
 
11
13
  ---
12
14
 
13
- ## 📖 Documentation
14
-
15
- 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧
16
-
17
- This documentation is currently under work in progress.
18
-
19
- 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧
20
-
21
- ---
22
-
23
15
  ## ⛑ Support
24
16
 
25
17
  Reach out to us at one of the following places!
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@injectivelabs/exceptions",
3
3
  "description": "List of exceptions that can be reused throughout Injective's projects.",
4
- "version": "1.10.12",
5
- "sideEffects": "false",
4
+ "version": "1.10.13-beta.1",
5
+ "sideEffects": false,
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs/index.js",
8
8
  "module": "dist/esm/index.js",
@@ -32,10 +32,10 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@injectivelabs/grpc-web": "^0.0.1",
35
- "@injectivelabs/ts-types": "^1.10.12",
35
+ "@injectivelabs/ts-types": "^1.10.13-beta.1",
36
36
  "http-status-codes": "^2.2.0",
37
37
  "link-module-alias": "^1.2.0",
38
38
  "shx": "^0.3.2"
39
39
  },
40
- "gitHead": "515a9a8da08f883a0852a3a88c91fee0941b147a"
40
+ "gitHead": "6250fdc9ad3ead3d8e0d61930938057f18917c60"
41
41
  }