@intuned/runtime-dev 1.0.4-remove-playwright.12 → 1.0.4-remove-playwright.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.
@@ -61,12 +61,17 @@ _commander.program.description("run auth session create").option("--cdpAddress <
61
61
  value,
62
62
  done
63
63
  } = await generator.next(...(nextGeneratorParam ? [nextGeneratorParam] : []));
64
+ console.log("running create gggg", JSON.stringify({
65
+ nextGeneratorParam,
66
+ value,
67
+ done
68
+ }));
64
69
  if (done) {
65
70
  if (value.isErr()) {
66
71
  if (value.error instanceof _runApi.AutomationError) {
67
72
  throw value.error.error;
68
73
  }
69
- console.error(value.error);
74
+ console.error("testtttt", value.error);
70
75
  throw new Error(`Error while running create ${JSON.stringify(value)}`);
71
76
  }
72
77
  const fullState = value.value.session;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.0.4-remove-playwright.12",
3
+ "version": "1.0.4-remove-playwright.14",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",