@sapphire/plugin-logger 2.1.3 → 2.1.4-next.46875e4.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
@@ -141,6 +141,10 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
141
141
  <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>
142
142
  <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>
143
143
  </tr>
144
+ <tr>
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
+ <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
+ </tr>
144
148
  </table>
145
149
 
146
150
  <!-- markdownlint-restore -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/plugin-logger",
3
- "version": "2.1.3",
3
+ "version": "2.1.4-next.46875e4.0",
4
4
  "description": "Plugin for @sapphire/framework to have pretty console output",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -33,7 +33,7 @@
33
33
  "prepublishOnly": "yarn build"
34
34
  },
35
35
  "dependencies": {
36
- "@sapphire/time-utilities": "^1.5.2",
36
+ "@sapphire/time-utilities": "^1.6.0",
37
37
  "colorette": "^2.0.16",
38
38
  "tslib": "^2.3.1"
39
39
  },
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "8efee8b0bbdbddb43bb1836346f2a91cf20f6274"
70
+ "gitHead": "46875e49fac769b71f863eef069b445cd1a5ed17"
71
71
  }