putout 41.5.8 → 41.6.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.
- package/ChangeLog +13 -0
- package/package.json +3 -2
- package/putout.json +1 -0
package/ChangeLog
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
2026.01.06, v41.6.1
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- d429e1758 putout: @putout/traverse v16.0.0
|
|
5
|
+
- 38964f8a1 @putout/traverse: migrate to ESM
|
|
6
|
+
- a2158ea02 eslint-plugin-putout: toml
|
|
7
|
+
|
|
8
|
+
2026.01.05, v41.6.0
|
|
9
|
+
|
|
10
|
+
feature:
|
|
11
|
+
- b083dbd44 @putout/processor-toml: add
|
|
12
|
+
- c1f97f54e @putout/operator-json: __toml
|
|
13
|
+
|
|
1
14
|
2026.01.05, v41.5.8
|
|
2
15
|
|
|
3
16
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "41.
|
|
3
|
+
"version": "41.6.1",
|
|
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",
|
|
@@ -178,8 +178,9 @@
|
|
|
178
178
|
"@putout/processor-javascript": "^5.0.0",
|
|
179
179
|
"@putout/processor-json": "^10.0.0",
|
|
180
180
|
"@putout/processor-markdown": "^13.0.0",
|
|
181
|
+
"@putout/processor-toml": "^1.0.0",
|
|
181
182
|
"@putout/processor-yaml": "^10.0.0",
|
|
182
|
-
"@putout/traverse": "^
|
|
183
|
+
"@putout/traverse": "^16.0.0",
|
|
183
184
|
"ajv": "^8.8.2",
|
|
184
185
|
"ci-info": "^4.0.0",
|
|
185
186
|
"deepmerge": "^4.0.0",
|