putout 31.2.1 → 31.2.2

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 CHANGED
@@ -1,3 +1,10 @@
1
+ 2023.08.21, v31.2.2
2
+
3
+ feature:
4
+ - d6b8d6706 package: @putout/plugin-declare-before-reference v3.0.0
5
+ - 64ddc72fe @putout/plugin-declare-before-reference: drop support of 🐊 < 31
6
+ - 443182ca9 @putout/plugin-declare-before-reference: improve order
7
+
1
8
  2023.08.17, v31.2.1
2
9
 
3
10
  fix:
@@ -72,8 +72,8 @@
72
72
  "type": "string"
73
73
  },
74
74
  "printer": {
75
+ "description": "Tell 🐊Putout which printer to use",
75
76
  "oneOf": [{
76
- "description": "Tell 🐊Putout which printer to use",
77
77
  "type": "string"
78
78
  }, {
79
79
  "type": "array",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "31.2.1",
3
+ "version": "31.2.2",
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",
@@ -95,7 +95,7 @@
95
95
  "@putout/plugin-convert-template-to-string": "^1.0.0",
96
96
  "@putout/plugin-convert-to-arrow-function": "^4.0.0",
97
97
  "@putout/plugin-declare": "^2.0.0",
98
- "@putout/plugin-declare-before-reference": "^2.0.0",
98
+ "@putout/plugin-declare-before-reference": "^3.0.0",
99
99
  "@putout/plugin-declare-imports-first": "^2.0.0",
100
100
  "@putout/plugin-eslint": "^5.0.0",
101
101
  "@putout/plugin-extract-object-properties": "^9.0.0",