@naturalcycles/dev-lib 13.51.1 → 13.51.2

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.
@@ -354,6 +354,7 @@ module.exports = {
354
354
  'unicorn/no-array-push-push': 0,
355
355
  'unicorn/no-abusive-eslint-disable': 0,
356
356
  'unicorn/no-negated-condition': 0,
357
+ 'unicorn/no-array-method-this-argument': 0, // bug: wrongly removes`readable.flatMap` concurrency option
357
358
  'unicorn/number-literal-case': 0, // conflicts with prettier
358
359
  'unicorn/prevent-abbreviations': 0,
359
360
  'unicorn/prefer-module': 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturalcycles/dev-lib",
3
- "version": "13.51.1",
3
+ "version": "13.51.2",
4
4
  "scripts": {
5
5
  "prepare": "husky",
6
6
  "tsn-debug": "tsn testScript.ts",