pear-electron 1.0.14 → 1.0.15

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/boot.bundle CHANGED
@@ -18962,7 +18962,7 @@ function quintet (s, i) {
18962
18962
  }
18963
18963
  {
18964
18964
  "name": "pear-electron",
18965
- "version": "1.0.14",
18965
+ "version": "1.0.15",
18966
18966
  "description": "Pear User-Interface Library for Electron",
18967
18967
  "main": "index.js",
18968
18968
  "bin": "bin.js",
package/bootstrap.js CHANGED
@@ -25,8 +25,9 @@ async function bootstrap (opts) {
25
25
  connectTimeout: CONNECT_TIMEOUT,
26
26
  connect: tryboot
27
27
  })
28
+ const { json = false, log, ...options } = opts
28
29
  await ipc.ready()
29
- await output({ json: false, log: opts.log }, ipc.dump(opts))
30
+ await output({ json, log }, ipc.dump(options))
30
31
  await ipc.close()
31
32
  }
32
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pear-electron",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "Pear User-Interface Library for Electron",
5
5
  "main": "index.js",
6
6
  "bin": "bin.js",