@stacksjs/payments 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 CHANGED
@@ -12,7 +12,7 @@ Easily work with file paths.
12
12
  ## ๐Ÿค– Usage
13
13
 
14
14
  ```bash
15
- pnpm i -D @stacksjs/path
15
+ bun install -d @stacksjs/path
16
16
  ```
17
17
 
18
18
  Now, you can easily access it in your project:
@@ -23,12 +23,12 @@ import { filename, normalizeAliases, resolve, resolveAlias } from '@stacksjs/pat
23
23
  // and more...
24
24
  ```
25
25
 
26
- To view the full documentation, please visit [https://stacksjs.dev/path](https://stacksjs.dev/path).
26
+ To view the full documentation, please visit [https://stacksjs.org/path](https://stacksjs.org/path).
27
27
 
28
28
  ## ๐Ÿงช Testing
29
29
 
30
30
  ```bash
31
- pnpm test
31
+ bun test
32
32
  ```
33
33
 
34
34
  ## ๐Ÿ“ˆ Changelog
@@ -47,7 +47,7 @@ For help, discussion about best practices, or any other conversation that would
47
47
 
48
48
  For casual chit-chat with others using this package:
49
49
 
50
- [Join the Stacks Discord Server](https://discord.ow3.org)
50
+ [Join the Stacks Discord Server](https://discord.gg/stacksjs)
51
51
 
52
52
  ## ๐Ÿ™๐Ÿผ Credits
53
53
 
@@ -61,4 +61,4 @@ Many thanks to the following core technologies & people who have contributed to
61
61
 
62
62
  The MIT License (MIT). Please see [LICENSE](https://github.com/stacksjs/stacks/tree/main/LICENSE.md) for more information.
63
63
 
64
- Made with โค๏ธ
64
+ Made with ๐Ÿ’™