browsermation 0.0.76 → 0.0.77
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 +14 -13
- package/package.json +14 -13
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.77",
|
|
42262
42262
|
description: "The testing platform for Playwright by Browsermation.",
|
|
42263
42263
|
main: "./dist/index.js",
|
|
42264
42264
|
types: "./dist/index.d.ts",
|
|
@@ -42284,27 +42284,28 @@ var package_default = {
|
|
|
42284
42284
|
author: "Browsermation Team",
|
|
42285
42285
|
license: "UNLICENSED",
|
|
42286
42286
|
devDependencies: {
|
|
42287
|
-
"@types/archiver": "^
|
|
42288
|
-
"@types/node": "^
|
|
42289
|
-
esbuild: "^0.
|
|
42290
|
-
typescript: "^5.9.
|
|
42287
|
+
"@types/archiver": "^7.0.0",
|
|
42288
|
+
"@types/node": "^25.0.3",
|
|
42289
|
+
esbuild: "^0.27.2",
|
|
42290
|
+
typescript: "^5.9.3"
|
|
42291
42291
|
},
|
|
42292
42292
|
dependencies: {
|
|
42293
|
-
"@browsermation/browser-engine": "^0.0.
|
|
42293
|
+
"@browsermation/browser-engine": "^0.0.24",
|
|
42294
42294
|
archiver: "^7.0.1",
|
|
42295
|
-
axios: "^1.
|
|
42296
|
-
chalk: "^5.
|
|
42297
|
-
commander: "^14.0.
|
|
42298
|
-
"form-data": "^4.0.
|
|
42299
|
-
ora: "^
|
|
42295
|
+
axios: "^1.13.2",
|
|
42296
|
+
chalk: "^5.6.2",
|
|
42297
|
+
commander: "^14.0.2",
|
|
42298
|
+
"form-data": "^4.0.5",
|
|
42299
|
+
ora: "^9.0.0",
|
|
42300
42300
|
"playwright-core": "^1.57.0",
|
|
42301
42301
|
"tiny-invariant": "^1.3.3",
|
|
42302
|
-
"ts-morph": "^
|
|
42302
|
+
"ts-morph": "^27.0.2",
|
|
42303
42303
|
"ts-node": "^10.9.2"
|
|
42304
42304
|
},
|
|
42305
42305
|
peerDependencies: {
|
|
42306
42306
|
playwright: "^1.40.0"
|
|
42307
|
-
}
|
|
42307
|
+
},
|
|
42308
|
+
packageManager: "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
42308
42309
|
};
|
|
42309
42310
|
|
|
42310
42311
|
// src/core.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "browsermation",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.77",
|
|
4
4
|
"description": "The testing platform for Playwright by Browsermation.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -26,25 +26,26 @@
|
|
|
26
26
|
"author": "Browsermation Team",
|
|
27
27
|
"license": "UNLICENSED",
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@types/archiver": "^
|
|
30
|
-
"@types/node": "^
|
|
31
|
-
"esbuild": "^0.
|
|
32
|
-
"typescript": "^5.9.
|
|
29
|
+
"@types/archiver": "^7.0.0",
|
|
30
|
+
"@types/node": "^25.0.3",
|
|
31
|
+
"esbuild": "^0.27.2",
|
|
32
|
+
"typescript": "^5.9.3"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@browsermation/browser-engine": "^0.0.
|
|
35
|
+
"@browsermation/browser-engine": "^0.0.24",
|
|
36
36
|
"archiver": "^7.0.1",
|
|
37
|
-
"axios": "^1.
|
|
38
|
-
"chalk": "^5.
|
|
39
|
-
"commander": "^14.0.
|
|
40
|
-
"form-data": "^4.0.
|
|
41
|
-
"ora": "^
|
|
37
|
+
"axios": "^1.13.2",
|
|
38
|
+
"chalk": "^5.6.2",
|
|
39
|
+
"commander": "^14.0.2",
|
|
40
|
+
"form-data": "^4.0.5",
|
|
41
|
+
"ora": "^9.0.0",
|
|
42
42
|
"playwright-core": "^1.57.0",
|
|
43
43
|
"tiny-invariant": "^1.3.3",
|
|
44
|
-
"ts-morph": "^
|
|
44
|
+
"ts-morph": "^27.0.2",
|
|
45
45
|
"ts-node": "^10.9.2"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"playwright": "^1.40.0"
|
|
49
|
-
}
|
|
49
|
+
},
|
|
50
|
+
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
50
51
|
}
|