@injectivelabs/exceptions 0.0.26 → 0.0.31

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/package.json +3 -3
  2. package/CHANGELOG.md +0 -128
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": "0.0.26",
4
+ "version": "0.0.31",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -27,9 +27,9 @@
27
27
  "start": "node dist/index.js"
28
28
  },
29
29
  "dependencies": {
30
- "@injectivelabs/ts-types": "^0.0.22",
30
+ "@injectivelabs/ts-types": "^0.0.27",
31
31
  "link-module-alias": "^1.2.0",
32
32
  "shx": "^0.3.2"
33
33
  },
34
- "gitHead": "e88bd251a37e5a8930a13ade37ac588b0e6a81d5"
34
+ "gitHead": "093d09d6ebe428c4b17a5a1e5c5f4f334b585d71"
35
35
  }
package/CHANGELOG.md DELETED
@@ -1,128 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [0.0.26](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/exceptions@0.0.24...@injectivelabs/exceptions@0.0.26) (2021-06-17)
7
-
8
- **Note:** Version bump only for package @injectivelabs/exceptions
9
-
10
-
11
-
12
-
13
-
14
- ## [0.0.25](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/exceptions@0.0.21...@injectivelabs/exceptions@0.0.25) (2021-06-14)
15
-
16
- ### Bug Fixes
17
-
18
- * merge conflicts ([a5c7ce1](https://github.com/InjectiveLabs/injective-ts/commit/a5c7ce13823fded62a32f79fcfda19867c929cc7))
19
-
20
- ### Features
21
-
22
- * added exchange exception ([3afa0c9](https://github.com/InjectiveLabs/injective-ts/commit/3afa0c9e03e9a0cebf98b202928893980239989a))
23
- * added oracle streaming ([79a9661](https://github.com/InjectiveLabs/injective-ts/commit/79a9661b52acd4a672dc1f694ef6c1d44c940d61))
24
-
25
- ## [0.0.24](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/exceptions@0.0.23...@injectivelabs/exceptions@0.0.24) (2021-06-13)
26
-
27
- ### Bug Fixes
28
-
29
- * merge conflicts ([a5c7ce1](https://github.com/InjectiveLabs/injective-ts/commit/a5c7ce13823fded62a32f79fcfda19867c929cc7))
30
-
31
- ## [0.0.23](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/exceptions@0.0.22...@injectivelabs/exceptions@0.0.23) (2021-06-08)
32
-
33
- ### Features
34
-
35
- * added exchange exception ([c878294](https://github.com/InjectiveLabs/injective-ts/commit/c878294097acab1e6da915c753ba5f0b3dc02356))
36
-
37
- ## [0.0.22](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/exceptions@0.0.11...@injectivelabs/exceptions@0.0.22) (2021-05-31)
38
-
39
- ### Bug Fixes
40
-
41
- * added types for ethereum-utils, fixed bech32 import ([1bec7b4](https://github.com/InjectiveLabs/injective-ts/commit/1bec7b41a7b612f0f5f08292483c2090fc9a84d5))
42
- * fixed compiling issue with the assert package ([7e8f213](https://github.com/InjectiveLabs/injective-ts/commit/7e8f213d44bca4bb15329ee32cf843a11dc549ae))
43
- * renamed packages to avoid conflicts ([eca2fca](https://github.com/InjectiveLabs/injective-ts/commit/eca2fca05983a5b7b401ce85294c2f5e08c07011))
44
-
45
- ### Features
46
-
47
- * added description to the packages ([6970b67](https://github.com/InjectiveLabs/injective-ts/commit/6970b67427786cb92ef22e695d4a228e87a5cdf8))
48
- * added execution side filter for spot market trades ([09ed791](https://github.com/InjectiveLabs/injective-ts/commit/09ed791559a167d5ed19d04c1cb03a7ae6d5e2c8))
49
- * contract packages initial setup completed ([6d47818](https://github.com/InjectiveLabs/injective-ts/commit/6d47818ab3c9973e7138e60fef537d804ed4e5e8))
50
- * contract packages initial setup completed ([49ccff4](https://github.com/InjectiveLabs/injective-ts/commit/49ccff4b6ab20f3931eaa6cdbf17284ee78e7ad2))
51
- * subaccount decoupled from spot to own package ([e017056](https://github.com/InjectiveLabs/injective-ts/commit/e0170563e643cbb1b8d483cc046f6ec2924a14a8))
52
-
53
- ## [0.0.21](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/exceptions@0.0.20...@injectivelabs/exceptions@0.0.21) (2021-04-27)
54
-
55
- **Note:** Version bump only for package @injectivelabs/exceptions
56
-
57
- ## [0.0.20](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/exceptions@0.0.19...@injectivelabs/exceptions@0.0.20) (2021-04-27)
58
-
59
- **Note:** Version bump only for package @injectivelabs/exceptions
60
-
61
- ## [0.0.19](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/exceptions@0.0.18...@injectivelabs/exceptions@0.0.19) (2021-04-27)
62
-
63
- **Note:** Version bump only for package @injectivelabs/exceptions
64
-
65
- ## [0.0.18](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/exceptions@0.0.17...@injectivelabs/exceptions@0.0.18) (2021-03-14)
66
-
67
- **Note:** Version bump only for package @injectivelabs/exceptions
68
-
69
- ## [0.0.17](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/exceptions@0.0.11...@injectivelabs/exceptions@0.0.17) (2021-03-01)
70
-
71
- ### Bug Fixes
72
-
73
- * added types for ethereum-utils, fixed bech32 import ([1bec7b4](https://github.com/InjectiveLabs/injective-ts/commit/1bec7b41a7b612f0f5f08292483c2090fc9a84d5))
74
- * fixed compiling issue with the assert package ([c27ec59](https://github.com/InjectiveLabs/injective-ts/commit/c27ec59f862a7b6de61593309f446a148b2f8c52))
75
- * renamed packages to avoid conflicts ([eca2fca](https://github.com/InjectiveLabs/injective-ts/commit/eca2fca05983a5b7b401ce85294c2f5e08c07011))
76
-
77
- ### Features
78
-
79
- * added description to the packages ([6970b67](https://github.com/InjectiveLabs/injective-ts/commit/6970b67427786cb92ef22e695d4a228e87a5cdf8))
80
- * contract packages initial setup completed ([6d47818](https://github.com/InjectiveLabs/injective-ts/commit/6d47818ab3c9973e7138e60fef537d804ed4e5e8))
81
- * contract packages initial setup completed ([49ccff4](https://github.com/InjectiveLabs/injective-ts/commit/49ccff4b6ab20f3931eaa6cdbf17284ee78e7ad2))
82
-
83
- ## [0.0.16](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/exceptions@0.0.13...@injectivelabs/exceptions@0.0.16) (2021-02-24)
84
-
85
- ### Bug Fixes
86
-
87
- * added types for ethereum-utils, fixed bech32 import ([5161593](https://github.com/InjectiveLabs/injective-ts/commit/51615932730d92affb901a252b3d2b2ea4108cb9))
88
- * renamed packages to avoid conflicts ([eca2fca](https://github.com/InjectiveLabs/injective-ts/commit/eca2fca05983a5b7b401ce85294c2f5e08c07011))
89
-
90
- ## [0.0.15](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/exceptions@0.0.13...@injectivelabs/exceptions@0.0.15) (2021-02-24)
91
-
92
- ### Bug Fixes
93
-
94
- * added types for ethereum-utils, fixed bech32 import ([da32d3d](https://github.com/InjectiveLabs/injective-ts/commit/da32d3d8233ef9677650c87222fcf5f4735468a8))
95
- * renamed packages to avoid conflicts ([eca2fca](https://github.com/InjectiveLabs/injective-ts/commit/eca2fca05983a5b7b401ce85294c2f5e08c07011))
96
-
97
- ## [0.0.14](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/exceptions@0.0.13...@injectivelabs/exceptions@0.0.14) (2021-02-24)
98
-
99
- ### Bug Fixes
100
-
101
- * renamed packages to avoid conflicts ([eca2fca](https://github.com/InjectiveLabs/injective-ts/commit/eca2fca05983a5b7b401ce85294c2f5e08c07011))
102
-
103
- ## [0.0.13](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/exceptions@0.0.11...@injectivelabs/exceptions@0.0.13) (2021-02-18)
104
-
105
- ### Features
106
-
107
- * added description to the packages ([6970b67](https://github.com/InjectiveLabs/injective-ts/commit/6970b67427786cb92ef22e695d4a228e87a5cdf8))
108
- * contract packages initial setup completed ([49ccff4](https://github.com/InjectiveLabs/injective-ts/commit/49ccff4b6ab20f3931eaa6cdbf17284ee78e7ad2))
109
-
110
- ## [0.0.12](https://github.com/InjectiveLabs/injective-monorepo/compare/@injectivelabs/exceptions@0.0.11...@injectivelabs/exceptions@0.0.12) (2021-02-18)
111
-
112
- **Note:** Version bump only for package @injectivelabs/exceptions
113
-
114
- ## [0.0.11](https://github.com/InjectiveLabs/injective-monorepo/compare/@injectivelabs/exceptions@0.0.3...@injectivelabs/exceptions@0.0.11) (2021-02-17)
115
-
116
- ### Bug Fixes
117
-
118
- * package version update to prevent publishing error ([4c7ae5c](https://github.com/InjectiveLabs/injective-monorepo/commit/4c7ae5cf98fc4910fb349201bc693d83ec3f9f66))
119
-
120
- ## [0.0.3](https://github.com/InjectiveLabs/injective-monorepo/compare/@injectivelabs/exceptions@0.0.2...@injectivelabs/exceptions@0.0.3) (2021-02-17)
121
-
122
- **Note:** Version bump only for package @injectivelabs/exceptions
123
-
124
- ## 0.0.2 (2021-02-16)
125
-
126
- ### Features
127
-
128
- * initial monorepo setup with initial set of packages ([99aab6c](https://github.com/InjectiveLabs/injective-monorepo/commit/99aab6c2a1913ab48ce1cc9558db4843be72ccb5))