@stacksjs/desktop 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 +3075 -0
- package/package.json +41 -24
- package/LICENSE.md +0 -21
- package/dist/drivers/index.d.ts +0 -1
- package/dist/drivers/index.mjs +0 -1
- package/dist/drivers/tauri/index.d.ts +0 -1
- package/dist/drivers/tauri/index.mjs +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.mjs +0 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
## ๐ค Usage
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
|
|
10
|
+
bun install -d @stacksjs/desktop
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
Now, you can use it in your project:
|
|
@@ -21,7 +21,7 @@ import desktop from '@stacksjs/desktop'
|
|
|
21
21
|
## ๐งช Testing
|
|
22
22
|
|
|
23
23
|
```bash
|
|
24
|
-
|
|
24
|
+
bun test
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
## ๐ Changelog
|
|
@@ -40,10 +40,10 @@ For help, discussion about best practices, or any other conversation that would
|
|
|
40
40
|
|
|
41
41
|
For casual chit-chat with others using this package:
|
|
42
42
|
|
|
43
|
-
[Join the Stacks Discord Server](https://discord.
|
|
43
|
+
[Join the Stacks Discord Server](https://discord.gg/stacksjs)
|
|
44
44
|
|
|
45
45
|
## ๐ License
|
|
46
46
|
|
|
47
47
|
The MIT License (MIT). Please see [LICENSE](https://github.com/stacksjs/stacks/tree/main/LICENSE.md) for more information.
|
|
48
48
|
|
|
49
|
-
Made with
|
|
49
|
+
Made with ๐
|