@checksum-ai/runtime 1.1.7 → 1.1.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@checksum-ai/runtime",
3
- "version": "1.1.7",
3
+ "version": "1.1.9",
4
4
  "description": "Checksum.ai test runtime",
5
5
  "main": "index.js",
6
6
  "dependencies": {
package/scripts/patch.js CHANGED
@@ -272,10 +272,10 @@ for (const projectPath of projectPaths) {
272
272
  channelOwner(projectPath);
273
273
  }
274
274
  } else {
275
- console.warn("Project path not found", projectPath);
275
+ // console.warn("Project path not found", projectPath);
276
276
  }
277
277
  } catch (e) {
278
- console.warn("Unable to patch playwright", projectPath, e);
278
+ // ignore
279
279
  }
280
280
  }
281
281