@aiquants/virtualscroll 1.3.0 → 1.5.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiquants/virtualscroll",
3
- "version": "1.3.0",
3
+ "version": "1.5.0",
4
4
  "description": "High-performance virtual scrolling component for React with variable item heights",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -43,7 +43,7 @@
43
43
  "license-check:json": "pnpm dlx license-checker --production --onlyAllow \"MIT;Apache-2.0;BSD-2-Clause;BSD-3-Clause;ISC;Unlicense\" --json",
44
44
  "clean": "rimraf dist",
45
45
  "prepare": "pnpm run build",
46
- "prepublishOnly": "npm run clean && npm run typecheck && npm run test --if-present && npm run build",
46
+ "prepublishOnly": "npm run clean && npm run typecheck && npm run test --if-present && npm run test:e2e --if-present && npm run build",
47
47
  "publish:patch": "npm version patch && npm publish",
48
48
  "publish:minor": "npm version minor && npm publish",
49
49
  "publish:major": "npm version major && npm publish"