@coolkiller007/my-page-agent 0.2.0 → 0.2.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coolkiller007/my-page-agent",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "In-page GUI agent for Sexytea Vue 2 applications",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "build": "vite build",
24
24
  "typecheck": "tsc --noEmit",
25
25
  "test": "vitest run",
26
- "test:architecture": "node --test tests/architecture",
26
+ "test:architecture": "node --test tests/architecture/*.test.mjs",
27
27
  "lint": "eslint .",
28
28
  "format:check": "prettier --check .",
29
29
  "ci": "npm run lint && npm run format:check && npm run typecheck && npm test && npm run test:architecture && npm run build"