putout 29.0.1 → 29.0.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,9 @@
1
+ 2023.03.07, v29.0.2
2
+
3
+ feature:
4
+ - e4e4435b3 @putout/plugin-maybe: renamed from @putout/plugin-apply-maybe
5
+ - be39dd68a eslint-plugin-putout: array-element-newline: exclude arrays with string and number
6
+
1
7
  2023.03.06, v29.0.1
2
8
 
3
9
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.0.1",
3
+ "version": "29.0.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",
@@ -78,7 +78,7 @@
78
78
  "@putout/plugin-apply-flat-map": "^2.0.0",
79
79
  "@putout/plugin-apply-if-condition": "^1.0.0",
80
80
  "@putout/plugin-apply-is-array": "^3.0.0",
81
- "@putout/plugin-apply-maybe": "^1.0.0",
81
+ "@putout/plugin-maybe": "^1.0.0",
82
82
  "@putout/plugin-apply-optional-chaining": "^2.0.0",
83
83
  "@putout/plugin-apply-template-literals": "^1.0.0",
84
84
  "@putout/plugin-browserlist": "^1.0.0",
package/putout.json CHANGED
@@ -29,7 +29,7 @@
29
29
  "remove-empty/import": "off"
30
30
  },
31
31
  "*.md": {
32
- "apply-maybe": "off",
32
+ "maybe": "off",
33
33
  "convert-quotes-to-backticks": "off",
34
34
  "convert-comparison-to-boolean": "off",
35
35
  "remove-unused-expressions": "off",
@@ -147,10 +147,10 @@
147
147
  "apply-if-condition",
148
148
  "apply-comparison-order",
149
149
  "apply-template-literals",
150
- "apply-maybe",
151
150
  "extract-object-properties",
152
151
  "extract-sequence-expressions",
153
152
  "madrun",
153
+ "maybe",
154
154
  "webpack",
155
155
  "eslint",
156
156
  "package-json",