Skip to content

Commit

Permalink
Merge pull request #48 from char0n/char0n/mapping-types-explicitly
Browse files Browse the repository at this point in the history
chore(package): map TS types explicitly
  • Loading branch information
jeanlescure authored Aug 29, 2021
2 parents 7c29722 + 93b2b21 commit a1dd16a
Show file tree
Hide file tree
Showing 17 changed files with 93 additions and 49 deletions.
34 changes: 26 additions & 8 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,19 @@
]
},
{
"login": "neversun",
"name": "Robert Scheinpflug",
"avatar_url": "https://avatars1.githubusercontent.com/u/9157500?v=4",
"profile": "https://github.com/neversun",
"login": "ColdtQ",
"name": "ColdtQ",
"avatar_url": "https://avatars.githubusercontent.com/u/64107374?v=4",
"profile": "https://github.com/ColdtQ",
"contributions": [
"code"
]
},
{
"login": "ekelvin",
"name": "Kelvin",
"avatar_url": "https://avatars1.githubusercontent.com/u/6638327?v=4",
"profile": "https://github.com/ekelvin",
"login": "char0n",
"name": "Vladimir Gorej",
"avatar_url": "https://avatars.githubusercontent.com/u/193286?v=4",
"profile": "https://github.com/char0n",
"contributions": [
"ideas"
]
Expand All @@ -85,6 +85,24 @@
"contributions": [
"security"
]
},
{
"login": "neversun",
"name": "Robert Scheinpflug",
"avatar_url": "https://avatars1.githubusercontent.com/u/9157500?v=4",
"profile": "https://github.com/neversun",
"contributions": [
"code"
]
},
{
"login": "neversun",
"name": "Robert Scheinpflug",
"avatar_url": "https://avatars1.githubusercontent.com/u/9157500?v=4",
"profile": "https://github.com/neversun",
"contributions": [
"code"
]
}
],
"files": [
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

### [4.3.6](https://github.com/jeanlescure/short-unique-id/compare/v4.3.4...v4.3.6) (2021-08-29)


### Bug Fixes

* types being inferred in certain situations rather than using .d.ts file ([1d5043a](https://github.com/jeanlescure/short-unique-id/commit/1d5043a8d3ec894327213e96425571ce825a047b))

### [4.3.5](https://github.com/jeanlescure/short-unique-id/compare/v4.3.4...v4.3.5) (2021-08-29)


### Bug Fixes

* types being inferred in certain situations rather than using .d.ts file ([1d5043a](https://github.com/jeanlescure/short-unique-id/commit/1d5043a8d3ec894327213e96425571ce825a047b))

### [4.3.4](https://github.com/jeanlescure/short-unique-id/compare/v4.3.2...v4.3.4) (2021-08-20)

### [4.3.3](https://github.com/jeanlescure/short-unique-id/compare/v4.3.2...v4.3.3) (2021-05-06)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
</tr>
<tr>
<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>
<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>
<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>
</tr>
</table>

Expand Down
1 change: 1 addition & 0 deletions assets/contributors/char0n.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/contributors/coldtq.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
2 changes: 1 addition & 1 deletion dist/short-unique-id.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/short-unique-id.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a1dd16a

Please sign in to comment.