@metrevals/inspect-scout-viewer 0.2.4-beta.1763857400 → 0.3.1-beta.1763988111

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": "@metrevals/inspect-scout-viewer",
3
- "version": "0.2.4-beta.1763857400",
3
+ "version": "0.3.1-beta.1763988111",
4
4
  "description": "Inspect Scout viewer for evaluation logs.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -25,7 +25,7 @@
25
25
  "watch": "vite build --watch",
26
26
  "watch:dev": "NODE_ENV=development vite build --watch --mode development",
27
27
  "dev": "vite",
28
- "prepublishOnly": "npm version from-git --no-git-tag-version --allow-same-version && pnpm build:lib",
28
+ "prepublishOnly": "pnpm build:lib",
29
29
  "preview": "vite preview",
30
30
  "lint": "eslint . --max-warnings 0",
31
31
  "lint:fix": "eslint . --fix --max-warnings 0",
@@ -43,8 +43,7 @@
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": "^19.0.0",
46
- "react-dom": "^19.0.0",
47
- "react-router-dom": "^7.0.0"
46
+ "react-dom": "^19.0.0"
48
47
  },
49
48
  "devDependencies": {
50
49
  "@eslint/js": "^9.38.0",
@@ -97,6 +96,7 @@
97
96
  "mathjax-full": "^3.2.2",
98
97
  "prismjs": "^1.30.0",
99
98
  "react-popper": "^2.3.0",
99
+ "react-router-dom": "^7.9.4",
100
100
  "react-virtuoso": "^4.14.1",
101
101
  "zustand": "^5.0.8"
102
102
  },