@browserstack/accessibility-devtools-cli 0.0.5 → 0.0.6

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/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -8529,7 +8529,7 @@ var v4_default = v4;
8529
8529
 
8530
8530
  // src/buildConfig.ts
8531
8531
  var DEBUG = "production"?.toLocaleLowerCase() !== "production";
8532
- var LINTER_SERVER_ADDRESS = "wss://browserstack.com/ws";
8532
+ var LINTER_SERVER_ADDRESS = "wss://devtools-a11y-linter.browserstack.com/ws";
8533
8533
  var EDS_API_KEY = "5PJymLNdWrOwzQNC7J6SXBuUFQGWq4Vuw";
8534
8534
  var EDS_BACKEND = "eds.browserstack.com";
8535
8535
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@browserstack/accessibility-devtools-cli",
3
3
  "displayName": "BrowserStack Accessibility Linter CLI (Beta)",
4
4
  "description": "Command-line interface for BrowserStack Accessibility Linter",
5
- "version": "0.0.5",
5
+ "version": "0.0.6",
6
6
  "main": "./index.js",
7
7
  "author": {
8
8
  "name": "Rishabh Jain",
@@ -17,4 +17,4 @@
17
17
  "scripts": {},
18
18
  "devDependencies": {},
19
19
  "dependencies": {}
20
- }
20
+ }