@naturalcycles/dev-lib 13.51.1 → 13.51.3

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,8 @@ 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
358
+ 'unicorn/prefer-array-flat': 0, // bug: messes up with `readable.flatMap`
357
359
  'unicorn/number-literal-case': 0, // conflicts with prettier
358
360
  'unicorn/prevent-abbreviations': 0,
359
361
  '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.3",
4
4
  "scripts": {
5
5
  "prepare": "husky",
6
6
  "tsn-debug": "tsn testScript.ts",