@naturalcycles/dev-lib 20.24.1 → 20.25.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.
@@ -44,6 +44,8 @@
44
44
  "noUncheckedIndexedAccess": true,
45
45
  "noUncheckedSideEffectImports": true,
46
46
  "noPropertyAccessFromIndexSignature": true,
47
+ "noUnusedLocals": false, // doesn't support _prefixed vars
48
+ "noUnusedParameters": true,
47
49
 
48
50
  // Enabled should be faster, but will catch less errors
49
51
  // "skipLibCheck": true,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@naturalcycles/dev-lib",
3
3
  "type": "module",
4
- "version": "20.24.1",
4
+ "version": "20.25.0",
5
5
  "dependencies": {
6
6
  "@biomejs/biome": "^2",
7
7
  "@eslint/js": "^9",