putout 29.6.0 → 29.7.0
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.05.12, v29.7.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- cf3b7a3dc package: @putout/engine-loader v9.0.0
|
|
5
|
+
- 3362cacf8 @putout/engine-loader: add support of globally installed modules (coderaiser/minify#96)
|
|
6
|
+
- 9947bd2f8 package: @putout/engine-parser v6.1.0
|
|
7
|
+
- e71b5a9d4 @putout/plugin-remove-unused-variables: add support of computed ObjectProperty inside Function params ObjectPattern
|
|
8
|
+
|
|
1
9
|
2023.05.11, v29.6.0
|
|
2
10
|
|
|
3
11
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "29.
|
|
3
|
+
"version": "29.7.0",
|
|
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",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@putout/cli-ruler": "^2.0.0",
|
|
53
53
|
"@putout/cli-validate-args": "^1.0.0",
|
|
54
54
|
"@putout/compare": "^9.0.0",
|
|
55
|
-
"@putout/engine-loader": "^
|
|
55
|
+
"@putout/engine-loader": "^9.0.0",
|
|
56
56
|
"@putout/engine-parser": "^6.0.0",
|
|
57
57
|
"@putout/engine-processor": "^7.0.0",
|
|
58
58
|
"@putout/engine-runner": "^16.0.0",
|