voxflow 1.8.2 → 1.8.4

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.
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
- exports.id = 935;
3
- exports.ids = [935];
2
+ exports.id = 96;
3
+ exports.ids = [96];
4
4
  exports.modules = {
5
5
 
6
- /***/ 6935:
6
+ /***/ 3096:
7
7
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
8
8
 
9
9
  // ESM COMPAT FLAG
@@ -34,7 +34,7 @@ var promises_ = __webpack_require__(1455);
34
34
  var external_node_os_ = __webpack_require__(8161);
35
35
  // EXTERNAL MODULE: external "node:fs"
36
36
  var external_node_fs_ = __webpack_require__(3024);
37
- ;// CONCATENATED MODULE: ./node_modules/is-docker/index.js
37
+ ;// CONCATENATED MODULE: ../node_modules/is-docker/index.js
38
38
 
39
39
 
40
40
  let isDockerCached;
@@ -65,7 +65,7 @@ function isDocker() {
65
65
  return isDockerCached;
66
66
  }
67
67
 
68
- ;// CONCATENATED MODULE: ./node_modules/is-inside-container/index.js
68
+ ;// CONCATENATED MODULE: ../node_modules/is-inside-container/index.js
69
69
 
70
70
 
71
71
 
@@ -90,7 +90,7 @@ function isInsideContainer() {
90
90
  return cachedResult;
91
91
  }
92
92
 
93
- ;// CONCATENATED MODULE: ./node_modules/is-wsl/index.js
93
+ ;// CONCATENATED MODULE: ../node_modules/is-wsl/index.js
94
94
 
95
95
 
96
96
 
@@ -128,7 +128,7 @@ const isWsl = () => {
128
128
 
129
129
  /* harmony default export */ const is_wsl = (external_node_process_.env.__IS_WSL_TEST__ ? isWsl : isWsl());
130
130
 
131
- ;// CONCATENATED MODULE: ./node_modules/wsl-utils/index.js
131
+ ;// CONCATENATED MODULE: ../node_modules/wsl-utils/index.js
132
132
 
133
133
 
134
134
 
@@ -187,7 +187,7 @@ const powerShellPath = async () => {
187
187
 
188
188
 
189
189
 
190
- ;// CONCATENATED MODULE: ./node_modules/define-lazy-prop/index.js
190
+ ;// CONCATENATED MODULE: ../node_modules/define-lazy-prop/index.js
191
191
  function defineLazyProperty(object, propertyName, valueGetter) {
192
192
  const define = value => Object.defineProperty(object, propertyName, {value, enumerable: true, writable: true});
193
193
 
@@ -207,7 +207,7 @@ function defineLazyProperty(object, propertyName, valueGetter) {
207
207
  return object;
208
208
  }
209
209
 
210
- ;// CONCATENATED MODULE: ./node_modules/default-browser-id/index.js
210
+ ;// CONCATENATED MODULE: ../node_modules/default-browser-id/index.js
211
211
 
212
212
 
213
213
 
@@ -234,7 +234,7 @@ async function defaultBrowserId() {
234
234
  return browserId;
235
235
  }
236
236
 
237
- ;// CONCATENATED MODULE: ./node_modules/run-applescript/index.js
237
+ ;// CONCATENATED MODULE: ../node_modules/run-applescript/index.js
238
238
 
239
239
 
240
240
 
@@ -273,14 +273,14 @@ function runAppleScriptSync(script, {humanReadableOutput = true} = {}) {
273
273
  return stdout.trim();
274
274
  }
275
275
 
276
- ;// CONCATENATED MODULE: ./node_modules/bundle-name/index.js
276
+ ;// CONCATENATED MODULE: ../node_modules/bundle-name/index.js
277
277
 
278
278
 
279
279
  async function bundleName(bundleId) {
280
280
  return runAppleScript(`tell application "Finder" to set app_path to application file id "${bundleId}" as string\ntell application "System Events" to get value of property list item "CFBundleName" of property list file (app_path & ":Contents:Info.plist")`);
281
281
  }
282
282
 
283
- ;// CONCATENATED MODULE: ./node_modules/default-browser/windows.js
283
+ ;// CONCATENATED MODULE: ../node_modules/default-browser/windows.js
284
284
 
285
285
 
286
286
 
@@ -339,7 +339,7 @@ async function defaultBrowser(_execFileAsync = windows_execFileAsync) {
339
339
  return windowsBrowserProgIds[id] ?? windowsBrowserProgIds[baseIdByDot] ?? windowsBrowserProgIds[baseIdByHyphen] ?? {name: id, id};
340
340
  }
341
341
 
342
- ;// CONCATENATED MODULE: ./node_modules/default-browser/index.js
342
+ ;// CONCATENATED MODULE: ../node_modules/default-browser/index.js
343
343
 
344
344
 
345
345
 
@@ -375,7 +375,7 @@ async function default_browser_defaultBrowser() {
375
375
  throw new Error('Only macOS, Linux, and Windows are supported');
376
376
  }
377
377
 
378
- ;// CONCATENATED MODULE: ./node_modules/open/index.js
378
+ ;// CONCATENATED MODULE: ../node_modules/open/index.js
379
379
 
380
380
 
381
381