@naturalcycles/dev-lib 20.28.0 → 20.29.0

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.
@@ -47,8 +47,8 @@
47
47
  "noUnusedLocals": false, // doesn't support _prefixed vars
48
48
  "noUnusedParameters": true,
49
49
 
50
- // Enabled should be faster, but will catch less errors
51
- // "skipLibCheck": true,
50
+ // Enabled for speedup
51
+ "skipLibCheck": true,
52
52
 
53
53
  // Other
54
54
  "jsx": "preserve",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@naturalcycles/dev-lib",
3
3
  "type": "module",
4
- "version": "20.28.0",
4
+ "version": "20.29.0",
5
5
  "dependencies": {
6
6
  "@biomejs/biome": "^2",
7
7
  "prompts": "^2",
@@ -48,7 +48,8 @@
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/node": "^25",
51
- "@types/prompts": "^2"
51
+ "@types/prompts": "^2",
52
+ "@typescript/native-preview": "^7.0.0-0"
52
53
  },
53
54
  "exports": {
54
55
  "./cfg/": "./cfg/",