putout 41.5.7 → 41.5.8
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 +24 -0
- package/package.json +6 -6
package/ChangeLog
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
2026.01.05, v41.5.8
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 97d8bd33d @putout/operator-filesystem: @putout/operator-json v3.0.0
|
|
5
|
+
- 8ef9adeee @putout/operator-match-files: @putout/operator-json v3.0.0
|
|
6
|
+
- 209e6b1c1 @putout/operator-rename-files: @putout/operator-json v3.0.0
|
|
7
|
+
- afc61abd5 @putout/plugin-filesystem: @putout/operator-json v3.0.0
|
|
8
|
+
- 68a730f46 @putout/processor-filesystem: @putout/operator-json v3.0.0
|
|
9
|
+
- d61100eef putout: @putout/processor-ignore v7.0.0
|
|
10
|
+
- 8e4cb983a @putout/processor-ignore: @putout/operator-json v3.0.0
|
|
11
|
+
- 4d80a4aac @putout/processor-ignore: drop support of node < 22
|
|
12
|
+
- e7c352a6a @putout/engine-runner: @putout/operator-json v3.0.0
|
|
13
|
+
- 0693344af putout: @putout/processor-json v10.0.0
|
|
14
|
+
- 712de0ad2 @putout/processor-json: @putout/operator-json v3.0.0
|
|
15
|
+
- c44b8407e @putout/processor-json: drop support of node < 22
|
|
16
|
+
- 8f8b7b691 putout: @putout/processor-markdown v13.0.0
|
|
17
|
+
- 343794e50 @putout/processor-markdown: @putout/operator-json v3.0.0
|
|
18
|
+
- 97d95be3a @putout/processor-markdown: drop support of node < 22
|
|
19
|
+
- a6a91822e putout: @putout/processor-yaml v10.0.0
|
|
20
|
+
- 362fcac6c @putout/processor-yaml: @putout/operator-json v3.0.0
|
|
21
|
+
- 8cf9d0059 @putout/processor-yaml: drop support of node < 22
|
|
22
|
+
- f751af81c putout: @putout/operator-json v3.0.0
|
|
23
|
+
- 864f4e08a @putout/operator-json: migrate to ESM
|
|
24
|
+
|
|
1
25
|
2026.01.05, v41.5.7
|
|
2
26
|
|
|
3
27
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "41.5.
|
|
3
|
+
"version": "41.5.8",
|
|
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",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"@putout/operator-declare": "^16.0.0",
|
|
83
83
|
"@putout/operator-filesystem": "^10.0.0",
|
|
84
84
|
"@putout/operator-ignore": "^5.0.0",
|
|
85
|
-
"@putout/operator-json": "^
|
|
85
|
+
"@putout/operator-json": "^3.0.0",
|
|
86
86
|
"@putout/operator-jsx": "^3.0.0",
|
|
87
87
|
"@putout/operator-keyword": "^4.0.0",
|
|
88
88
|
"@putout/operator-match-files": "^11.0.0",
|
|
@@ -174,11 +174,11 @@
|
|
|
174
174
|
"@putout/plugin-webpack": "^4.0.0",
|
|
175
175
|
"@putout/processor-css": "^12.0.0",
|
|
176
176
|
"@putout/processor-filesystem": "^7.0.0",
|
|
177
|
-
"@putout/processor-ignore": "^
|
|
177
|
+
"@putout/processor-ignore": "^7.0.0",
|
|
178
178
|
"@putout/processor-javascript": "^5.0.0",
|
|
179
|
-
"@putout/processor-json": "^
|
|
180
|
-
"@putout/processor-markdown": "^
|
|
181
|
-
"@putout/processor-yaml": "^
|
|
179
|
+
"@putout/processor-json": "^10.0.0",
|
|
180
|
+
"@putout/processor-markdown": "^13.0.0",
|
|
181
|
+
"@putout/processor-yaml": "^10.0.0",
|
|
182
182
|
"@putout/traverse": "^15.0.0",
|
|
183
183
|
"ajv": "^8.8.2",
|
|
184
184
|
"ci-info": "^4.0.0",
|