@naturalcycles/dev-lib 19.2.1 → 19.2.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.
@@ -139,7 +139,7 @@ async function lbt() {
139
139
  await bt();
140
140
  }
141
141
  async function bt() {
142
- await tscAll();
142
+ await typecheck();
143
143
  runTest();
144
144
  }
145
145
  async function typecheck() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@naturalcycles/dev-lib",
3
3
  "type": "module",
4
- "version": "19.2.1",
4
+ "version": "19.2.2",
5
5
  "dependencies": {
6
6
  "@commitlint/cli": "^19",
7
7
  "@commitlint/config-conventional": "^19",