@stacksjs/desktop 0.58.73 → 0.59.2

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.
@@ -0,0 +1,36 @@
1
+ import * as app from '@tauri-apps/api/app';
2
+ import * as event from '@tauri-apps/api/event';
3
+ import * as clipboard from '@tauri-apps/api/clipboard';
4
+ import * as dialog from '@tauri-apps/api/dialog';
5
+ import * as fs from '@tauri-apps/api/fs';
6
+ import * as globalShortcut from '@tauri-apps/api/globalShortcut';
7
+ import * as http from '@tauri-apps/api/http';
8
+ import * as mocks from '@tauri-apps/api/mocks';
9
+ import * as notification from '@tauri-apps/api/notification';
10
+ import * as os from '@tauri-apps/api/os';
11
+ import * as path from '@tauri-apps/api/path';
12
+ import * as process from '@tauri-apps/api/process';
13
+ import * as shell from '@tauri-apps/api/shell';
14
+ import * as tauri from '@tauri-apps/api/tauri';
15
+ import * as updater from '@tauri-apps/api/updater';
16
+ import * as window from '@tauri-apps/api/window';
17
+ export declare const desktop: {
18
+ app: typeof app;
19
+ event: typeof event;
20
+ clipboard: typeof clipboard;
21
+ dialog: typeof dialog;
22
+ fs: typeof fs;
23
+ globalShortcut: typeof globalShortcut;
24
+ http: typeof http;
25
+ mocks: typeof mocks;
26
+ notification: typeof notification;
27
+ os: typeof os;
28
+ path: typeof path;
29
+ process: typeof process;
30
+ shell: typeof shell;
31
+ tauri: typeof tauri;
32
+ updater: typeof updater;
33
+ window: typeof window;
34
+ };
35
+ export declare function openShell(link: string): Promise<void>;
36
+ export * from './system-tray';
@@ -0,0 +1 @@
1
+ export declare const testingThis = "testing this";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/desktop",
3
3
  "type": "module",
4
- "version": "0.58.73",
4
+ "version": "0.59.2",
5
5
  "description": "The Stacks Desktop engine.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -26,9 +26,7 @@
26
26
  "slack",
27
27
  "discord",
28
28
  "webhooks",
29
- "stacks",
30
- "Maizzle",
31
- "maizzle"
29
+ "stacks"
32
30
  ],
33
31
  "exports": {
34
32
  ".": {
@@ -66,7 +64,7 @@
66
64
  "@tauri-apps/cli": "^1.5.10",
67
65
  "unified-network": "^0.6.4",
68
66
  "unstorage": "^1.10.1",
69
- "vue": "^3.4.19"
67
+ "vue": "^3.4.21"
70
68
  },
71
69
  "dependencies": {
72
70
  "@stacksjs/build": "latest",
@@ -75,7 +73,7 @@
75
73
  "@tauri-apps/cli": "^1.5.10",
76
74
  "unified-network": "^0.6.4",
77
75
  "unstorage": "^1.10.1",
78
- "vue": "^3.4.19"
76
+ "vue": "^3.4.21"
79
77
  },
80
78
  "devDependencies": {
81
79
  "@stacksjs/development": "latest"