Skip to content

Commit a1dd16a

Browse files
authored
Merge pull request #48 from char0n/char0n/mapping-types-explicitly
chore(package): map TS types explicitly
2 parents 7c29722 + 93b2b21 commit a1dd16a

17 files changed

Lines changed: 93 additions & 49 deletions

File tree

.all-contributorsrc

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,19 @@
6060
]
6161
},
6262
{
63-
"login": "neversun",
64-
"name": "Robert Scheinpflug",
65-
"avatar_url": "https://avatars1.githubusercontent.com/u/9157500?v=4",
66-
"profile": "https://github.com/neversun",
63+
"login": "ColdtQ",
64+
"name": "ColdtQ",
65+
"avatar_url": "https://avatars.githubusercontent.com/u/64107374?v=4",
66+
"profile": "https://github.com/ColdtQ",
6767
"contributions": [
6868
"code"
6969
]
7070
},
7171
{
72-
"login": "ekelvin",
73-
"name": "Kelvin",
74-
"avatar_url": "https://avatars1.githubusercontent.com/u/6638327?v=4",
75-
"profile": "https://github.com/ekelvin",
72+
"login": "char0n",
73+
"name": "Vladimir Gorej",
74+
"avatar_url": "https://avatars.githubusercontent.com/u/193286?v=4",
75+
"profile": "https://github.com/char0n",
7676
"contributions": [
7777
"ideas"
7878
]
@@ -85,6 +85,24 @@
8585
"contributions": [
8686
"security"
8787
]
88+
},
89+
{
90+
"login": "neversun",
91+
"name": "Robert Scheinpflug",
92+
"avatar_url": "https://avatars1.githubusercontent.com/u/9157500?v=4",
93+
"profile": "https://github.com/neversun",
94+
"contributions": [
95+
"code"
96+
]
97+
},
98+
{
99+
"login": "neversun",
100+
"name": "Robert Scheinpflug",
101+
"avatar_url": "https://avatars1.githubusercontent.com/u/9157500?v=4",
102+
"profile": "https://github.com/neversun",
103+
"contributions": [
104+
"code"
105+
]
88106
}
89107
],
90108
"files": [

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [4.3.6](https://github.com/jeanlescure/short-unique-id/compare/v4.3.4...v4.3.6) (2021-08-29)
6+
7+
8+
### Bug Fixes
9+
10+
* types being inferred in certain situations rather than using .d.ts file ([1d5043a](https://github.com/jeanlescure/short-unique-id/commit/1d5043a8d3ec894327213e96425571ce825a047b))
11+
12+
### [4.3.5](https://github.com/jeanlescure/short-unique-id/compare/v4.3.4...v4.3.5) (2021-08-29)
13+
14+
15+
### Bug Fixes
16+
17+
* types being inferred in certain situations rather than using .d.ts file ([1d5043a](https://github.com/jeanlescure/short-unique-id/commit/1d5043a8d3ec894327213e96425571ce825a047b))
18+
519
### [4.3.4](https://github.com/jeanlescure/short-unique-id/compare/v4.3.2...v4.3.4) (2021-08-20)
620

721
### [4.3.3](https://github.com/jeanlescure/short-unique-id/compare/v4.3.2...v4.3.3) (2021-05-06)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
307307
</tr>
308308
<tr>
309309
<td align="center"><a href="https://github.com/anthony-arnold"><img src="https://shortunique.id/assets/contributors/anthony-arnold.svg" /></a><table><tbody><tr><td width="150" align="center"><a href="https://github.com/jeanlescure/short-unique-id/issues/35" title="Security">🛡️</a></td></tr></tbody></table></td>
310+
<td align="center"><a href="https://github.com/ColdtQ"><img src="https://shortunique.id/assets/contributors/coldtq.svg" /></a><table><tbody><tr><td width="150" align="center"><a href="https://github.com/jeanlescure/short-unique-id/pull/46" title="Code">💻</a></td></tr></tbody></table></td>
311+
<td align="center"><a href="https://github.com/char0n"><img src="https://shortunique.id/assets/contributors/char0n.svg" /></a><table><tbody><tr><td width="150" align="center"><a href="https://github.com/jeanlescure/short-unique-id/pull/48" title="Code">💻</a></td></tr></tbody></table></td>
310312
</tr>
311313
</table>
312314

assets/contributors/char0n.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/contributors/coldtq.svg

Lines changed: 1 addition & 0 deletions
Loading

dist/short-unique-id.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/short-unique-id.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)