@open-rpc/typings 1.12.0 → 1.12.2
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.
- package/package.json +4 -4
- package/CHANGELOG.md +0 -318
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-rpc/typings",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.12.
|
|
4
|
+
"version": "1.12.2",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "build/index.js",
|
|
7
7
|
"bin": {
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
},
|
|
30
30
|
"homepage": "https://github.com/open-rpc/typings#readme",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@json-schema-tools/titleizer": "1.0.
|
|
33
|
-
"@json-schema-tools/transpiler": "1.
|
|
34
|
-
"@open-rpc/schema-utils-js": "1.
|
|
32
|
+
"@json-schema-tools/titleizer": "1.0.8",
|
|
33
|
+
"@json-schema-tools/transpiler": "^1.10.2",
|
|
34
|
+
"@open-rpc/schema-utils-js": "1.16.1",
|
|
35
35
|
"commander": "^6.0.0",
|
|
36
36
|
"fs-extra": "^10.0.0"
|
|
37
37
|
},
|
package/CHANGELOG.md
DELETED
|
@@ -1,318 +0,0 @@
|
|
|
1
|
-
# [1.12.0](https://github.com/open-rpc/typings/compare/1.11.4...1.12.0) (2021-08-16)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Features
|
|
5
|
-
|
|
6
|
-
* add params typing ([fd688ec](https://github.com/open-rpc/typings/commit/fd688ece301cf57900269dfd96d2f1ae1e76db66))
|
|
7
|
-
|
|
8
|
-
## [1.11.4](https://github.com/open-rpc/typings/compare/1.11.3...1.11.4) (2021-06-01)
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
### Bug Fixes
|
|
12
|
-
|
|
13
|
-
* update schema dependencies to reflect meta-schema changes ([49014a5](https://github.com/open-rpc/typings/commit/49014a59a362194ddcc8ceccd10ff9df1da5f318))
|
|
14
|
-
* version bump to unblock semantic release ([529f50f](https://github.com/open-rpc/typings/commit/529f50f566531aa69622b8db50ce71ac1faf4f06))
|
|
15
|
-
|
|
16
|
-
## [1.11.3](https://github.com/open-rpc/typings/compare/1.11.2...1.11.3) (2020-11-17)
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
### Bug Fixes
|
|
20
|
-
|
|
21
|
-
* docs deploy ([467c8e9](https://github.com/open-rpc/typings/commit/467c8e9684429f680a481069ffdcf39df40f0cf2))
|
|
22
|
-
* put back version ([3415f3a](https://github.com/open-rpc/typings/commit/3415f3af127eea35935b9791c0597e30b4e17efa))
|
|
23
|
-
* remove discord link ([27f93f7](https://github.com/open-rpc/typings/commit/27f93f76e4718f81fb45c2fc449733e729065a38))
|
|
24
|
-
* remove name ([151753d](https://github.com/open-rpc/typings/commit/151753d1fcf950ccbfe81d9624863b8ef712369a))
|
|
25
|
-
* remove nodenv cause it doesnt work ([144659d](https://github.com/open-rpc/typings/commit/144659d66ade22285df0f5c3f3d7795d82aa58bd))
|
|
26
|
-
* set ubuntu version explicitly ([46620c9](https://github.com/open-rpc/typings/commit/46620c9e2bd9e94eb5d82d7822be9257b7981e2b))
|
|
27
|
-
* take latest for nodenv ([b69a7ae](https://github.com/open-rpc/typings/commit/b69a7aefc08abf7313eea9e54478d85e71d8f7b0))
|
|
28
|
-
* update github lint workflow ([f51e0c8](https://github.com/open-rpc/typings/commit/f51e0c83a2bc15edf5936037b07b88e453ffeb2c))
|
|
29
|
-
* update readme ([d277c7f](https://github.com/open-rpc/typings/commit/d277c7f8746c45b6f66beb5345538500023f65b8))
|
|
30
|
-
* update tests to match tranpiler output ([dae8094](https://github.com/open-rpc/typings/commit/dae80949fd56d22c423d77e357396836e633e234))
|
|
31
|
-
* update transpiler to latest ([2484323](https://github.com/open-rpc/typings/commit/2484323aac65318852516a10a2d0c3f6fca71d9a))
|
|
32
|
-
|
|
33
|
-
## [1.11.2](https://github.com/open-rpc/typings/compare/1.11.1...1.11.2) (2020-08-05)
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
### Bug Fixes
|
|
37
|
-
|
|
38
|
-
* solve the mysterious ref trash ([b874e0b](https://github.com/open-rpc/typings/commit/b874e0b4bf7fb8deaebaa3c56ce316f3c7d82d26))
|
|
39
|
-
|
|
40
|
-
## [1.11.1](https://github.com/open-rpc/typings/compare/1.11.0...1.11.1) (2020-08-04)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
### Bug Fixes
|
|
44
|
-
|
|
45
|
-
* handle arrays in deepClone ([fec9e6f](https://github.com/open-rpc/typings/commit/fec9e6fd4c1f7fb4b60d1bce06547609f9167cf5))
|
|
46
|
-
* update node modules ([5791f37](https://github.com/open-rpc/typings/commit/5791f37ad8bc000c69bc3fbd35a16bc94f392891))
|
|
47
|
-
|
|
48
|
-
# [1.11.0](https://github.com/open-rpc/typings/compare/1.10.0...1.11.0) (2020-07-30)
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
### Features
|
|
52
|
-
|
|
53
|
-
* upgrade to latest json schema tools ([ffe4935](https://github.com/open-rpc/typings/commit/ffe493597d75a00d9e0140c67b69b8ef6ba2bc3e))
|
|
54
|
-
|
|
55
|
-
# [1.10.0](https://github.com/open-rpc/typings/compare/1.9.0...1.10.0) (2020-05-19)
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
### Bug Fixes
|
|
59
|
-
|
|
60
|
-
* dont deploy during test ([007661d](https://github.com/open-rpc/typings/commit/007661d834fcb534cbffe485ba431f21c4707d08))
|
|
61
|
-
* linting issues ([a103b60](https://github.com/open-rpc/typings/commit/a103b601ef2aa088b61ba3ff583af0711e4ab4e8))
|
|
62
|
-
* more mistakes ([aa1460a](https://github.com/open-rpc/typings/commit/aa1460ada83e3594a374f349502f0ef7026a7e8f))
|
|
63
|
-
* move around deps for linting sake ([e45eb53](https://github.com/open-rpc/typings/commit/e45eb53dafc1a05a17a91fb9cf9fddf1758a117b))
|
|
64
|
-
* package scripts had a loop ([eb02267](https://github.com/open-rpc/typings/commit/eb0226721919aaac92affd67adf6c467850efcb0))
|
|
65
|
-
* params required by default ([cf33d7a](https://github.com/open-rpc/typings/commit/cf33d7a763ba38c52e0440a3f75be4de5cd5c3d0)), closes [#281](https://github.com/open-rpc/typings/issues/281)
|
|
66
|
-
* release no longer handles docs ([94cc25b](https://github.com/open-rpc/typings/commit/94cc25b81bc26abe053d158480ac741aa5e1bffa))
|
|
67
|
-
* remove junk ([9534a14](https://github.com/open-rpc/typings/commit/9534a148a08d5c428b72bf61b8a696b97ef92d65))
|
|
68
|
-
* remove name ([85e1963](https://github.com/open-rpc/typings/commit/85e19632844ca8a0ec41496366e5aabf57dc6f23))
|
|
69
|
-
* split out gh actions ([4bbe6a6](https://github.com/open-rpc/typings/commit/4bbe6a6f1ace2bf58af9b9f6e923f42a5c9b6c27))
|
|
70
|
-
* typedocs stuff ([1889b9e](https://github.com/open-rpc/typings/commit/1889b9e4b80f76d2598721b60b462754cab4829b))
|
|
71
|
-
* update package lock ([e17d7db](https://github.com/open-rpc/typings/commit/e17d7db1ce0063f44a59b7d55879bba4407b02bd))
|
|
72
|
-
* use gh actions for linting ([dda3821](https://github.com/open-rpc/typings/commit/dda38214716495abc8086f4e3b78280b70340dd6))
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
### Features
|
|
76
|
-
|
|
77
|
-
* move typedoc gen to a gh action ([ee855ee](https://github.com/open-rpc/typings/commit/ee855ee97dab05d18a5804baefdff08e2def689c))
|
|
78
|
-
|
|
79
|
-
# [1.9.0](https://github.com/open-rpc/typings/compare/1.8.0...1.9.0) (2020-02-12)
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
### Bug Fixes
|
|
83
|
-
|
|
84
|
-
* **README:** arguably improve wording for -d option ([dc095db](https://github.com/open-rpc/typings/commit/dc095dbede99b201dbb11b7ed3d374362c32c6d3))
|
|
85
|
-
* **README:** update usage docs to correspond to reality ([fbd03f6](https://github.com/open-rpc/typings/commit/fbd03f6b7017e6d3b9a480ade45aaaf2915cda20))
|
|
86
|
-
* **src/cli.js:** (lint,fmt) fix whitespace issue ([5146859](https://github.com/open-rpc/typings/commit/5146859349a9b50b02fccf56e43622e24d80b04c))
|
|
87
|
-
* **usage:** revert to uncapitalized option descriptions ([b7dde5a](https://github.com/open-rpc/typings/commit/b7dde5acf0adc8c7394306743a6d086d8a3206bd))
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
### Features
|
|
91
|
-
|
|
92
|
-
* bump to latest json to types ([c73988f](https://github.com/open-rpc/typings/commit/c73988fd8f44825ef39a30d60a80243a8ca90d53))
|
|
93
|
-
* **help/doc:** enhance usage readability with caps and wordings ([5ae2ba4](https://github.com/open-rpc/typings/commit/5ae2ba46e965811548972afd71060b7b2b9319cd))
|
|
94
|
-
|
|
95
|
-
# [1.8.0](https://github.com/open-rpc/typings/compare/1.7.0...1.8.0) (2020-01-16)
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
### Bug Fixes
|
|
99
|
-
|
|
100
|
-
* move to dev deps and fix ts issue ([6e66fee](https://github.com/open-rpc/typings/commit/6e66fee1e88f26a5852cca854c0d1b3691dc5d45))
|
|
101
|
-
* need more typing with new schema typings ([c7ff819](https://github.com/open-rpc/typings/commit/c7ff8194defe938cb34f1bbef166f07e7679a78c))
|
|
102
|
-
* update to latest json-schema-to-typings 1.10.0 ([a145b3f](https://github.com/open-rpc/typings/commit/a145b3f2f7153c7d0f87fb6903a3711ffc24051e))
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
### Features
|
|
106
|
-
|
|
107
|
-
* update to new shoes ([2dd940f](https://github.com/open-rpc/typings/commit/2dd940fcd7bb0d4158737c01a030f2ec8388b7d8))
|
|
108
|
-
|
|
109
|
-
# [1.7.0](https://github.com/open-rpc/typings/compare/1.6.0...1.7.0) (2020-01-07)
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
### Bug Fixes
|
|
113
|
-
|
|
114
|
-
* add node-version file ([e083f02](https://github.com/open-rpc/typings/commit/e083f0289f029fb7e65e9cec243a5d6ed4caeceb))
|
|
115
|
-
* add some tests ([5b0a5a9](https://github.com/open-rpc/typings/commit/5b0a5a930c64cb02f2078b134ae79f7ee90e6e6b))
|
|
116
|
-
* add to index ([758c9a6](https://github.com/open-rpc/typings/commit/758c9a677eff5069f0c5e5ef57cc9fffd928da04))
|
|
117
|
-
* use node lts ([82d872a](https://github.com/open-rpc/typings/commit/82d872a95f5d5289cca6d7635f7669f682646e94))
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
### Features
|
|
121
|
-
|
|
122
|
-
* python ([af5ffaf](https://github.com/open-rpc/typings/commit/af5ffaf52d2880c581e2c833a9df98b2d25657b9))
|
|
123
|
-
|
|
124
|
-
# [1.6.0](https://github.com/open-rpc/typings/compare/1.5.0...1.6.0) (2019-11-14)
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
### Features
|
|
128
|
-
|
|
129
|
-
* new typings lib ([d3d7377](https://github.com/open-rpc/typings/commit/d3d737728a1bf9fa69ba87205065a599139efa93))
|
|
130
|
-
|
|
131
|
-
# [1.5.0](https://github.com/open-rpc/typings/compare/1.4.3...1.5.0) (2019-10-09)
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
### Features
|
|
135
|
-
|
|
136
|
-
* add support for pub Rust struct fields ([3fb16bd](https://github.com/open-rpc/typings/commit/3fb16bd))
|
|
137
|
-
|
|
138
|
-
## [1.4.3](https://github.com/open-rpc/typings/compare/1.4.2...1.4.3) (2019-07-23)
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
### Bug Fixes
|
|
142
|
-
|
|
143
|
-
* add git checkout ([ab2a057](https://github.com/open-rpc/typings/commit/ab2a057))
|
|
144
|
-
* install semantic rel deps globally in ci ([42c3236](https://github.com/open-rpc/typings/commit/42c3236))
|
|
145
|
-
* ordering ([b7cb1f9](https://github.com/open-rpc/typings/commit/b7cb1f9))
|
|
146
|
-
* remove semantic release deps ([49ce6ac](https://github.com/open-rpc/typings/commit/49ce6ac))
|
|
147
|
-
* update packagelock ([d8f65b4](https://github.com/open-rpc/typings/commit/d8f65b4))
|
|
148
|
-
|
|
149
|
-
## [1.4.2](https://github.com/open-rpc/typings/compare/1.4.1...1.4.2) (2019-06-13)
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
### Bug Fixes
|
|
153
|
-
|
|
154
|
-
* add optional param for typescript ([9c250b6](https://github.com/open-rpc/typings/commit/9c250b6)), closes [#48](https://github.com/open-rpc/typings/issues/48)
|
|
155
|
-
* remove unused deps ([5bf3fef](https://github.com/open-rpc/typings/commit/5bf3fef))
|
|
156
|
-
* tests pass with optional args ([b523020](https://github.com/open-rpc/typings/commit/b523020))
|
|
157
|
-
* update packagelock ([f2af232](https://github.com/open-rpc/typings/commit/f2af232))
|
|
158
|
-
|
|
159
|
-
## [1.4.1](https://github.com/open-rpc/typings/compare/1.4.0...1.4.1) (2019-06-11)
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
### Bug Fixes
|
|
163
|
-
|
|
164
|
-
* update example ([e709f61](https://github.com/open-rpc/typings/commit/e709f61))
|
|
165
|
-
* update readme ([01f7703](https://github.com/open-rpc/typings/commit/01f7703))
|
|
166
|
-
|
|
167
|
-
# [1.4.0](https://github.com/open-rpc/typings/compare/1.3.0...1.4.0) (2019-06-11)
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
### Bug Fixes
|
|
171
|
-
|
|
172
|
-
* add docs to go ([5abe3fb](https://github.com/open-rpc/typings/commit/5abe3fb))
|
|
173
|
-
* add go to cli ([bd222e8](https://github.com/open-rpc/typings/commit/bd222e8))
|
|
174
|
-
* add tests for go ([f083952](https://github.com/open-rpc/typings/commit/f083952))
|
|
175
|
-
* cli working with go ([1c2a0f5](https://github.com/open-rpc/typings/commit/1c2a0f5))
|
|
176
|
-
* docs were wrong ([7ef3058](https://github.com/open-rpc/typings/commit/7ef3058))
|
|
177
|
-
* make a utils file ([af600d0](https://github.com/open-rpc/typings/commit/af600d0))
|
|
178
|
-
* missing deps ([97fd616](https://github.com/open-rpc/typings/commit/97fd616))
|
|
179
|
-
* more dryness ([142011f](https://github.com/open-rpc/typings/commit/142011f))
|
|
180
|
-
* move vulns to only be in circle ([5bc7d65](https://github.com/open-rpc/typings/commit/5bc7d65))
|
|
181
|
-
* remove generated go tpyings ([a791d81](https://github.com/open-rpc/typings/commit/a791d81))
|
|
182
|
-
* remove more extras ([1103a7b](https://github.com/open-rpc/typings/commit/1103a7b))
|
|
183
|
-
* remove output once again ([da9862c](https://github.com/open-rpc/typings/commit/da9862c))
|
|
184
|
-
* remove unecessary code ([ccef33f](https://github.com/open-rpc/typings/commit/ccef33f))
|
|
185
|
-
* simplify things ([517adc8](https://github.com/open-rpc/typings/commit/517adc8))
|
|
186
|
-
* swap error and result ([e861765](https://github.com/open-rpc/typings/commit/e861765))
|
|
187
|
-
* tests broken ([014a1d6](https://github.com/open-rpc/typings/commit/014a1d6))
|
|
188
|
-
* uncomment other tests ([24cef35](https://github.com/open-rpc/typings/commit/24cef35))
|
|
189
|
-
* update lodash typings ([faad27d](https://github.com/open-rpc/typings/commit/faad27d))
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
### Features
|
|
193
|
-
|
|
194
|
-
* add go support ([47d51d1](https://github.com/open-rpc/typings/commit/47d51d1))
|
|
195
|
-
|
|
196
|
-
# [1.3.0](https://github.com/open-rpc/typings/compare/1.2.1...1.3.0) (2019-05-31)
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
### Bug Fixes
|
|
200
|
-
|
|
201
|
-
* prevents output directory from being removed ([8e30209](https://github.com/open-rpc/typings/commit/8e30209))
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
### Features
|
|
205
|
-
|
|
206
|
-
* cli to generate openrpc typings ([8d6f5cc](https://github.com/open-rpc/typings/commit/8d6f5cc))
|
|
207
|
-
|
|
208
|
-
## [1.2.1](https://github.com/open-rpc/typings/compare/1.2.0...1.2.1) (2019-05-31)
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
### Bug Fixes
|
|
212
|
-
|
|
213
|
-
* items can be an array or an object ([c96be09](https://github.com/open-rpc/typings/commit/c96be09))
|
|
214
|
-
* typedoc build ([607b968](https://github.com/open-rpc/typings/commit/607b968))
|
|
215
|
-
|
|
216
|
-
# [1.2.0](https://github.com/open-rpc/typings/compare/1.1.4...1.2.0) (2019-05-30)
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
### Features
|
|
220
|
-
|
|
221
|
-
* default name type prefix ([3975ee2](https://github.com/open-rpc/typings/commit/3975ee2))
|
|
222
|
-
* use atomic naming of schemas ([5ea3e75](https://github.com/open-rpc/typings/commit/5ea3e75))
|
|
223
|
-
|
|
224
|
-
## [1.1.4](https://github.com/open-rpc/typings/compare/1.1.3...1.1.4) (2019-05-27)
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
### Bug Fixes
|
|
228
|
-
|
|
229
|
-
* support oneOf ([b4f014e](https://github.com/open-rpc/typings/commit/b4f014e))
|
|
230
|
-
|
|
231
|
-
## [1.1.3](https://github.com/open-rpc/typings/compare/1.1.2...1.1.3) (2019-05-27)
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
### Bug Fixes
|
|
235
|
-
|
|
236
|
-
* enums are made as interfaces ([eeffa76](https://github.com/open-rpc/typings/commit/eeffa76))
|
|
237
|
-
|
|
238
|
-
## [1.1.2](https://github.com/open-rpc/typings/compare/1.1.1...1.1.2) (2019-05-27)
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
### Bug Fixes
|
|
242
|
-
|
|
243
|
-
* move around stuff from rust code ([dc31a10](https://github.com/open-rpc/typings/commit/dc31a10))
|
|
244
|
-
* typescript needs unique typenames ([799ac3c](https://github.com/open-rpc/typings/commit/799ac3c))
|
|
245
|
-
|
|
246
|
-
## [1.1.1](https://github.com/open-rpc/typings/compare/1.1.0...1.1.1) (2019-05-25)
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
### Bug Fixes
|
|
250
|
-
|
|
251
|
-
* typescript function alias incorrect ([6b30135](https://github.com/open-rpc/typings/commit/6b30135))
|
|
252
|
-
|
|
253
|
-
# [1.1.0](https://github.com/open-rpc/typings/compare/1.0.4...1.1.0) (2019-05-23)
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
### Bug Fixes
|
|
257
|
-
|
|
258
|
-
* add tests for getFunctionTypeAlias ([e7319a2](https://github.com/open-rpc/typings/commit/e7319a2))
|
|
259
|
-
* dry and improve coverage ([641a2c6](https://github.com/open-rpc/typings/commit/641a2c6))
|
|
260
|
-
* lint fixups ([f1e1501](https://github.com/open-rpc/typings/commit/f1e1501))
|
|
261
|
-
* refactor typings interface ([7846704](https://github.com/open-rpc/typings/commit/7846704))
|
|
262
|
-
* remove extra junk ([69dfb37](https://github.com/open-rpc/typings/commit/69dfb37))
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
### Features
|
|
266
|
-
|
|
267
|
-
* add method type alias name interface ([e9b1291](https://github.com/open-rpc/typings/commit/e9b1291))
|
|
268
|
-
* add type alias function ([9f30213](https://github.com/open-rpc/typings/commit/9f30213))
|
|
269
|
-
* remove deprecated method ([a859c39](https://github.com/open-rpc/typings/commit/a859c39))
|
|
270
|
-
|
|
271
|
-
## [1.0.4](https://github.com/open-rpc/typings/compare/1.0.3...1.0.4) (2019-05-14)
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
### Bug Fixes
|
|
275
|
-
|
|
276
|
-
* remove extra errors ([aafb764](https://github.com/open-rpc/typings/commit/aafb764))
|
|
277
|
-
* wrangle the beast into submission ([ad3c77e](https://github.com/open-rpc/typings/commit/ad3c77e))
|
|
278
|
-
|
|
279
|
-
## [1.0.3](https://github.com/open-rpc/typings/compare/1.0.2...1.0.3) (2019-05-14)
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
### Bug Fixes
|
|
283
|
-
|
|
284
|
-
* dedupe by equal schemas ([7ddbfea](https://github.com/open-rpc/typings/commit/7ddbfea))
|
|
285
|
-
* remove console log ([ec6e033](https://github.com/open-rpc/typings/commit/ec6e033))
|
|
286
|
-
|
|
287
|
-
## [1.0.2](https://github.com/open-rpc/typings/compare/1.0.1...1.0.2) (2019-05-13)
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
### Bug Fixes
|
|
291
|
-
|
|
292
|
-
* typedoc stuff ([2b77669](https://github.com/open-rpc/typings/commit/2b77669))
|
|
293
|
-
* unique typenames ([ac7f7c6](https://github.com/open-rpc/typings/commit/ac7f7c6))
|
|
294
|
-
|
|
295
|
-
## [1.0.1](https://github.com/open-rpc/typings/compare/1.0.0...1.0.1) (2019-05-13)
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
### Bug Fixes
|
|
299
|
-
|
|
300
|
-
* build doesnt have a src dir ([169da5c](https://github.com/open-rpc/typings/commit/169da5c))
|
|
301
|
-
* flatten the globing ([faf89f9](https://github.com/open-rpc/typings/commit/faf89f9))
|
|
302
|
-
|
|
303
|
-
# 1.0.0 (2019-05-13)
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
### Bug Fixes
|
|
307
|
-
|
|
308
|
-
* build forked prs ([94db1da](https://github.com/open-rpc/typings/commit/94db1da))
|
|
309
|
-
* **README:** example usage of constructor ([c535f62](https://github.com/open-rpc/typings/commit/c535f62))
|
|
310
|
-
* handle typename uniqueness naively ([3acb4f8](https://github.com/open-rpc/typings/commit/3acb4f8))
|
|
311
|
-
* names ([308d2f8](https://github.com/open-rpc/typings/commit/308d2f8))
|
|
312
|
-
* npm audit ([6c6a24c](https://github.com/open-rpc/typings/commit/6c6a24c))
|
|
313
|
-
* remove extra publish script ([9d3efc9](https://github.com/open-rpc/typings/commit/9d3efc9))
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
### Features
|
|
317
|
-
|
|
318
|
-
* initial migration from schema-utils ([e598b0c](https://github.com/open-rpc/typings/commit/e598b0c))
|