putout 29.0.3 → 29.0.5

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 (3) hide show
  1. package/ChangeLog +20 -0
  2. package/package.json +3 -3
  3. package/putout.json +1 -1
package/ChangeLog CHANGED
@@ -1,3 +1,23 @@
1
+ 2023.03.09, v29.0.5
2
+
3
+ feature:
4
+ - f8d2d4a61 @putout/plugin-apply-at: renamed from @putout/plugin-apply-array-at
5
+ - f1e893dd5 @putout/plugin-declare: move maybe to @putout/plugin-maybe
6
+ - 5a9d4720d @putout/plugin-maybe: add declare
7
+ - f06ae34bc (package) @putout/plugin-math v2.0.0
8
+ - f4f5b8850 @putout/plugin-math: drop support of 🐊 < 29
9
+ - f75bf9d5e @putout/plugin-math: apply-numeric-separators: exclude octal
10
+ - 627f861f6 (package) @putout/plugin-package-json v5.0.0
11
+ - 917b39038 @putout/plugin-package-json: drop support of 🐊 < 29
12
+ - 05b0fd7a8 @putout/plugin-package-json: remove-commit-type: add
13
+
14
+ 2023.03.08, v29.0.4
15
+
16
+ feature:
17
+ - 5492a6459 (package) @putout/plugin-math v2.0.0
18
+ - d46d5778a @putout/plugin-math: drop support of 🐊 < 29
19
+ - 0e789e6d9 @putout/plugin-math: apply-numeric-separators: exclude octal
20
+
1
21
  2023.03.08, v29.0.3
2
22
 
3
23
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.0.3",
3
+ "version": "29.0.5",
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",
@@ -70,7 +70,7 @@
70
70
  "@putout/operator-add-args": "^3.0.0",
71
71
  "@putout/operator-declare": "^4.0.0",
72
72
  "@putout/operator-regexp": "^1.0.0",
73
- "@putout/plugin-apply-array-at": "^2.0.0",
73
+ "@putout/plugin-apply-at": "^1.0.0",
74
74
  "@putout/plugin-apply-comparison-order": "^1.0.0",
75
75
  "@putout/plugin-apply-destructuring": "^6.0.0",
76
76
  "@putout/plugin-apply-early-return": "^2.0.0",
@@ -113,7 +113,7 @@
113
113
  "@putout/plugin-gitignore": "^3.0.0",
114
114
  "@putout/plugin-logical-expressions": "^1.0.0",
115
115
  "@putout/plugin-madrun": "^14.0.0",
116
- "@putout/plugin-math": "^1.0.0",
116
+ "@putout/plugin-math": "^2.0.0",
117
117
  "@putout/plugin-maybe": "^1.0.0",
118
118
  "@putout/plugin-merge-destructuring-properties": "^7.0.0",
119
119
  "@putout/plugin-merge-duplicate-imports": "^8.0.0",
package/putout.json CHANGED
@@ -138,7 +138,7 @@
138
138
  "convert-mock-require-to-mock-import": "off"
139
139
  },
140
140
  "plugins": [
141
- "apply-array-at",
141
+ "apply-at",
142
142
  "apply-early-return",
143
143
  "apply-flat-map",
144
144
  "apply-is-array",