@ricsam/isolate-daemon 0.1.19 → 0.1.20

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,5 +1,5 @@
1
1
  {
2
2
  "name": "@ricsam/isolate-daemon",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "type": "commonjs"
5
5
  }
@@ -730,6 +730,7 @@ async function handleCreateRuntime(message, connection, state) {
730
730
  return { ok: false, error: { name: error.name, message: error.message } };
731
731
  }
732
732
  },
733
+ timeout: message.options.playwright?.timeout,
733
734
  console: playwrightCallbacks.console,
734
735
  onEvent: (event) => {
735
736
  const conn = callbackContext.connection;
@@ -1726,4 +1727,4 @@ export {
1726
1727
  handleConnection
1727
1728
  };
1728
1729
 
1729
- //# debugId=1FC256F121C44C4364756E2164756E21
1730
+ //# debugId=6A80A8A9D63693D864756E2164756E21