putout 31.0.2 → 31.0.3
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 +11 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
2023.08.04, v31.0.3
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- d1371e365 @putout/compare: link
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- dd2974013 package: @putout/formatter-frame v4.0.0
|
|
8
|
+
- 2b74fc46f package: @putout/formatter-codeframe v5.0.2
|
|
9
|
+
- 23101f026 @putout/formatter-frame: drop support of 🐊 < 31
|
|
10
|
+
- f8547c45a package: @putout/operate v10.0.2
|
|
11
|
+
|
|
1
12
|
2023.08.04, v31.0.2
|
|
2
13
|
|
|
3
14
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "31.0.
|
|
3
|
+
"version": "31.0.3",
|
|
4
4
|
"type": "commonjs",
|
|
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",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@putout/eslint": "^2.0.0",
|
|
59
59
|
"@putout/formatter-codeframe": "^5.0.0",
|
|
60
60
|
"@putout/formatter-dump": "^4.0.0",
|
|
61
|
-
"@putout/formatter-frame": "^
|
|
61
|
+
"@putout/formatter-frame": "^4.0.0",
|
|
62
62
|
"@putout/formatter-json": "^2.0.0",
|
|
63
63
|
"@putout/formatter-json-lines": "^3.0.0",
|
|
64
64
|
"@putout/formatter-memory": "^3.0.0",
|