@injectivelabs/exceptions 0.0.27 → 0.0.32

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