redput 4.1.2 → 4.1.4

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 CHANGED
@@ -1,3 +1,13 @@
1
+ 2026.02.19, v4.1.4
2
+
3
+ feature:
4
+ - 2c3827f redput: @putout/plugin-nodejs v21.0.0
5
+
6
+ 2026.02.19, v4.1.3
7
+
8
+ feature:
9
+ - e52f561 redput: @putout/plugin-declare v8.0.0
10
+
1
11
  2026.02.18, v4.1.2
2
12
 
3
13
  feature:
@@ -35,7 +35,7 @@ function parseComment(comment) {
35
35
  if (parseError)
36
36
  return ['', raw];
37
37
 
38
- transform(ast, raw, {
38
+ transform(ast, {
39
39
  plugins: [
40
40
  ['apply-strings-tuple', applyStringsTuple],
41
41
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redput",
3
- "version": "4.1.2",
3
+ "version": "4.1.4",
4
4
  "description": "CLI tool to convert source from 🐊Putout Editor to files",
5
5
  "main": "lib/redput.js",
6
6
  "bin": {
@@ -55,10 +55,10 @@
55
55
  "node": ">=22"
56
56
  },
57
57
  "dependencies": {
58
- "@putout/plugin-declare": "^7.1.0",
58
+ "@putout/plugin-declare": "^8.0.0",
59
59
  "@putout/plugin-declare-before-reference": "^9.0.0",
60
60
  "@putout/plugin-esm": "^10.0.0",
61
- "@putout/plugin-nodejs": "^20.0.0",
61
+ "@putout/plugin-nodejs": "^21.0.0",
62
62
  "@putout/plugin-putout": "^29.0.0",
63
63
  "@putout/plugin-variables": "^1.3.1",
64
64
  "node-fetch": "^3.3.2",