Skip to content

Commit 46410d9

Browse files
committed
bump version in package.json and update endpoint in config
1 parent 8053797 commit 46410d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/helpers/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ config.rails_host = hosts[config.env].rails_host;
1111
config.cypress_v1 = `${config.rails_host}/automate/cypress/v1`;
1212
config.buildUrl = `${config.cypress_v1}/builds/`;
1313
config.buildStopUrl = `${config.cypress_v1}/builds/stop/`;
14-
config.usageReportingUrl = `http://127.0.0.1:8000/send_event_cy_internal`;
14+
config.usageReportingUrl = `https://eds.browserstack.com:443/send_event_cy_internal`;
1515
config.fileName = "tests.zip";
1616

1717
module.exports = config;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browserstack-cypress-cli",
3-
"version": "1.1.0",
3+
"version": "1.1.3",
44
"description": "BrowserStack Cypress CLI for Cypress integration with BrowserStack's remote devices.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)