@lambdatest/smartui-cli 2.0.0 → 2.0.1

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -92,7 +92,7 @@ var server_default = (ctx) => __async(void 0, null, function* () {
92
92
  var env_default = () => {
93
93
  const {
94
94
  PROJECT_TOKEN = "",
95
- SMARTUI_CLIENT_API_URL = "https://api.lambdatest.com",
95
+ SMARTUI_CLIENT_API_URL = "https://api.lambdatest.com/visualui/1.0",
96
96
  SMARTUI_LOG_LEVEL,
97
97
  SMARTUI_DEBUG
98
98
  } = process.env;
@@ -230,7 +230,7 @@ function createWebStaticConfig(filepath) {
230
230
  }
231
231
 
232
232
  // package.json
233
- var version = "2.0.0";
233
+ var version = "2.0.1";
234
234
  function delDir(dir) {
235
235
  if (fs__default.default.existsSync(dir)) {
236
236
  fs__default.default.rmSync(dir, { recursive: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambdatest/smartui-cli",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "A command line interface (CLI) to run SmartUI tests on LambdaTest",
5
5
  "files": [
6
6
  "dist/**/*"