@sapphire/plugin-i18next 2.2.3 → 2.2.4-next.a942433.0

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -197,6 +197,10 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
197
197
  <td align="center"><a href="https://megatank58.me/"><img src="https://avatars.githubusercontent.com/u/51410502?v=4?s=100" width="100px;" alt=""/><br /><sub><b>megatank58</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=megatank58" title="Code">💻</a></td>
198
198
  <td align="center"><a href="https://fc5570.me/"><img src="https://avatars.githubusercontent.com/u/68158483?v=4?s=100" width="100px;" alt=""/><br /><sub><b>FC</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=FC5570" title="Code">💻</a></td>
199
199
  </tr>
200
+ <tr>
201
+ <td align="center"><a href="https://github.com/Suyashtnt"><img src="https://avatars.githubusercontent.com/u/45307955?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Just a Badly Drawn TABS Dude</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=Suyashtnt" title="Code">💻</a></td>
202
+ <td align="center"><a href="https://newtt.me/"><img src="https://avatars.githubusercontent.com/u/19301186?v=4?s=100" width="100px;" alt=""/><br /><sub><b>newt :D</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=newtykins" title="Code">💻</a></td>
203
+ </tr>
200
204
  </table>
201
205
 
202
206
  <!-- markdownlint-restore -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/plugin-i18next",
3
- "version": "2.2.3",
3
+ "version": "2.2.4-next.a942433.0",
4
4
  "description": "Plugin for @sapphire/framework to support i18next.",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -37,7 +37,7 @@
37
37
  "@sapphire/utilities": "^3.2.1",
38
38
  "@types/i18next-fs-backend": "^1.1.2",
39
39
  "chokidar": "^3.5.3",
40
- "i18next": "^21.6.7",
40
+ "i18next": "^21.6.10",
41
41
  "i18next-fs-backend": "^1.1.4",
42
42
  "tslib": "^2.3.1"
43
43
  },
@@ -73,5 +73,5 @@
73
73
  "publishConfig": {
74
74
  "access": "public"
75
75
  },
76
- "gitHead": "8efee8b0bbdbddb43bb1836346f2a91cf20f6274"
76
+ "gitHead": "a942433d364c9ee2daa6dc872a875fba1f1c808c"
77
77
  }