putout 42.7.11 → 42.7.13
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 +15 -0
- package/package.json +2 -2
- package/types/operator.ts +1 -0
package/ChangeLog
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
2026.06.26, v42.7.13
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 419a155f2 @putout/types: Scaner -> Scanner
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- d717f5bd3 putout: @putout/plugin-madrun v24.0.0
|
|
8
|
+
- bf885bd65 @putout/plugin-madrun: drop support of 🐊 < 42
|
|
9
|
+
- 84958f106 @putotu/plugin-madrun: convert-prepublish-only-to-wisdom
|
|
10
|
+
|
|
11
|
+
2026.06.26, v42.7.12
|
|
12
|
+
|
|
13
|
+
feature:
|
|
14
|
+
- 30de73415 @putout/operator-match-files: types
|
|
15
|
+
|
|
1
16
|
2026.06.25, v42.7.11
|
|
2
17
|
|
|
3
18
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "42.7.
|
|
3
|
+
"version": "42.7.13",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
6
6
|
"description": "🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"@putout/plugin-gitignore": "^7.0.0",
|
|
128
128
|
"@putout/plugin-labels": "^3.0.0",
|
|
129
129
|
"@putout/plugin-logical-expressions": "^8.0.0",
|
|
130
|
-
"@putout/plugin-madrun": "^
|
|
130
|
+
"@putout/plugin-madrun": "^24.0.0",
|
|
131
131
|
"@putout/plugin-markdown": "^1.0.0",
|
|
132
132
|
"@putout/plugin-math": "^5.0.0",
|
|
133
133
|
"@putout/plugin-maybe": "^5.0.0",
|