@stacksjs/desktop 0.58.43 → 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 +23 -23
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -10,7 +10,7 @@ var __export = (target, all) => {
10
10
  });
11
11
  };
12
12
 
13
- // /Users/chrisbreuer/Code/stacks/node_modules/@tauri-apps/api/shell.js
13
+ // /home/runner/work/stacks/stacks/node_modules/@tauri-apps/api/shell.js
14
14
  var exports_shell = {};
15
15
  __export(exports_shell, {
16
16
  open: () => {
@@ -35,7 +35,7 @@ __export(exports_shell, {
35
35
  }
36
36
  });
37
37
 
38
- // /Users/chrisbreuer/Code/stacks/node_modules/@tauri-apps/api/tauri.js
38
+ // /home/runner/work/stacks/stacks/node_modules/@tauri-apps/api/tauri.js
39
39
  var exports_tauri = {};
40
40
  __export(exports_tauri, {
41
41
  transformCallback: () => {
@@ -94,12 +94,12 @@ var convertFileSrc = function(filePath, protocol = "asset") {
94
94
  return window.__TAURI__.convertFileSrc(filePath, protocol);
95
95
  };
96
96
 
97
- // /Users/chrisbreuer/Code/stacks/node_modules/@tauri-apps/api/helpers/tauri.js
97
+ // /home/runner/work/stacks/stacks/node_modules/@tauri-apps/api/helpers/tauri.js
98
98
  async function invokeTauriCommand(command) {
99
99
  return invoke("tauri", command);
100
100
  }
101
101
 
102
- // /Users/chrisbreuer/Code/stacks/node_modules/@tauri-apps/api/shell.js
102
+ // /home/runner/work/stacks/stacks/node_modules/@tauri-apps/api/shell.js
103
103
  async function execute(onEvent, program, args = [], options) {
104
104
  if (typeof args === "object") {
105
105
  Object.freeze(args);
@@ -277,7 +277,7 @@ class Command extends EventEmitter {
277
277
  }
278
278
  }
279
279
 
280
- // /Users/chrisbreuer/Code/stacks/node_modules/@tauri-apps/api/app.js
280
+ // /home/runner/work/stacks/stacks/node_modules/@tauri-apps/api/app.js
281
281
  var exports_app = {};
282
282
  __export(exports_app, {
283
283
  show: () => {
@@ -347,7 +347,7 @@ async function hide() {
347
347
  });
348
348
  }
349
349
 
350
- // /Users/chrisbreuer/Code/stacks/node_modules/@tauri-apps/api/event.js
350
+ // /home/runner/work/stacks/stacks/node_modules/@tauri-apps/api/event.js
351
351
  var exports_event = {};
352
352
  __export(exports_event, {
353
353
  once: () => {
@@ -372,7 +372,7 @@ __export(exports_event, {
372
372
  }
373
373
  });
374
374
 
375
- // /Users/chrisbreuer/Code/stacks/node_modules/@tauri-apps/api/helpers/event.js
375
+ // /home/runner/work/stacks/stacks/node_modules/@tauri-apps/api/helpers/event.js
376
376
  async function _unlisten(event, eventId) {
377
377
  return invokeTauriCommand({
378
378
  __tauriModule: "Event",
@@ -415,7 +415,7 @@ async function once(event, windowLabel, handler) {
415
415
  });
416
416
  }
417
417
 
418
- // /Users/chrisbreuer/Code/stacks/node_modules/@tauri-apps/api/event.js
418
+ // /home/runner/work/stacks/stacks/node_modules/@tauri-apps/api/event.js
419
419
  async function listen2(event2, handler) {
420
420
  return listen(event2, null, handler);
421
421
  }
@@ -447,7 +447,7 @@ var TauriEvent;
447
447
  TauriEvent2["DOWNLOAD_PROGRESS"] = "tauri://update-download-progress";
448
448
  })(TauriEvent || (TauriEvent = {}));
449
449
 
450
- // /Users/chrisbreuer/Code/stacks/node_modules/@tauri-apps/api/clipboard.js
450
+ // /home/runner/work/stacks/stacks/node_modules/@tauri-apps/api/clipboard.js
451
451
  var exports_clipboard = {};
452
452
  __export(exports_clipboard, {
453
453
  writeText: () => {
@@ -480,7 +480,7 @@ async function readText() {
480
480
  });
481
481
  }
482
482
 
483
- // /Users/chrisbreuer/Code/stacks/node_modules/@tauri-apps/api/dialog.js
483
+ // /home/runner/work/stacks/stacks/node_modules/@tauri-apps/api/dialog.js
484
484
  var exports_dialog = {};
485
485
  __export(exports_dialog, {
486
486
  save: () => {
@@ -579,7 +579,7 @@ async function confirm(message2, options) {
579
579
  });
580
580
  }
581
581
 
582
- // /Users/chrisbreuer/Code/stacks/node_modules/@tauri-apps/api/fs.js
582
+ // /home/runner/work/stacks/stacks/node_modules/@tauri-apps/api/fs.js
583
583
  var exports_fs = {};
584
584
  __export(exports_fs, {
585
585
  writeTextFile: () => {
@@ -719,7 +719,7 @@ async function writeBinaryFile(path, contents, options) {
719
719
  file.path = path.path;
720
720
  file.contents = path.contents;
721
721
  }
722
- if (contents && ("dir" in contents)) {
722
+ if (contents && "dir" in contents) {
723
723
  fileOptions = contents;
724
724
  } else if (typeof path === "string") {
725
725
  file.contents = contents ?? [];
@@ -835,7 +835,7 @@ var BaseDirectory;
835
835
  BaseDirectory2[BaseDirectory2["AppLog"] = 25] = "AppLog";
836
836
  })(BaseDirectory || (BaseDirectory = {}));
837
837
 
838
- // /Users/chrisbreuer/Code/stacks/node_modules/@tauri-apps/api/globalShortcut.js
838
+ // /home/runner/work/stacks/stacks/node_modules/@tauri-apps/api/globalShortcut.js
839
839
  var exports_globalShortcut = {};
840
840
  __export(exports_globalShortcut, {
841
841
  unregisterAll: () => {
@@ -911,7 +911,7 @@ async function unregisterAll() {
911
911
  });
912
912
  }
913
913
 
914
- // /Users/chrisbreuer/Code/stacks/node_modules/@tauri-apps/api/http.js
914
+ // /home/runner/work/stacks/stacks/node_modules/@tauri-apps/api/http.js
915
915
  var exports_http = {};
916
916
  __export(exports_http, {
917
917
  getClient: () => {
@@ -1121,7 +1121,7 @@ class Client {
1121
1121
  }
1122
1122
  var defaultClient = null;
1123
1123
 
1124
- // /Users/chrisbreuer/Code/stacks/node_modules/@tauri-apps/api/mocks.js
1124
+ // /home/runner/work/stacks/stacks/node_modules/@tauri-apps/api/mocks.js
1125
1125
  var exports_mocks = {};
1126
1126
  __export(exports_mocks, {
1127
1127
  mockWindows: () => {
@@ -1176,7 +1176,7 @@ var clearMocks = function() {
1176
1176
  delete window.__TAURI_METADATA__;
1177
1177
  };
1178
1178
 
1179
- // /Users/chrisbreuer/Code/stacks/node_modules/@tauri-apps/api/notification.js
1179
+ // /home/runner/work/stacks/stacks/node_modules/@tauri-apps/api/notification.js
1180
1180
  var exports_notification = {};
1181
1181
  __export(exports_notification, {
1182
1182
  sendNotification: () => {
@@ -1217,7 +1217,7 @@ var sendNotification = function(options) {
1217
1217
  }
1218
1218
  };
1219
1219
 
1220
- // /Users/chrisbreuer/Code/stacks/node_modules/@tauri-apps/api/os.js
1220
+ // /home/runner/work/stacks/stacks/node_modules/@tauri-apps/api/os.js
1221
1221
  var exports_os = {};
1222
1222
  __export(exports_os, {
1223
1223
  version: () => {
@@ -1257,12 +1257,12 @@ __export(exports_os, {
1257
1257
  }
1258
1258
  });
1259
1259
 
1260
- // /Users/chrisbreuer/Code/stacks/node_modules/@tauri-apps/api/helpers/os-check.js
1260
+ // /home/runner/work/stacks/stacks/node_modules/@tauri-apps/api/helpers/os-check.js
1261
1261
  var isWindows = function() {
1262
1262
  return navigator.appVersion.includes("Win");
1263
1263
  };
1264
1264
 
1265
- // /Users/chrisbreuer/Code/stacks/node_modules/@tauri-apps/api/os.js
1265
+ // /home/runner/work/stacks/stacks/node_modules/@tauri-apps/api/os.js
1266
1266
  async function platform() {
1267
1267
  return invokeTauriCommand({
1268
1268
  __tauriModule: "Os",
@@ -1313,7 +1313,7 @@ async function locale() {
1313
1313
  }
1314
1314
  var EOL = isWindows() ? "\r\n" : "\n";
1315
1315
 
1316
- // /Users/chrisbreuer/Code/stacks/node_modules/@tauri-apps/api/path.js
1316
+ // /home/runner/work/stacks/stacks/node_modules/@tauri-apps/api/path.js
1317
1317
  var exports_path = {};
1318
1318
  __export(exports_path, {
1319
1319
  videoDir: () => {
@@ -1795,7 +1795,7 @@ async function isAbsolute(path) {
1795
1795
  var sep = isWindows() ? "\\" : "/";
1796
1796
  var delimiter = isWindows() ? ";" : ":";
1797
1797
 
1798
- // /Users/chrisbreuer/Code/stacks/node_modules/@tauri-apps/api/process.js
1798
+ // /home/runner/work/stacks/stacks/node_modules/@tauri-apps/api/process.js
1799
1799
  var exports_process = {};
1800
1800
  __export(exports_process, {
1801
1801
  relaunch: () => {
@@ -1827,7 +1827,7 @@ async function relaunch() {
1827
1827
  });
1828
1828
  }
1829
1829
 
1830
- // /Users/chrisbreuer/Code/stacks/node_modules/@tauri-apps/api/updater.js
1830
+ // /home/runner/work/stacks/stacks/node_modules/@tauri-apps/api/updater.js
1831
1831
  var exports_updater = {};
1832
1832
  __export(exports_updater, {
1833
1833
  onUpdaterEvent: () => {
@@ -1931,7 +1931,7 @@ async function checkUpdate() {
1931
1931
  });
1932
1932
  }
1933
1933
 
1934
- // /Users/chrisbreuer/Code/stacks/node_modules/@tauri-apps/api/window.js
1934
+ // /home/runner/work/stacks/stacks/node_modules/@tauri-apps/api/window.js
1935
1935
  var exports_window = {};
1936
1936
  __export(exports_window, {
1937
1937
  primaryMonitor: () => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/desktop",
3
3
  "type": "module",
4
- "version": "0.58.43",
4
+ "version": "0.58.44",
5
5
  "description": "The Stacks Desktop engine.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",