@sapphire/plugin-logger 2.2.4-next.dfba037.0 → 2.2.4-next.eb95130.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ # [@sapphire/plugin-logger@2.2.3](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-logger@2.2.1...@sapphire/plugin-logger@2.2.3) - (2022-07-11)
6
+
7
+ ## 🏃 Performance
8
+
9
+ - **i18next:** Switch to new backend library ([21cd166](https://github.com/sapphiredev/plugins/commit/21cd1665c3bcba9c3dbc9711e9d57153ad768276))
10
+
11
+ ## 🐛 Bug Fixes
12
+
13
+ - Manually set version ([117d5a6](https://github.com/sapphiredev/plugins/commit/117d5a6256af7e01b420b28f95abec36f3feb0af))
14
+
15
+ ## 📝 Documentation
16
+
17
+ - Update typedoc setup ([5c855bd](https://github.com/sapphiredev/plugins/commit/5c855bd8341f155a41c9b85738541f1f47ac837a))
18
+
5
19
  ## [2.2.1](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-logger@2.2.0...@sapphire/plugin-logger@2.2.1) (2022-04-01)
6
20
 
7
21
  **Note:** Version bump only for package @sapphire/plugin-logger
package/README.md CHANGED
@@ -144,6 +144,14 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
144
144
  <tr>
145
145
  <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>
146
146
  <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>
147
+ <td align="center"><a href="https://linktr.ee/mzato0001"><img src="https://avatars.githubusercontent.com/u/62367547?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Mzato</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=Mzato0001" title="Code">💻</a></td>
148
+ <td align="center"><a href="https://github.com/MajesticString"><img src="https://avatars.githubusercontent.com/u/66224939?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Harry Allen</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=MajesticString" title="Code">💻</a></td>
149
+ <td align="center"><a href="https://github.com/jczstudios"><img src="https://avatars.githubusercontent.com/u/17862924?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Julian</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=jczstudios" title="Code">💻</a></td>
150
+ <td align="center"><a href="https://github.com/KrishAgarwal2811"><img src="https://avatars.githubusercontent.com/u/68506145?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Krish</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=KrishAgarwal2811" title="Code">💻</a></td>
151
+ <td align="center"><a href="https://github.com/imranbarbhuiya"><img src="https://avatars.githubusercontent.com/u/74945038?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Parbez</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=imranbarbhuiya" title="Code">💻</a></td>
152
+ </tr>
153
+ <tr>
154
+ <td align="center"><a href="https://github.com/ricardooow"><img src="https://avatars.githubusercontent.com/u/28981399?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ricardooow</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=ricardooow" title="Code">💻</a></td>
147
155
  </tr>
148
156
  </table>
149
157
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/plugin-logger",
3
- "version": "2.2.4-next.dfba037.0",
3
+ "version": "2.2.4-next.eb95130.0",
4
4
  "description": "Plugin for @sapphire/framework to have pretty console output",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -36,7 +36,7 @@
36
36
  "check-update": "cliff-jumper --dry-run"
37
37
  },
38
38
  "dependencies": {
39
- "@sapphire/time-utilities": "^1.7.4",
39
+ "@sapphire/time-utilities": "^1.7.6",
40
40
  "colorette": "^2.0.19",
41
41
  "tslib": "^2.4.0"
42
42
  },
@@ -72,7 +72,7 @@
72
72
  "access": "public"
73
73
  },
74
74
  "devDependencies": {
75
- "@favware/cliff-jumper": "^1.8.5",
75
+ "@favware/cliff-jumper": "^1.8.7",
76
76
  "gen-esm-wrapper": "^1.1.3",
77
77
  "typescript": "^4.7.4"
78
78
  }