@injectivelabs/exceptions 0.0.29 → 0.0.36

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