browsermation 0.0.74 → 0.0.76

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.
Files changed (2) hide show
  1. package/dist/bin/cli.js +2 -2
  2. package/package.json +2 -2
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.74",
42261
+ version: "0.0.76",
42262
42262
  description: "The testing platform for Playwright by Browsermation.",
42263
42263
  main: "./dist/index.js",
42264
42264
  types: "./dist/index.d.ts",
@@ -42290,7 +42290,7 @@ var package_default = {
42290
42290
  typescript: "^5.9.2"
42291
42291
  },
42292
42292
  dependencies: {
42293
- "@browsermation/browser-engine": "^0.0.22",
42293
+ "@browsermation/browser-engine": "^0.0.23",
42294
42294
  archiver: "^7.0.1",
42295
42295
  axios: "^1.10.0",
42296
42296
  chalk: "^5.4.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browsermation",
3
- "version": "0.0.74",
3
+ "version": "0.0.76",
4
4
  "description": "The testing platform for Playwright by Browsermation.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -32,7 +32,7 @@
32
32
  "typescript": "^5.9.2"
33
33
  },
34
34
  "dependencies": {
35
- "@browsermation/browser-engine": "^0.0.22",
35
+ "@browsermation/browser-engine": "^0.0.23",
36
36
  "archiver": "^7.0.1",
37
37
  "axios": "^1.10.0",
38
38
  "chalk": "^5.4.1",