@injectivelabs/exceptions 1.0.25 → 1.0.27

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 +16 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -2,18 +2,32 @@
2
2
 
3
3
  ---
4
4
 
5
- ## 📚 Getting Started
5
+ ## 📚 Installation
6
+
7
+ ```bash
8
+ yarn add @injectivelabs/exceptions
9
+ ```
10
+
11
+ ---
6
12
 
7
13
  ## 📖 Documentation
8
14
 
15
+ 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧
16
+
17
+ This documentation is currently under work in progress.
18
+
19
+ 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧
20
+
9
21
  ---
10
22
 
11
23
  ## ⛑ Support
12
24
 
13
25
  Reach out to us at one of the following places!
14
26
 
15
- - Website at <a href="https://injectiveprotocol.com" target="_blank">`injectiveprotocol.com`</a>
27
+ - Website at <a href="https://injective.com" target="_blank">`injective.com`</a>
16
28
  - Twitter at <a href="https://twitter.com/Injective_" target="_blank">`@Injective`</a>
29
+ - Discord at <a href="https://discord.com/invite/NK4qdbv" target="_blank">`Discord`</a>
30
+ - Telegram at <a href="https://t.me/joininjective" target="_blank">`Telegram`</a>
17
31
 
18
32
  ---
19
33
 
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.0.25",
5
- "license": "MIT",
4
+ "version": "1.0.27",
5
+ "license": "Apache-2.0",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "author": {
@@ -32,10 +32,10 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@improbable-eng/grpc-web": "^0.15.0",
35
- "@injectivelabs/ts-types": "^1.0.14",
35
+ "@injectivelabs/ts-types": "^1.0.16",
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": "d5fe98c4f81bec7ee1c37b895a8fe104391389f4"
40
+ "gitHead": "c06e43521cc4e970977bec8c8b399874e7d814b7"
41
41
  }