Skip to content

Commit 36ba848

Browse files
committed
Release 2.9.4
1 parent 8b5aca5 commit 36ba848

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

docs/Collection.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h4 class="name" id="Collection"><span class="type-signature"></span>new Collect
8080

8181
<dt class="tag-source">Source:</dt>
8282
<dd class="tag-source"><ul class="dummy"><li>
83-
<a href="util_Collection.js.html">util/Collection.js</a>, <a href="util_Collection.js.html#line1">line 1</a>
83+
<a href="util_Collection.js.html">util/Collection.js</a>, <a href="util_Collection.js.html#line2">line 2</a>
8484
</li></ul></dd>
8585

8686

@@ -187,7 +187,7 @@ <h4 class="name" id="filter"><span class="type-signature"></span>filter<span cla
187187

188188
<dt class="tag-source">Source:</dt>
189189
<dd class="tag-source"><ul class="dummy"><li>
190-
<a href="util_Collection.js.html">util/Collection.js</a>, <a href="util_Collection.js.html#line43">line 43</a>
190+
<a href="util_Collection.js.html">util/Collection.js</a>, <a href="util_Collection.js.html#line44">line 44</a>
191191
</li></ul></dd>
192192

193193

@@ -386,7 +386,7 @@ <h4 class="name" id="find"><span class="type-signature"></span>find<span class="
386386

387387
<dt class="tag-source">Source:</dt>
388388
<dd class="tag-source"><ul class="dummy"><li>
389-
<a href="util_Collection.js.html">util/Collection.js</a>, <a href="util_Collection.js.html#line13">line 13</a>
389+
<a href="util_Collection.js.html">util/Collection.js</a>, <a href="util_Collection.js.html#line14">line 14</a>
390390
</li></ul></dd>
391391

392392

@@ -588,7 +588,7 @@ <h4 class="name" id="map"><span class="type-signature"></span>map<span class="si
588588

589589
<dt class="tag-source">Source:</dt>
590590
<dd class="tag-source"><ul class="dummy"><li>
591-
<a href="util_Collection.js.html">util/Collection.js</a>, <a href="util_Collection.js.html#line64">line 64</a>
591+
<a href="util_Collection.js.html">util/Collection.js</a>, <a href="util_Collection.js.html#line65">line 65</a>
592592
</li></ul></dd>
593593

594594

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="BTTVEmote
4444

4545

4646
<section class="package">
47-
<h3>@mkody/twitch-emoticons 2.9.3</h3>
47+
<h3>@mkody/twitch-emoticons 2.9.4</h3>
4848
</section>
4949

5050

docs/util_Collection.js.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ <h1 class="page-title">util/Collection.js</h1>
4545

4646
<section>
4747
<article>
48-
<pre class="prettyprint source linenums"><code>/**
48+
<pre class="prettyprint source linenums"><code>/* eslint-disable jsdoc/reject-function-type, jsdoc/reject-any-type */
49+
/**
4950
* An extended Map with utility methods.
5051
* @class Collection
5152
*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mkody/twitch-emoticons",
3-
"version": "2.9.3",
3+
"version": "2.9.4",
44
"description": "Gets Twitch, BTTV, FFZ and 7TV emotes as well as parsing text to emotes!",
55
"main": "src/index.js",
66
"typings": "typings/index.d.ts",

typings/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ declare module '@mkody/twitch-emoticons' {
4545
fetcher: EmoteFetcher,
4646
options: {
4747
template?: string,
48-
type?: string,
48+
type?: 'html' | 'markdown' | 'bbcode' | 'plain',
4949
match?: RegExp
5050
}
5151
);

0 commit comments

Comments
 (0)