@naturalcycles/dev-lib 20.35.0 → 20.35.1

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.
@@ -182,7 +182,7 @@
182
182
  "ignoreStatic": true
183
183
  }
184
184
  ],
185
- "typescript/switch-exhaustiveness-check": 2,
185
+ "typescript/switch-exhaustiveness-check": 0, // not good
186
186
  "typescript/require-array-sort-compare": 0, // not good
187
187
  "typescript/restrict-template-expressions": 0, // not good
188
188
  "typescript/no-redundant-type-constituents": 0, // `'a' | string` is still useful for DX
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@naturalcycles/dev-lib",
3
3
  "type": "module",
4
- "version": "20.35.0",
4
+ "version": "20.35.1",
5
5
  "dependencies": {
6
6
  "prompts": "^2",
7
7
  "@naturalcycles/js-lib": "^15",