@injectivelabs/exceptions 0.0.28 → 0.0.35

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