@arcadialdev/arcality 2.4.26 → 2.4.27

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/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  <div align="center">
2
- <img src="./public/logo-arcadial-blanco.png" width="120" alt="Arcality Logo" />
2
+ <img src="https://unpkg.com/@arcadialdev/arcality/public/logo-arcadial-blanco.png" width="120" alt="Arcality Logo" />
3
3
  <br>
4
4
  <h1>Arcality Engine</h1>
5
5
  <p><b>Autonomous AI-Powered E2E Web Testing Agent</b></p>
6
-
6
+
7
7
  [![NPM Version](https://img.shields.io/npm/v/@arcadialdev/arcality?color=c084fc&label=NPM&style=for-the-badge)](https://www.npmjs.com/package/@arcadialdev/arcality)
8
8
  </div>
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcadialdev/arcality",
3
- "version": "2.4.26",
3
+ "version": "2.4.27",
4
4
  "description": "AI-powered QA testing tool — Autonomous web testing agent by Arcadial",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -8,7 +8,7 @@
8
8
  "arcality": "node scripts/gen-and-run.mjs",
9
9
  "postinstall": "node scripts/postinstall.mjs",
10
10
  "setup": "node scripts/setup.mjs",
11
- "build:runner": "npx esbuild tests/_helpers/agentic-runner.spec.ts --bundle --platform=node --target=node18 --format=cjs --external:@playwright/test --external:chalk --external:dotenv --external:node-fetch --external:js-yaml --external:axios --external:crypto --external:fs --external:path --outfile=tests/_helpers/agentic-runner.bundle.spec.js",
11
+ "build:runner": "npx esbuild tests/_helpers/agentic-runner.spec.ts --bundle --minify --platform=node --target=node18 --format=cjs --external:@playwright/test --external:chalk --external:dotenv --external:node-fetch --external:js-yaml --external:axios --external:crypto --external:fs --external:path --outfile=tests/_helpers/agentic-runner.bundle.spec.js",
12
12
  "prepublishOnly": "npm run build:runner"
13
13
  },
14
14
  "bin": {
@@ -17,8 +17,11 @@
17
17
  "files": [
18
18
  "bin/",
19
19
  "scripts/",
20
- "src/",
21
- "tests/_helpers/",
20
+ "src/configLoader.mjs",
21
+ "src/configManager.mjs",
22
+ "src/arcalityClient.mjs",
23
+ "tests/_helpers/agentic-runner.bundle.spec.js",
24
+ "tests/_helpers/ArcalityReporter.js",
22
25
  ".agents/",
23
26
  "public/",
24
27
  "playwright.config.js",