redput 4.0.1 → 4.0.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.
Files changed (2) hide show
  1. package/ChangeLog +7 -0
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,10 @@
1
+ 2026.01.26, v4.0.2
2
+
3
+ feature:
4
+ - 799fc13 redput: eslint-plugin-putout v30.0.1
5
+ - 013d80e redput: @putout/plugin-nodejs v20.0.0
6
+ - c210145 redput: @putout/plugin-esm v8.0.0
7
+
1
8
  2026.01.11, v4.0.1
2
9
 
3
10
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redput",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "CLI tool to convert source from 🐊Putout Editor to files",
5
5
  "main": "lib/redput.js",
6
6
  "bin": {
@@ -57,8 +57,8 @@
57
57
  "dependencies": {
58
58
  "@putout/plugin-declare": "^7.1.0",
59
59
  "@putout/plugin-declare-before-reference": "^9.0.0",
60
- "@putout/plugin-esm": "^6.0.0",
61
- "@putout/plugin-nodejs": "^18.1.0",
60
+ "@putout/plugin-esm": "^8.0.0",
61
+ "@putout/plugin-nodejs": "^20.0.0",
62
62
  "@putout/plugin-putout": "^28.2.0",
63
63
  "@putout/plugin-variables": "^1.3.1",
64
64
  "node-fetch": "^3.3.2",
@@ -72,7 +72,7 @@
72
72
  "@putout/test": "^15.0.0",
73
73
  "c8": "^10.1.2",
74
74
  "eslint": "^9.0.0",
75
- "eslint-plugin-putout": "^29.0.2",
75
+ "eslint-plugin-putout": "^30.0.1",
76
76
  "madrun": "^12.1.0",
77
77
  "montag": "^1.2.1",
78
78
  "nodemon": "^3.0.1",