browsermation 0.0.63 → 0.0.65
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/dist/bin/cli.js +4 -2
- package/package.json +1 -1
package/dist/bin/cli.js
CHANGED
|
@@ -42258,7 +42258,7 @@ var {
|
|
|
42258
42258
|
// package.json
|
|
42259
42259
|
var package_default = {
|
|
42260
42260
|
name: "browsermation",
|
|
42261
|
-
version: "0.0.
|
|
42261
|
+
version: "0.0.65",
|
|
42262
42262
|
description: "The testing platform for Playwright by Browsermation.",
|
|
42263
42263
|
main: "./dist/index.js",
|
|
42264
42264
|
types: "./dist/index.d.ts",
|
|
@@ -46672,7 +46672,9 @@ function startTunnel(tunnelProcess, options) {
|
|
|
46672
46672
|
"--token",
|
|
46673
46673
|
process.env.BM_TUNNEL_TOKEN || "",
|
|
46674
46674
|
"--metadatas",
|
|
46675
|
-
`apiKey=${process.env.BM_API_KEY || ""}
|
|
46675
|
+
`apiKey=${process.env.BM_API_KEY || ""}`,
|
|
46676
|
+
"--user",
|
|
46677
|
+
process.env.BM_API_KEY || ""
|
|
46676
46678
|
]);
|
|
46677
46679
|
process.on("SIGINT", function() {
|
|
46678
46680
|
console.log("\nGracefully shutting down from SIGINT (Ctrl+C)");
|