@mjasnikovs/pi-task 0.6.0 → 0.7.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjasnikovs/pi-task",
3
- "version": "0.6.0",
3
+ "version": "0.7.1",
4
4
  "description": "Deterministic spec-orchestration for local models, with a bundled real-time remote web view and web/docs/fetch/worker subagent tools.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -27,19 +27,21 @@
27
27
  "jsdom": "^29.1.1",
28
28
  "qrcode": "^1.5.4",
29
29
  "turndown": "^7.2.4",
30
+ "web-push": "^3.6.7",
30
31
  "ws": "^8.18.0"
31
32
  },
32
33
  "devDependencies": {
33
- "@earendil-works/pi-coding-agent": "0.78.1",
34
34
  "@earendil-works/pi-agent-core": "0.78.1",
35
+ "@earendil-works/pi-coding-agent": "0.78.1",
35
36
  "@earendil-works/pi-tui": "0.78.1",
36
- "@types/qrcode": "^1.5.5",
37
- "@types/ws": "^8.5.14",
38
37
  "@eslint/js": "10.0.1",
39
38
  "@sinclair/typebox": "0.34.49",
40
39
  "@types/bun": "1.3.12",
41
40
  "@types/jsdom": "^28.0.3",
41
+ "@types/qrcode": "^1.5.5",
42
42
  "@types/turndown": "^5.0.6",
43
+ "@types/web-push": "^3.6.4",
44
+ "@types/ws": "^8.5.14",
43
45
  "eslint": "10.2.1",
44
46
  "globals": "17.5.0",
45
47
  "prettier": "3.8.3",