@voltkit/volt-native 0.1.12 → 0.1.14

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/index.d.ts CHANGED
@@ -184,6 +184,9 @@ export declare function notificationShow(options: any): void
184
184
  */
185
185
  export declare function shellOpenExternal(url: string): void
186
186
 
187
+ /** Reveal a file or directory in the platform file manager. */
188
+ export declare function shellShowItemInFolder(path: string): void
189
+
187
190
  /** Apply a downloaded update by replacing the current binary. */
188
191
  export declare function updaterApply(data: Buffer): void
189
192
 
package/index.js CHANGED
@@ -605,6 +605,7 @@ module.exports.fsWatchStart = nativeBinding.fsWatchStart
605
605
  module.exports.fsWriteFile = nativeBinding.fsWriteFile
606
606
  module.exports.notificationShow = nativeBinding.notificationShow
607
607
  module.exports.shellOpenExternal = nativeBinding.shellOpenExternal
608
+ module.exports.shellShowItemInFolder = nativeBinding.shellShowItemInFolder
608
609
  module.exports.updaterApply = nativeBinding.updaterApply
609
610
  module.exports.updaterCheck = nativeBinding.updaterCheck
610
611
  module.exports.updaterDownloadAndVerify = nativeBinding.updaterDownloadAndVerify
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voltkit/volt-native",
3
- "version": "0.1.12",
3
+ "version": "0.1.14",
4
4
  "license": "BSL-1.1",
5
5
  "repository": {
6
6
  "type": "git",
Binary file
Binary file
Binary file
Binary file