@sapphire/plugin-logger 2.0.2-next.e9f0692c.0 → 2.0.3-next.ed440ca.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/README.md +0 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -93,10 +93,6 @@ export class PingCommand extends Command {
|
|
|
93
93
|
|
|
94
94
|
> Example: `container.logger.debug('log debug message');`
|
|
95
95
|
|
|
96
|
-
## Logger Documentation
|
|
97
|
-
|
|
98
|
-
For the full @sapphire/plugin-logger documentation please refer to the TypeDoc generated [documentation](https://sapphiredev.github.io/plugins/modules/_sapphire_plugin_logger.html).
|
|
99
|
-
|
|
100
96
|
## Buy us some doughnuts
|
|
101
97
|
|
|
102
98
|
Sapphire Community is and always will be open source, even if we don't get donations. That being said, we know there are amazing people who may still want to donate just to show their appreciation. Thank you very much in advance!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/plugin-logger",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3-next.ed440ca.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.4.
|
|
36
|
+
"@sapphire/time-utilities": "^1.4.9",
|
|
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": "
|
|
70
|
+
"gitHead": "ed440caf718b4d4ee9a7b0e0e82759482a4f112e"
|
|
71
71
|
}
|