Milestone v1 (v2.0.0): Mokosh — Session Capture #1

Merged
strategy155 merged 297 commits from gsd/phase-04-harden-clean-up-optional into main 2026-05-31 15:34:17 +00:00
2 changed files with 1146 additions and 4 deletions
Showing only changes of commit ebf015aa0d - Show all commits

1144
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -6,7 +6,8 @@
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "tsc && vite build", "build": "tsc && vite build",
"preview": "vite preview" "preview": "vite preview",
"test": "vitest run"
}, },
"dependencies": { "dependencies": {
"rrweb": "^2.0.0-alpha.4", "rrweb": "^2.0.0-alpha.4",
@@ -16,6 +17,7 @@
"@crxjs/vite-plugin": "^2.0.0-beta.25", "@crxjs/vite-plugin": "^2.0.0-beta.25",
"@types/chrome": "^0.0.268", "@types/chrome": "^0.0.268",
"typescript": "^5.5.4", "typescript": "^5.5.4",
"vite": "^5.4.2" "vite": "^5.4.2",
"vitest": "^4"
} }
} }