redput 2.5.0 → 2.5.1

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 +6 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 2024.07.19, v2.5.1
2
+
3
+ feature:
4
+ - 5903bd0 redput: putout v36.0.2
5
+ - 980e894 redput: @putout/test v11.0.0
6
+
1
7
  2024.07.14, v2.5.0
2
8
 
3
9
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redput",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "CLI tool to convert source from 🐊Putout Editor to files",
5
5
  "main": "lib/redput.js",
6
6
  "bin": {
@@ -65,13 +65,13 @@
65
65
  "@putout/plugin-remove-unused-variables": "^9.0.0",
66
66
  "node-fetch": "^3.3.2",
67
67
  "octokit": "^4.0.2",
68
- "putout": "^35.0.0",
68
+ "putout": "^36.0.2",
69
69
  "rendy": "^4.1.3",
70
70
  "try-catch": "^3.0.1",
71
71
  "try-to-catch": "^3.0.1"
72
72
  },
73
73
  "devDependencies": {
74
- "@putout/test": "^10.0.0",
74
+ "@putout/test": "^11.0.0",
75
75
  "c8": "^10.1.2",
76
76
  "escover": "^4.0.1",
77
77
  "eslint": "^9.0.0",