putout 29.12.9 → 29.12.10
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 +8 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
2023.06.12, v29.12.10
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 542966eff package: @putout/plugin-strict-mode v6.0.0
|
|
5
|
+
- 0f738821e @putout/plugin-strict-mode: drop support of 🐊 < 29
|
|
6
|
+
- d1d5b4ad9 @putout/plugin-strict-mode: use @putout/printer
|
|
7
|
+
- 9bd1c651d @putout/plugin-travis: drop support of 🐊 < 29
|
|
8
|
+
|
|
1
9
|
2023.06.12, v29.12.9
|
|
2
10
|
|
|
3
11
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "29.12.
|
|
3
|
+
"version": "29.12.10",
|
|
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",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"@putout/plugin-simplify-ternary": "^5.0.1",
|
|
156
156
|
"@putout/plugin-split-nested-destructuring": "^2.0.0",
|
|
157
157
|
"@putout/plugin-split-variable-declarations": "^2.0.0",
|
|
158
|
-
"@putout/plugin-strict-mode": "^
|
|
158
|
+
"@putout/plugin-strict-mode": "^6.0.0",
|
|
159
159
|
"@putout/plugin-tape": "^11.0.0",
|
|
160
160
|
"@putout/plugin-try-catch": "^2.0.0",
|
|
161
161
|
"@putout/plugin-types": "^1.1.0",
|