@hasna/testers 0.0.58 → 0.0.59

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.
package/dist/cli/index.js CHANGED
@@ -27482,9 +27482,9 @@ async function runViaSandbox(plan, dependencies) {
27482
27482
  image: plan.sandbox.image,
27483
27483
  sandboxTimeout: plan.sandbox.timeoutMs,
27484
27484
  commandTimeoutMs: plan.sandbox.timeoutMs,
27485
- projectId: plan.workflow.projectId ?? undefined,
27486
27485
  config: {
27487
27486
  source: "testers",
27487
+ testersProjectId: plan.workflow.projectId ?? undefined,
27488
27488
  workflowId: plan.workflow.id,
27489
27489
  workflowName: plan.workflow.name
27490
27490
  },
@@ -95691,7 +95691,7 @@ import chalk6 from "chalk";
95691
95691
  // package.json
95692
95692
  var package_default = {
95693
95693
  name: "@hasna/testers",
95694
- version: "0.0.58",
95694
+ version: "0.0.59",
95695
95695
  description: "AI-powered QA testing CLI \u2014 spawns cheap AI agents to test web apps with headless browsers",
95696
95696
  type: "module",
95697
95697
  main: "dist/index.js",
package/dist/index.js CHANGED
@@ -17597,9 +17597,9 @@ async function runViaSandbox(plan, dependencies) {
17597
17597
  image: plan.sandbox.image,
17598
17598
  sandboxTimeout: plan.sandbox.timeoutMs,
17599
17599
  commandTimeoutMs: plan.sandbox.timeoutMs,
17600
- projectId: plan.workflow.projectId ?? undefined,
17601
17600
  config: {
17602
17601
  source: "testers",
17602
+ testersProjectId: plan.workflow.projectId ?? undefined,
17603
17603
  workflowId: plan.workflow.id,
17604
17604
  workflowName: plan.workflow.name
17605
17605
  },
package/dist/mcp/index.js CHANGED
@@ -52,7 +52,7 @@ var package_default;
52
52
  var init_package = __esm(() => {
53
53
  package_default = {
54
54
  name: "@hasna/testers",
55
- version: "0.0.58",
55
+ version: "0.0.59",
56
56
  description: "AI-powered QA testing CLI \u2014 spawns cheap AI agents to test web apps with headless browsers",
57
57
  type: "module",
58
58
  main: "dist/index.js",
@@ -23873,9 +23873,9 @@ async function runViaSandbox(plan, dependencies) {
23873
23873
  image: plan.sandbox.image,
23874
23874
  sandboxTimeout: plan.sandbox.timeoutMs,
23875
23875
  commandTimeoutMs: plan.sandbox.timeoutMs,
23876
- projectId: plan.workflow.projectId ?? undefined,
23877
23876
  config: {
23878
23877
  source: "testers",
23878
+ testersProjectId: plan.workflow.projectId ?? undefined,
23879
23879
  workflowId: plan.workflow.id,
23880
23880
  workflowName: plan.workflow.name
23881
23881
  },
@@ -47090,7 +47090,7 @@ import { join as join14 } from "path";
47090
47090
  // package.json
47091
47091
  var package_default = {
47092
47092
  name: "@hasna/testers",
47093
- version: "0.0.58",
47093
+ version: "0.0.59",
47094
47094
  description: "AI-powered QA testing CLI \u2014 spawns cheap AI agents to test web apps with headless browsers",
47095
47095
  type: "module",
47096
47096
  main: "dist/index.js",
@@ -51713,9 +51713,9 @@ async function runViaSandbox(plan, dependencies) {
51713
51713
  image: plan.sandbox.image,
51714
51714
  sandboxTimeout: plan.sandbox.timeoutMs,
51715
51715
  commandTimeoutMs: plan.sandbox.timeoutMs,
51716
- projectId: plan.workflow.projectId ?? undefined,
51717
51716
  config: {
51718
51717
  source: "testers",
51718
+ testersProjectId: plan.workflow.projectId ?? undefined,
51719
51719
  workflowId: plan.workflow.id,
51720
51720
  workflowName: plan.workflow.name
51721
51721
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasna/testers",
3
- "version": "0.0.58",
3
+ "version": "0.0.59",
4
4
  "description": "AI-powered QA testing CLI — spawns cheap AI agents to test web apps with headless browsers",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",