@stacksjs/desktop 0.43.0 → 0.44.6

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
@@ -1,33 +1,23 @@
1
- # Stacks Cloud
2
-
3
- wip
1
+ # Stacks Desktop
4
2
 
5
3
  ## ☘️ Features
6
4
 
7
- wip
8
-
9
5
  - ⚡️
10
6
 
11
- wip
12
-
13
7
  ## 🤖 Usage
14
8
 
15
- wip
16
-
17
9
  ```bash
18
- pnpm i -D @stacksjs/cloud
10
+ pnpm i -D @stacksjs/desktop
19
11
  ```
20
12
 
21
13
  Now, you can use it in your project:
22
14
 
23
15
  ```js
24
- import cloud from '@stacksjs/cloud'
16
+ import desktop from '@stacksjs/desktop'
25
17
 
26
18
  // wip
27
19
  ```
28
20
 
29
- Learn more in the docs.
30
-
31
21
  ## 🧪 Testing
32
22
 
33
23
  ```bash
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/desktop",
3
3
  "type": "module",
4
- "version": "0.43.0",
5
- "packageManager": "pnpm@7.17.1",
4
+ "version": "0.44.6",
5
+ "packageManager": "pnpm@7.18.2",
6
6
  "description": "The Stacks Desktop engine.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -18,9 +18,18 @@
18
18
  },
19
19
  "keywords": [
20
20
  "desktop",
21
- "automation",
22
- "tauri",
23
- "stacks"
21
+ "nexmo",
22
+ "twilio",
23
+ "aws",
24
+ "sms",
25
+ "email",
26
+ "database",
27
+ "slack",
28
+ "discord",
29
+ "webhooks",
30
+ "stacks",
31
+ "Maizzle",
32
+ "maizzle"
24
33
  ],
25
34
  "main": "dist/index.mjs",
26
35
  "module": "dist/index.mjs",
@@ -34,12 +43,22 @@
34
43
  ],
35
44
  "engines": {
36
45
  "node": ">=v18.12.1",
37
- "pnpm": ">=7.17.1"
46
+ "pnpm": ">=7.18.2"
47
+ },
48
+ "peerDependencies": {
49
+ "@tauri-apps/api": "1.2.0",
50
+ "@tauri-apps/cli": "1.2.2",
51
+ "unified-network": "0.6.2",
52
+ "unstorage": "^1.0.1",
53
+ "vue": "3.2.45",
54
+ "vue3-highlightjs": "^1.0.5",
55
+ "@stacksjs/build": "0.44.6",
56
+ "@stacksjs/server": "0.44.6"
38
57
  },
39
58
  "devDependencies": {
40
59
  "mkdist": "^1.0.0",
41
- "typescript": "^4.9.3",
42
- "@stacksjs/testing": "0.43.0"
60
+ "typescript": "^4.9.4",
61
+ "@stacksjs/testing": "0.44.6"
43
62
  },
44
63
  "scripts": {
45
64
  "build": "mkdist -d",