redput 1.15.0 → 2.0.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 +12 -0
- package/package.json +5 -5
package/ChangeLog
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
2023.12.10, v2.0.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- c797ecb drop support of node < 18
|
|
5
|
+
- 21b28a6 redput: madrun v10.0.0
|
|
6
|
+
- d9ab420 redput: putout v34.0.0
|
|
7
|
+
|
|
8
|
+
2023.11.28, v1.15.1
|
|
9
|
+
|
|
10
|
+
feature:
|
|
11
|
+
- e692952 redput: @putout/plugin-putout v17.0.0
|
|
12
|
+
|
|
1
13
|
2023.11.28, v1.15.0
|
|
2
14
|
|
|
3
15
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "redput",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "CLI tool to convert source from 🐊Putout Editor to files",
|
|
5
5
|
"main": "lib/redput.js",
|
|
6
6
|
"bin": {
|
|
@@ -54,16 +54,16 @@
|
|
|
54
54
|
"homepage": "https://github.com/putoutjs/redput",
|
|
55
55
|
"license": "MIT",
|
|
56
56
|
"engines": {
|
|
57
|
-
"node": ">=
|
|
57
|
+
"node": ">=18"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@putout/plugin-convert-esm-to-commonjs": "^6.0.0",
|
|
61
61
|
"@putout/plugin-declare": "^2.0.1",
|
|
62
|
-
"@putout/plugin-putout": "^
|
|
62
|
+
"@putout/plugin-putout": "^17.0.0",
|
|
63
63
|
"@putout/plugin-remove-unused-variables": "^7.0.0",
|
|
64
64
|
"node-fetch": "^3.3.2",
|
|
65
65
|
"octokit": "^3.1.0",
|
|
66
|
-
"putout": "^
|
|
66
|
+
"putout": "^34.0.0",
|
|
67
67
|
"rendy": "^4.1.3",
|
|
68
68
|
"try-catch": "^3.0.1",
|
|
69
69
|
"try-to-catch": "^3.0.1"
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"eslint": "^8.0.0",
|
|
76
76
|
"eslint-plugin-n": "^16.0.1",
|
|
77
77
|
"eslint-plugin-putout": "^21.0.1",
|
|
78
|
-
"madrun": "^
|
|
78
|
+
"madrun": "^10.0.0",
|
|
79
79
|
"montag": "^1.2.1",
|
|
80
80
|
"nodemon": "^3.0.1",
|
|
81
81
|
"nyc": "^15.0.0",
|