redput 3.5.0 → 3.5.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 +12 -0
  2. package/package.json +5 -5
package/ChangeLog CHANGED
@@ -1,3 +1,15 @@
1
+ 2025.07.30, v3.5.2
2
+
3
+ feature:
4
+ - 3acb36d redput: @putout/plugin-esm v5.0.0
5
+
6
+ 2025.07.09, v3.5.1
7
+
8
+ feature:
9
+ - 9ba6629 redput: @putout/plugin-putout v26.5.0
10
+ - 18a998e redput: eslint-plugin-putout v28.0.1
11
+ - 3373f87 redput: @putout/plugin-nodejs v17.0.0
12
+
1
13
  2025.06.02, v3.5.0
2
14
 
3
15
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redput",
3
- "version": "3.5.0",
3
+ "version": "3.5.2",
4
4
  "description": "CLI tool to convert source from 🐊Putout Editor to files",
5
5
  "main": "lib/redput.js",
6
6
  "bin": {
@@ -57,9 +57,9 @@
57
57
  "dependencies": {
58
58
  "@putout/plugin-declare": "^5.0.0",
59
59
  "@putout/plugin-declare-before-reference": "^8.1.0",
60
- "@putout/plugin-esm": "^4.0.0",
61
- "@putout/plugin-nodejs": "^16.1.0",
62
- "@putout/plugin-putout": "^25.0.0",
60
+ "@putout/plugin-esm": "^5.0.0",
61
+ "@putout/plugin-nodejs": "^17.0.0",
62
+ "@putout/plugin-putout": "^26.5.0",
63
63
  "@putout/plugin-remove-unused-variables": "^14.0.0",
64
64
  "node-fetch": "^3.3.2",
65
65
  "octokit": "^5.0.3",
@@ -73,7 +73,7 @@
73
73
  "c8": "^10.1.2",
74
74
  "escover": "^4.0.1",
75
75
  "eslint": "^9.0.0",
76
- "eslint-plugin-putout": "^27.1.0",
76
+ "eslint-plugin-putout": "^28.0.1",
77
77
  "madrun": "^11.0.0",
78
78
  "montag": "^1.2.1",
79
79
  "nodemon": "^3.0.1",