@lambdatest/smartui-cli 4.0.14-rc.0 → 4.0.14

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.
Files changed (2) hide show
  1. package/dist/index.cjs +1 -1
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -978,7 +978,7 @@ var auth_default = (ctx) => {
978
978
  };
979
979
 
980
980
  // package.json
981
- var version = "4.0.14-rc.0";
981
+ var version = "4.0.14";
982
982
  var package_default = {
983
983
  name: "@lambdatest/smartui-cli",
984
984
  version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambdatest/smartui-cli",
3
- "version": "4.0.14-rc.0",
3
+ "version": "4.0.14",
4
4
  "description": "A command line interface (CLI) to run SmartUI tests on LambdaTest",
5
5
  "files": [
6
6
  "dist/**/*"