@injectivelabs/exceptions 1.10.13-beta.0 → 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.
- package/README.md +2 -10
- package/package.json +3 -3
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,7 +1,7 @@
|
|
|
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.13-beta.
|
|
4
|
+
"version": "1.10.13-beta.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/cjs/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.13-beta.
|
|
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": "
|
|
40
|
+
"gitHead": "6250fdc9ad3ead3d8e0d61930938057f18917c60"
|
|
41
41
|
}
|