@lambdatest/smartui-cli 4.1.8 → 4.1.9
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/index.cjs +5 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -637,6 +637,10 @@ var ConfigSchema = {
|
|
|
637
637
|
tunnelName: {
|
|
638
638
|
type: "string",
|
|
639
639
|
errorMessage: "Invalid config; tunnelName must be string"
|
|
640
|
+
},
|
|
641
|
+
userAgent: {
|
|
642
|
+
type: "string",
|
|
643
|
+
errorMessage: "User Agent value must be a valid string"
|
|
640
644
|
}
|
|
641
645
|
},
|
|
642
646
|
anyOf: [
|
|
@@ -1534,7 +1538,7 @@ var authExec_default = (ctx) => {
|
|
|
1534
1538
|
};
|
|
1535
1539
|
|
|
1536
1540
|
// package.json
|
|
1537
|
-
var version = "4.1.
|
|
1541
|
+
var version = "4.1.9";
|
|
1538
1542
|
var package_default = {
|
|
1539
1543
|
name: "@lambdatest/smartui-cli",
|
|
1540
1544
|
version,
|