browsermation 0.0.87 → 0.0.89
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
|
@@ -40603,7 +40603,7 @@ var {
|
|
|
40603
40603
|
// package.json
|
|
40604
40604
|
var package_default = {
|
|
40605
40605
|
name: "browsermation",
|
|
40606
|
-
version: "0.0.
|
|
40606
|
+
version: "0.0.89",
|
|
40607
40607
|
description: "The testing platform for Playwright by Browsermation.",
|
|
40608
40608
|
main: "./dist/index.js",
|
|
40609
40609
|
types: "./dist/index.d.ts",
|
|
@@ -40635,7 +40635,7 @@ var package_default = {
|
|
|
40635
40635
|
typescript: "^5.9.3"
|
|
40636
40636
|
},
|
|
40637
40637
|
dependencies: {
|
|
40638
|
-
"@browsermation/browser-engine": "^0.0.
|
|
40638
|
+
"@browsermation/browser-engine": "^0.0.34",
|
|
40639
40639
|
archiver: "^7.0.1",
|
|
40640
40640
|
axios: "^1.13.2",
|
|
40641
40641
|
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.89",
|
|
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.34",
|
|
36
36
|
"archiver": "^7.0.1",
|
|
37
37
|
"axios": "^1.13.2",
|
|
38
38
|
"chalk": "^5.6.2",
|