redput 4.1.1 → 4.1.3
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 +16 -0
- package/lib/write/nested/nested.js +1 -1
- package/lib/write/simple.js +2 -2
- package/package.json +9 -9
package/ChangeLog
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
2026.02.19, v4.1.3
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- e52f561 redput: @putout/plugin-declare v8.0.0
|
|
5
|
+
|
|
6
|
+
2026.02.18, v4.1.2
|
|
7
|
+
|
|
8
|
+
feature:
|
|
9
|
+
- 827d0f9 redput: rendy v5.0.0
|
|
10
|
+
- b8eec12 redput: redlint v6.0.0
|
|
11
|
+
- 310b1e6 redput: putout v42.0.5
|
|
12
|
+
- 37eb7ad redput: madrun v13.0.0
|
|
13
|
+
- 129e1e4 redput: eslint-plugin-putout v31.0.0
|
|
14
|
+
- 5c1aae2 redput: @putout/plugin-putout v29.0.0
|
|
15
|
+
- 2f7e325 redput: @putout/plugin-esm v10.0.0
|
|
16
|
+
|
|
1
17
|
2026.02.11, v4.1.1
|
|
2
18
|
|
|
3
19
|
fix:
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
join,
|
|
10
10
|
} from 'node:path';
|
|
11
11
|
import process from 'node:process';
|
|
12
|
-
import rendy from 'rendy';
|
|
12
|
+
import {rendy} from 'rendy';
|
|
13
13
|
import {addRule} from './add-rule/add-rule.js';
|
|
14
14
|
import {insertTest} from './insert-test/insert-test.js';
|
|
15
15
|
import {prepareRule} from './prepare-rule/prepare-rule.js';
|
package/lib/write/simple.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import process from 'node:process';
|
|
1
2
|
import {
|
|
2
3
|
mkdir,
|
|
3
4
|
readFile,
|
|
@@ -8,8 +9,7 @@ import {
|
|
|
8
9
|
dirname,
|
|
9
10
|
join,
|
|
10
11
|
} from 'node:path';
|
|
11
|
-
import
|
|
12
|
-
import rendy from 'rendy';
|
|
12
|
+
import {rendy} from 'rendy';
|
|
13
13
|
|
|
14
14
|
export const writeRule = async (name, data) => {
|
|
15
15
|
await mkdir(`./lib`, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "redput",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.3",
|
|
4
4
|
"description": "CLI tool to convert source from 🐊Putout Editor to files",
|
|
5
5
|
"main": "lib/redput.js",
|
|
6
6
|
"bin": {
|
|
@@ -55,16 +55,16 @@
|
|
|
55
55
|
"node": ">=22"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@putout/plugin-declare": "^
|
|
58
|
+
"@putout/plugin-declare": "^8.0.0",
|
|
59
59
|
"@putout/plugin-declare-before-reference": "^9.0.0",
|
|
60
|
-
"@putout/plugin-esm": "^
|
|
60
|
+
"@putout/plugin-esm": "^10.0.0",
|
|
61
61
|
"@putout/plugin-nodejs": "^20.0.0",
|
|
62
|
-
"@putout/plugin-putout": "^
|
|
62
|
+
"@putout/plugin-putout": "^29.0.0",
|
|
63
63
|
"@putout/plugin-variables": "^1.3.1",
|
|
64
64
|
"node-fetch": "^3.3.2",
|
|
65
65
|
"octokit": "^5.0.3",
|
|
66
|
-
"putout": "^
|
|
67
|
-
"rendy": "^
|
|
66
|
+
"putout": "^42.0.5",
|
|
67
|
+
"rendy": "^5.0.0",
|
|
68
68
|
"try-catch": "^4.0.4",
|
|
69
69
|
"try-to-catch": "^4.0.0"
|
|
70
70
|
},
|
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
"@putout/test": "^15.0.0",
|
|
73
73
|
"c8": "^10.1.2",
|
|
74
74
|
"eslint": "^10.0.0",
|
|
75
|
-
"eslint-plugin-putout": "^
|
|
76
|
-
"madrun": "^
|
|
75
|
+
"eslint-plugin-putout": "^31.0.0",
|
|
76
|
+
"madrun": "^13.0.0",
|
|
77
77
|
"montag": "^1.2.1",
|
|
78
78
|
"nodemon": "^3.0.1",
|
|
79
|
-
"redlint": "^
|
|
79
|
+
"redlint": "^6.0.0",
|
|
80
80
|
"supertape": "^12.0.0"
|
|
81
81
|
},
|
|
82
82
|
"publishConfig": {
|