putout 37.15.0 → 37.15.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.
Files changed (2) hide show
  1. package/ChangeLog +7 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,10 @@
1
+ 2025.01.15, v37.15.1
2
+
3
+ feature:
4
+ - b51d57ab7 putout: @putout/formatter-frame v7.0.0
5
+ - 78fdd9f50 @putout/formatter-frame: drop support of 🐊 < 37
6
+ - a212f3071 @putout/formatter-frame: @putout/formatter-codeframe v8.0.0
7
+
1
8
  2025.01.14, v37.15.0
2
9
 
3
10
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "37.15.0",
3
+ "version": "37.15.1",
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",
@@ -66,7 +66,7 @@
66
66
  "@putout/eslint": "^3.0.0",
67
67
  "@putout/formatter-codeframe": "^8.0.0",
68
68
  "@putout/formatter-dump": "^5.0.0",
69
- "@putout/formatter-frame": "^6.0.0",
69
+ "@putout/formatter-frame": "^7.0.0",
70
70
  "@putout/formatter-json": "^2.0.0",
71
71
  "@putout/formatter-json-lines": "^3.0.0",
72
72
  "@putout/formatter-memory": "^4.0.0",