@dev-blinq/cucumber_client 1.0.1714-dev → 1.0.1715-dev

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.
@@ -148,7 +148,7 @@ export class NamesService {
148
148
  return result.data;
149
149
  }
150
150
  async generateLocatorDescriptions({ locatorsObj }) {
151
- const url = `${getRunsServiceBaseURL()}/generate_locator_summaries`;
151
+ const url = `${getRunsServiceBaseURL()}/locate/generate_locator_summaries`;
152
152
  const result = await axiosClient({
153
153
  url,
154
154
  method: "POST",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1714-dev",
3
+ "version": "1.0.1715-dev",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",