redput 3.6.0 → 3.6.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.
- package/ChangeLog +13 -0
- package/package.json +6 -6
package/ChangeLog
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
2025.12.31, v3.6.2
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 0be8532 redput: try-to-catch v4.0.0
|
|
5
|
+
- 7b48eaa redput: try-catch v4.0.4
|
|
6
|
+
|
|
7
|
+
2025.12.27, v3.6.1
|
|
8
|
+
|
|
9
|
+
feature:
|
|
10
|
+
- cbbb70b redput: @putout/plugin-putout v28.2.0
|
|
11
|
+
- 29e1f26 redput: @putout/plugin-nodejs v18.1.0
|
|
12
|
+
- 70053df redput: @putout/plugin-declare-before-reference v9.0.0
|
|
13
|
+
|
|
1
14
|
2025.12.05, v3.6.0
|
|
2
15
|
|
|
3
16
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "redput",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.2",
|
|
4
4
|
"description": "CLI tool to convert source from 🐊Putout Editor to files",
|
|
5
5
|
"main": "lib/redput.js",
|
|
6
6
|
"bin": {
|
|
@@ -56,17 +56,17 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@putout/plugin-declare": "^6.0.0",
|
|
59
|
-
"@putout/plugin-declare-before-reference": "^
|
|
59
|
+
"@putout/plugin-declare-before-reference": "^9.0.0",
|
|
60
60
|
"@putout/plugin-esm": "^6.0.0",
|
|
61
|
-
"@putout/plugin-nodejs": "^
|
|
62
|
-
"@putout/plugin-putout": "^
|
|
61
|
+
"@putout/plugin-nodejs": "^18.1.0",
|
|
62
|
+
"@putout/plugin-putout": "^28.2.0",
|
|
63
63
|
"@putout/plugin-variables": "^1.3.1",
|
|
64
64
|
"node-fetch": "^3.3.2",
|
|
65
65
|
"octokit": "^5.0.3",
|
|
66
66
|
"putout": "^41.0.0",
|
|
67
67
|
"rendy": "^4.1.3",
|
|
68
|
-
"try-catch": "^
|
|
69
|
-
"try-to-catch": "^
|
|
68
|
+
"try-catch": "^4.0.4",
|
|
69
|
+
"try-to-catch": "^4.0.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@putout/test": "^14.0.0",
|