redput 4.2.2 → 4.3.0

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,8 @@
1
+ 2026.05.05, v4.3.0
2
+
3
+ feature:
4
+ - 4994885 redput: parse-plugin: trailing spaces
5
+
1
6
  2026.04.21, v4.2.2
2
7
 
3
8
  feature:
@@ -20,7 +20,7 @@ export const parsePlugin = (raw) => {
20
20
  function parseComment(comment) {
21
21
  const raw = comment
22
22
  .replace('//', '')
23
- .trimStart();
23
+ .trim();
24
24
 
25
25
  if (/^[a-z-]+$/.test(raw))
26
26
  return ['', raw];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redput",
3
- "version": "4.2.2",
3
+ "version": "4.3.0",
4
4
  "description": "CLI tool to convert source from 🐊Putout Editor to files",
5
5
  "main": "lib/redput.js",
6
6
  "bin": {