tandem-editor 0.3.0 → 0.3.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": "tandem-editor",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "Collaborative AI-human document editor with MCP tool integration for Claude",
5
5
  "repository": {
6
6
  "type": "git",
@@ -47,6 +47,7 @@
47
47
  "test": "vitest",
48
48
  "test:e2e": "playwright test",
49
49
  "test:e2e:ui": "playwright test --ui",
50
+ "capture:screenshots": "cross-env SCREENSHOTS=1 playwright test --config=scripts/screenshots/playwright.config.ts",
50
51
  "preview": "vite preview",
51
52
  "lint": "eslint .",
52
53
  "format": "biome format --write .",
@@ -60,10 +61,14 @@
60
61
  "lint-staged": {
61
62
  "*.{ts,tsx}": [
62
63
  "eslint --fix",
63
- "biome format --write"
64
+ "biome check --write"
65
+ ],
66
+ "*.mjs": [
67
+ "eslint --fix",
68
+ "biome check --write"
64
69
  ],
65
70
  "*.json !package-lock.json": [
66
- "biome format --write"
71
+ "biome check --write"
67
72
  ]
68
73
  },
69
74
  "dependencies": {
@@ -112,6 +117,7 @@
112
117
  "@types/update-notifier": "^6.0.8",
113
118
  "@vitejs/plugin-react": "^4.3.0",
114
119
  "concurrently": "^9.1.0",
120
+ "cross-env": "^10.1.0",
115
121
  "eslint": "^9.39.4",
116
122
  "eslint-plugin-react-hooks": "^5.2.0",
117
123
  "husky": "^9.1.7",