browsermation 0.0.95 → 0.0.97
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 +2 -2
- package/package.json +2 -2
package/dist/bin/cli.js
CHANGED
|
@@ -15588,7 +15588,7 @@ var {
|
|
|
15588
15588
|
// package.json
|
|
15589
15589
|
var package_default = {
|
|
15590
15590
|
name: "browsermation",
|
|
15591
|
-
version: "0.0.
|
|
15591
|
+
version: "0.0.97",
|
|
15592
15592
|
description: "The testing platform for Playwright by Browsermation.",
|
|
15593
15593
|
main: "./dist/index.js",
|
|
15594
15594
|
types: "./dist/index.d.ts",
|
|
@@ -15620,7 +15620,7 @@ var package_default = {
|
|
|
15620
15620
|
typescript: "^5.9.3"
|
|
15621
15621
|
},
|
|
15622
15622
|
dependencies: {
|
|
15623
|
-
"@browsermation/browser-engine": "^0.0.
|
|
15623
|
+
"@browsermation/browser-engine": "^0.0.44",
|
|
15624
15624
|
archiver: "^7.0.1",
|
|
15625
15625
|
axios: "^1.13.2",
|
|
15626
15626
|
chalk: "^5.6.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "browsermation",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.97",
|
|
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.3"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@browsermation/browser-engine": "^0.0.
|
|
35
|
+
"@browsermation/browser-engine": "^0.0.44",
|
|
36
36
|
"archiver": "^7.0.1",
|
|
37
37
|
"axios": "^1.13.2",
|
|
38
38
|
"chalk": "^5.6.2",
|