@stacksjs/logging 0.57.4 โ†’ 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 CHANGED
@@ -9,7 +9,7 @@ The Stacks logging system.
9
9
  ## ๐Ÿค– Usage
10
10
 
11
11
  ```bash
12
- pnpm i -D @stacksjs/logging
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
- pnpm test
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.ow3.org)
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 ๐Ÿ’™