@telepath-computer/television 0.1.23 → 0.1.24
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telepath-computer/television",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.24",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/electron.cjs",
|
|
6
6
|
"bin": {
|
|
@@ -23,8 +23,9 @@
|
|
|
23
23
|
"test": "vitest run",
|
|
24
24
|
"test:e2e-node": "vitest run test/e2e-node/",
|
|
25
25
|
"test:e2e-browser": "playwright test --config=playwright.config.ts",
|
|
26
|
+
"test:agent": "vitest run --config test/e2e-agent/vitest.config.ts",
|
|
26
27
|
"test:electron": "npm run build && scripts/test-electron.sh",
|
|
27
|
-
"test:all": "npm test && npm run test:e2e-node && npm run test:e2e-browser && npm run test:electron",
|
|
28
|
+
"test:all": "npm test && npm run test:e2e-node && npm run test:e2e-browser && npm run test:agent && npm run test:electron",
|
|
28
29
|
"verify": "npm run lint && npm run type-check && npm run test:all",
|
|
29
30
|
"build:artifact-runtime": "vite build --config config/vite.artifact-runtime.ts",
|
|
30
31
|
"build:renderer": "vite build --config config/vite.app.ts",
|