@naturalcycles/dev-lib 13.14.1 → 13.15.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.
@@ -405,7 +405,7 @@ module.exports = {
405
405
  // allowTypedFunctionExpressions: true,
406
406
  // allowHigherOrderFunctions: true,
407
407
  // }],
408
- '@typescript-eslint/method-signature-style': [2, 'method'],
408
+ '@typescript-eslint/method-signature-style': 2,
409
409
  '@typescript-eslint/no-unnecessary-boolean-literal-compare': 2,
410
410
  // '@typescript-eslint/no-unnecessary-condition': [2, {
411
411
  // allowConstantLoopConditions: true,
package/cfg/tsconfig.json CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
  // Target/module
13
13
  "target": "es2021",
14
- "lib": ["es2021"], // add "dom" if needed
14
+ "lib": ["esnext"], // add "dom" if needed
15
15
  "module": "commonjs",
16
16
  "moduleResolution": "node",
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturalcycles/dev-lib",
3
- "version": "13.14.1",
3
+ "version": "13.15.0",
4
4
  "scripts": {
5
5
  "prepare": "husky install",
6
6
  "tsn-debug": "tsn testScript.ts",