@mkody/twitch-emoticons 2.8.6 → 2.8.7

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/docs/index.html CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
 
46
46
  <section class="package">
47
- <h3>@mkody/twitch-emoticons 2.8.6</h3>
47
+ <h3>@mkody/twitch-emoticons 2.8.7</h3>
48
48
  </section>
49
49
 
50
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mkody/twitch-emoticons",
3
- "version": "2.8.6",
3
+ "version": "2.8.7",
4
4
  "description": "Gets Twitch, BTTV, FFZ and 7TV emotes as well as parsing text to emotes!",
5
5
  "main": "src/index.js",
6
6
  "typings": "typings/index.d.ts",
@@ -26,15 +26,15 @@
26
26
  ],
27
27
  "license": "MIT",
28
28
  "dependencies": {
29
- "@twurple/api": "^7.0.10",
30
- "@twurple/auth": "^7.0.10",
31
- "axios": "^1.6.7"
29
+ "@twurple/api": "^7.1.0",
30
+ "@twurple/auth": "^7.1.0",
31
+ "axios": "^1.6.8"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@jest/globals": "^29.7.0",
35
35
  "docdash": "^2.0.2",
36
- "esbuild": "^0.20.1",
37
- "eslint": "^8.56.0",
36
+ "esbuild": "^0.20.2",
37
+ "eslint": "^8.57.0",
38
38
  "jest": "^29.7.0",
39
39
  "jsdoc": "^4.0.2"
40
40
  },