@stacksjs/desktop 0.58.28 → 0.58.44

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.
Files changed (2) hide show
  1. package/dist/index.js +6 -0
  2. package/package.json +5 -7
package/dist/index.js CHANGED
@@ -3051,6 +3051,11 @@ if ("__TAURI_METADATA__" in window) {
3051
3051
  async function openShell(link) {
3052
3052
  await open(link);
3053
3053
  }
3054
+
3055
+ // src/system-tray.ts
3056
+ var testingThis = "testing this";
3057
+
3058
+ // src/index.ts
3054
3059
  var desktop = {
3055
3060
  app: exports_app,
3056
3061
  event: exports_event,
@@ -3070,6 +3075,7 @@ var desktop = {
3070
3075
  window: exports_window
3071
3076
  };
3072
3077
  export {
3078
+ testingThis,
3073
3079
  openShell,
3074
3080
  desktop
3075
3081
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/desktop",
3
3
  "type": "module",
4
- "version": "0.58.28",
4
+ "version": "0.58.44",
5
5
  "description": "The Stacks Desktop engine.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -50,10 +50,10 @@
50
50
  "dist"
51
51
  ],
52
52
  "scripts": {
53
- "dev": "bun --bun vite ../../dashboard -c ../vite/src/desktop.ts",
53
+ "dev": "bunx vite ../../dashboard -c ../vite/src/desktop.ts",
54
54
  "dev:app": "tauri dev",
55
55
  "build": "bun --bun build.ts",
56
- "build:app": "bun --bun vite build ../../dashboard -c ../vite/src/desktop.ts",
56
+ "build:app": "bunx vite build ../../dashboard -c ../vite/src/desktop.ts",
57
57
  "tauri:build": "tauri build",
58
58
  "typecheck": "bun --bun tsc --noEmit",
59
59
  "prepublishOnly": "bun --bun run build"
@@ -65,8 +65,7 @@
65
65
  "@tauri-apps/cli": "1.5.9",
66
66
  "unified-network": "0.6.4",
67
67
  "unstorage": "^1.10.1",
68
- "vue": "3.4.13",
69
- "vue3-highlightjs": "^1.0.5"
68
+ "vue": "3.4.15"
70
69
  },
71
70
  "dependencies": {
72
71
  "@stacksjs/build": "workspace:*",
@@ -75,8 +74,7 @@
75
74
  "@tauri-apps/cli": "1.5.9",
76
75
  "unified-network": "0.6.4",
77
76
  "unstorage": "^1.10.1",
78
- "vue": "3.4.13",
79
- "vue3-highlightjs": "^1.0.5"
77
+ "vue": "3.4.15"
80
78
  },
81
79
  "devDependencies": {
82
80
  "@stacksjs/development": "workspace:*"