@metrevals/inspect-log-viewer 0.3.143 → 0.3.144-beta.1762224374

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metrevals/inspect-log-viewer",
3
- "version": "0.3.143",
3
+ "version": "0.3.144-beta.1762224374",
4
4
  "description": "Log viewer for inspect_ai logs.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -25,7 +25,7 @@
25
25
  "dev-watch": "NODE_ENV=development vite build --mode development --watch",
26
26
  "dev-watch-log": "cross-env DEV_LOGGING=true NODE_ENV=development vite build --mode development --watch",
27
27
  "dev": "vite",
28
- "prepublishOnly": "npm version from-git --no-git-tag-version --allow-same-version && yarn build:lib",
28
+ "prepublishOnly": "yarn build:lib",
29
29
  "prettier:check": "prettier --check src",
30
30
  "prettier:write": "prettier --write src",
31
31
  "test": "NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.mjs",