edsger 0.81.1 → 0.82.0

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": "edsger",
3
- "version": "0.81.1",
3
+ "version": "0.82.0",
4
4
  "description": "Agentic CLI to benchmark repositories and review/resolve pull requests against industrial-grade standards.",
5
5
  "keywords": [
6
6
  "cli",
@@ -37,8 +37,9 @@
37
37
  "test": "vitest run",
38
38
  "test:watch": "vitest",
39
39
  "sync-assets": "node scripts/sync-assets.mjs",
40
- "prepare": "node scripts/sync-assets.mjs && husky",
41
- "prepublishOnly": "npm run sync-assets && npm run build"
40
+ "sync-viewer": "node scripts/sync-viewer.mjs",
41
+ "prepare": "node scripts/sync-assets.mjs && node scripts/sync-viewer.mjs && husky",
42
+ "prepublishOnly": "npm run sync-assets && npm run sync-viewer && npm run build"
42
43
  },
43
44
  "lint-staged": {
44
45
  "*.{ts,js,mjs,cjs}": [