redput 2.7.0 → 2.8.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.
- package/ChangeLog +15 -0
- package/lib/redput.js +3 -0
- package/package.json +6 -8
package/ChangeLog
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
2025.02.13, v2.8.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- f10ab2f redput: link instead of name
|
|
5
|
+
- 6c5af63 redput: @putout/plugin-remove-unused-variables v12.0.0
|
|
6
|
+
- 2b2a84b redput: @putout/plugin-putout v23.4.1
|
|
7
|
+
- a0f4608 redput: @putout/plugin-nodejs v14.0.1
|
|
8
|
+
|
|
9
|
+
2025.01.29, v2.7.1
|
|
10
|
+
|
|
11
|
+
feature:
|
|
12
|
+
- 567d504 redput: @putout/plugin-remove-unused-variables v11.0.0
|
|
13
|
+
- bd5b935 redput: eslint-plugin-putout v24.0.0
|
|
14
|
+
- 97542d4 redput: putout v38.0.0
|
|
15
|
+
|
|
1
16
|
2025.01.01, v2.7.0
|
|
2
17
|
|
|
3
18
|
feature:
|
package/lib/redput.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "redput",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"description": "CLI tool to convert source from 🐊Putout Editor to files",
|
|
5
5
|
"main": "lib/redput.js",
|
|
6
6
|
"bin": {
|
|
@@ -40,9 +40,7 @@
|
|
|
40
40
|
"parallel",
|
|
41
41
|
"serial",
|
|
42
42
|
"run",
|
|
43
|
-
"tool",
|
|
44
43
|
"commandline",
|
|
45
|
-
"command",
|
|
46
44
|
"putout",
|
|
47
45
|
"putout-editor",
|
|
48
46
|
"gist"
|
|
@@ -60,12 +58,12 @@
|
|
|
60
58
|
"@putout/plugin-convert-esm-to-commonjs": "^6.0.0",
|
|
61
59
|
"@putout/plugin-declare": "^4.0.0",
|
|
62
60
|
"@putout/plugin-declare-before-reference": "^5.1.0",
|
|
63
|
-
"@putout/plugin-nodejs": "^
|
|
64
|
-
"@putout/plugin-putout": "^
|
|
65
|
-
"@putout/plugin-remove-unused-variables": "^
|
|
61
|
+
"@putout/plugin-nodejs": "^14.0.1",
|
|
62
|
+
"@putout/plugin-putout": "^23.4.1",
|
|
63
|
+
"@putout/plugin-remove-unused-variables": "^12.0.0",
|
|
66
64
|
"node-fetch": "^3.3.2",
|
|
67
65
|
"octokit": "^4.0.2",
|
|
68
|
-
"putout": "^
|
|
66
|
+
"putout": "^38.0.0",
|
|
69
67
|
"rendy": "^4.1.3",
|
|
70
68
|
"try-catch": "^3.0.1",
|
|
71
69
|
"try-to-catch": "^3.0.1"
|
|
@@ -75,7 +73,7 @@
|
|
|
75
73
|
"c8": "^10.1.2",
|
|
76
74
|
"escover": "^4.0.1",
|
|
77
75
|
"eslint": "^9.0.0",
|
|
78
|
-
"eslint-plugin-putout": "^
|
|
76
|
+
"eslint-plugin-putout": "^24.0.0",
|
|
79
77
|
"madrun": "^10.0.0",
|
|
80
78
|
"montag": "^1.2.1",
|
|
81
79
|
"nodemon": "^3.0.1",
|