@intuned/runtime-dev 1.0.4-remove-playwright.3 → 1.0.4-remove-playwright.5

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.
@@ -67,7 +67,7 @@ _commander.program.description("run auth session create").option("--cdpAddress <
67
67
  throw value.error.error;
68
68
  }
69
69
  console.error(value.error);
70
- throw new Error("Error while running create");
70
+ throw new Error(`Error while running create ${value.error}`);
71
71
  }
72
72
  const fullState = value.value.session;
73
73
  if (pathToSave) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.0.4-remove-playwright.3",
3
+ "version": "1.0.4-remove-playwright.5",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",