redlint 4.4.0 → 4.4.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.
Files changed (2) hide show
  1. package/ChangeLog +10 -0
  2. package/package.json +3 -4
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2025.12.31, v4.4.2
2
+
3
+ feature:
4
+ - 376533c redlint: try-to-catch v4.0.0
5
+
6
+ 2025.12.30, v4.4.1
7
+
8
+ fix:
9
+ - 16c667e redlint: rm unused try-catch
10
+
1
11
  2025.12.30, v4.4.0
2
12
 
3
13
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redlint",
3
- "version": "4.4.0",
3
+ "version": "4.4.2",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Lint Filesystem with 🐊Putout",
@@ -53,7 +53,7 @@
53
53
  "ora": "^9.0.0",
54
54
  "putout": "^41.2.0",
55
55
  "strip-ansi": "^7.1.0",
56
- "try-to-catch": "^3.0.1"
56
+ "try-to-catch": "^4.0.0"
57
57
  },
58
58
  "keywords": [
59
59
  "putout",
@@ -75,8 +75,7 @@
75
75
  "madrun": "^11.0.0",
76
76
  "montag": "^1.0.0",
77
77
  "nodemon": "^3.0.1",
78
- "supertape": "^11.0.4",
79
- "try-catch": "^3.0.0"
78
+ "supertape": "^11.0.4"
80
79
  },
81
80
  "license": "MIT",
82
81
  "engines": {