@exodus/xqa 8.2.0 → 8.2.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/xqa.cjs +2 -2
  2. package/package.json +4 -4
package/dist/xqa.cjs CHANGED
@@ -103755,7 +103755,7 @@ var MOBILE_KEYS_SCRIPT = "mobile: keys";
103755
103755
  function typeText(input) {
103756
103756
  return wdaPost({
103757
103757
  baseUrl: input.baseUrl,
103758
- path: `/session/${input.sessionId}/wda/keys`,
103758
+ path: `/session/${input.sessionId}/keys`,
103759
103759
  body: { value: [input.text] }
103760
103760
  });
103761
103761
  }
@@ -181015,7 +181015,7 @@ function buildProgram(options) {
181015
181015
 
181016
181016
  // src/index.ts
181017
181017
  process.title = "xqa";
181018
- var version2 = `${"8.2.0"}${false ? ` (dev build +${"36aae72"})` : ""}`;
181018
+ var version2 = `${"8.2.1"}${false ? ` (dev build +${"29483d1"})` : ""}`;
181019
181019
  var program2 = buildProgram({ version: version2 });
181020
181020
  void program2.parseAsync(process.argv);
181021
181021
  /*! Bundled license information:
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@exodus/xqa",
3
3
  "description": "AI-powered QA CLI tool for autonomous mobile app testing",
4
4
  "license": "MIT",
5
- "version": "8.2.0",
5
+ "version": "8.2.1",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": ">=22"
@@ -55,13 +55,13 @@
55
55
  "@qa-agents/config": "1.0.0",
56
56
  "@qa-agents/consolidator": "1.0.0",
57
57
  "@qa-agents/display": "1.0.0",
58
- "@qa-agents/eslint-config": "1.0.0",
59
58
  "@qa-agents/explorer": "1.0.0",
60
59
  "@qa-agents/mobile-ios": "1.0.0",
61
60
  "@qa-agents/pipeline": "1.0.0",
62
- "@qa-agents/planner": "1.0.0",
63
- "@qa-agents/reporter-github": "1.0.0",
61
+ "@qa-agents/eslint-config": "1.0.0",
64
62
  "@qa-agents/shared": "1.0.0",
63
+ "@qa-agents/reporter-github": "1.0.0",
64
+ "@qa-agents/planner": "1.0.0",
65
65
  "@qa-agents/triager": "1.0.0",
66
66
  "@qa-agents/typescript-config": "1.0.0"
67
67
  },