@sqaitech/ios 0.30.15 → 0.30.16
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/es/bin.mjs +1 -1
- package/dist/lib/bin.js +1 -1
- package/package.json +5 -5
package/dist/es/bin.mjs
CHANGED
|
@@ -11419,7 +11419,7 @@ const validationAPIs = [
|
|
|
11419
11419
|
];
|
|
11420
11420
|
const formatErrorMessage = (e)=>{
|
|
11421
11421
|
const errorMessage = (null == e ? void 0 : e.message) || '';
|
|
11422
|
-
if (errorMessage.includes('of different extension')) return 'Conflicting extension detected. Please disable the suspicious plugins and refresh the page. Guide: https://
|
|
11422
|
+
if (errorMessage.includes('of different extension')) return 'Conflicting extension detected. Please disable the suspicious plugins and refresh the page. Guide: https://sqai.tech/quick-experience.html#faq';
|
|
11423
11423
|
if (errorMessage.includes('NOT_IMPLEMENTED_AS_DESIGNED')) return 'Further actions cannot be performed in the current environment';
|
|
11424
11424
|
return errorMessage || 'Unknown error';
|
|
11425
11425
|
};
|
package/dist/lib/bin.js
CHANGED
|
@@ -11542,7 +11542,7 @@ var __webpack_exports__ = {};
|
|
|
11542
11542
|
];
|
|
11543
11543
|
const formatErrorMessage = (e)=>{
|
|
11544
11544
|
const errorMessage = (null == e ? void 0 : e.message) || '';
|
|
11545
|
-
if (errorMessage.includes('of different extension')) return 'Conflicting extension detected. Please disable the suspicious plugins and refresh the page. Guide: https://
|
|
11545
|
+
if (errorMessage.includes('of different extension')) return 'Conflicting extension detected. Please disable the suspicious plugins and refresh the page. Guide: https://sqai.tech/quick-experience.html#faq';
|
|
11546
11546
|
if (errorMessage.includes('NOT_IMPLEMENTED_AS_DESIGNED')) return 'Further actions cannot be performed in the current environment';
|
|
11547
11547
|
return errorMessage || 'Unknown error';
|
|
11548
11548
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sqaitech/ios",
|
|
3
|
-
"version": "0.30.
|
|
3
|
+
"version": "0.30.16",
|
|
4
4
|
"description": "iOS automation library for SQAI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"iOS UI automation",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@inquirer/prompts": "^7.8.6",
|
|
40
40
|
"open": "10.1.0",
|
|
41
|
-
"@sqaitech/core": "0.30.
|
|
42
|
-
"@sqaitech/shared": "0.30.
|
|
43
|
-
"@sqaitech/webdriver": "0.30.
|
|
41
|
+
"@sqaitech/core": "0.30.16",
|
|
42
|
+
"@sqaitech/shared": "0.30.16",
|
|
43
|
+
"@sqaitech/webdriver": "0.30.16"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@rslib/core": "^0.11.2",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"typescript": "^5.8.3",
|
|
50
50
|
"tsx": "^4.19.2",
|
|
51
51
|
"vitest": "3.0.5",
|
|
52
|
-
"@sqaitech/playground": "0.30.
|
|
52
|
+
"@sqaitech/playground": "0.30.16"
|
|
53
53
|
},
|
|
54
54
|
"license": "MIT",
|
|
55
55
|
"scripts": {
|