@naturalcycles/dev-lib 20.35.1 → 20.35.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.
@@ -127,7 +127,10 @@
127
127
  "typescript/ban-ts-comment": [
128
128
  2,
129
129
  {
130
+ "minimumDescriptionLength": 2,
130
131
  "ts-expect-error": "allow-with-description",
132
+ "ts-nocheck": "allow-with-description",
133
+ "ts-check": false,
131
134
  "ts-ignore": true
132
135
  }
133
136
  ],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@naturalcycles/dev-lib",
3
3
  "type": "module",
4
- "version": "20.35.1",
4
+ "version": "20.35.2",
5
5
  "dependencies": {
6
6
  "prompts": "^2",
7
7
  "@naturalcycles/js-lib": "^15",