@stacksjs/logging 0.57.3 โ 0.58.19
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 +4 -4
- package/dist/index.js +1809 -0
- package/package.json +25 -24
- package/LICENSE.md +0 -21
- package/dist/index.d.ts +0 -7
- package/dist/index.mjs +0 -11
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ The Stacks logging system.
|
|
|
9
9
|
## ๐ค Usage
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
-
|
|
12
|
+
bun install -d @stacksjs/logging
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
Now, you can use it in your project:
|
|
@@ -30,7 +30,7 @@ Learn more in the docs.
|
|
|
30
30
|
## ๐งช Testing
|
|
31
31
|
|
|
32
32
|
```bash
|
|
33
|
-
|
|
33
|
+
bun test
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
## ๐ Changelog
|
|
@@ -49,10 +49,10 @@ For help, discussion about best practices, or any other conversation that would
|
|
|
49
49
|
|
|
50
50
|
For casual chit-chat with others using this package:
|
|
51
51
|
|
|
52
|
-
[Join the Stacks Discord Server](https://discord.
|
|
52
|
+
[Join the Stacks Discord Server](https://discord.gg/stacksjs)
|
|
53
53
|
|
|
54
54
|
## ๐ License
|
|
55
55
|
|
|
56
56
|
The MIT License (MIT). Please see [LICENSE](https://github.com/stacksjs/stacks/tree/main/LICENSE.md) for more information.
|
|
57
57
|
|
|
58
|
-
Made with
|
|
58
|
+
Made with ๐
|