putout 29.12.6 → 29.12.8
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 +12 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
2023.06.12, v29.12.8
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 43e643207 package: @putout/plugin-webpack v3.0.0
|
|
5
|
+
|
|
6
|
+
2023.06.09, v29.12.7
|
|
7
|
+
|
|
8
|
+
feature:
|
|
9
|
+
- 9a6c6e77f package: @putout/plugin-putout-config v3.0.0
|
|
10
|
+
- 210289bf1 @putout/plugin-config: drop support of node < 16
|
|
11
|
+
- cc12ea0cd @putout/processor-wasm: drop support of 🐊 < 29
|
|
12
|
+
|
|
1
13
|
2023.06.08, v29.12.6
|
|
2
14
|
|
|
3
15
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "29.12.
|
|
3
|
+
"version": "29.12.8",
|
|
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",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"@putout/plugin-package-json": "^5.0.0",
|
|
119
119
|
"@putout/plugin-promises": "^10.0.0",
|
|
120
120
|
"@putout/plugin-putout": "^12.0.0",
|
|
121
|
-
"@putout/plugin-putout-config": "^
|
|
121
|
+
"@putout/plugin-putout-config": "^3.0.0",
|
|
122
122
|
"@putout/plugin-regexp": "^7.0.0",
|
|
123
123
|
"@putout/plugin-remove-console": "^6.0.0",
|
|
124
124
|
"@putout/plugin-remove-constant-conditions": "^4.0.0",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"@putout/plugin-try-catch": "^2.0.0",
|
|
161
161
|
"@putout/plugin-types": "^1.1.0",
|
|
162
162
|
"@putout/plugin-typescript": "^3.0.0",
|
|
163
|
-
"@putout/plugin-webpack": "^
|
|
163
|
+
"@putout/plugin-webpack": "^3.0.0",
|
|
164
164
|
"@putout/processor-css": "^7.0.0",
|
|
165
165
|
"@putout/processor-ignore": "^4.0.0",
|
|
166
166
|
"@putout/processor-javascript": "^4.0.0",
|