putout 37.15.2 → 37.16.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 CHANGED
@@ -1,3 +1,8 @@
1
+ 2025.01.17, v37.16.0
2
+
3
+ feature:
4
+ - 1afaf7302 @putout/plugin-extract-keywords-from-variables: add
5
+
1
6
  2025.01.17, v37.15.2
2
7
 
3
8
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "37.15.2",
3
+ "version": "37.16.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",
@@ -115,6 +115,7 @@
115
115
  "@putout/plugin-declare-before-reference": "^5.0.0",
116
116
  "@putout/plugin-eslint": "^9.0.0",
117
117
  "@putout/plugin-esm": "^1.0.0",
118
+ "@putout/plugin-extract-keywords-from-variables": "^1.0.0",
118
119
  "@putout/plugin-extract-object-properties": "^9.0.0",
119
120
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
120
121
  "@putout/plugin-filesystem": "^7.0.0",
package/putout.json CHANGED
@@ -201,6 +201,7 @@
201
201
  "apply-starts-with",
202
202
  "apply-template-literals",
203
203
  "apply-overrides",
204
+ "extract-keywords-from-variables",
204
205
  "extract-object-properties",
205
206
  "extract-sequence-expressions",
206
207
  "madrun",