putout 35.36.2 → 35.37.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,12 @@
1
+ 2024.07.14, v35.37.0
2
+
3
+ feature:
4
+ - e7eb5dc4e @putout/plugin-remove-quotes-from-import-assertions: add
5
+ - de7d46c3c @putout/compare: impove support of __imports
6
+ - 4e57c70e7 @putout/plugin-remove-unused-variables: try-catch: destructuring
7
+ - d19aae67f @putout/plugin-promises: apply-with-resolvers: add
8
+ - 4b556cb10 putout: just-camel-case v6.2.0
9
+
1
10
  2024.07.01, v35.36.2
2
11
 
3
12
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.36.2",
3
+ "version": "35.37.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",
@@ -148,6 +148,7 @@
148
148
  "@putout/plugin-remove-empty": "^12.0.0",
149
149
  "@putout/plugin-remove-iife": "^4.0.0",
150
150
  "@putout/plugin-remove-nested-blocks": "^6.0.0",
151
+ "@putout/plugin-remove-quotes-from-import-assertions": "^1.0.0",
151
152
  "@putout/plugin-remove-unreachable-code": "^1.0.0",
152
153
  "@putout/plugin-remove-unreferenced-variables": "^4.0.0",
153
154
  "@putout/plugin-remove-unused-expressions": "^9.0.0",
@@ -231,7 +232,7 @@
231
232
  "eslint": "^9.0.0",
232
233
  "eslint-plugin-n": "^17.0.0",
233
234
  "eslint-plugin-putout": "^22.0.0",
234
- "just-camel-case": "^4.0.2",
235
+ "just-camel-case": "^6.2.0",
235
236
  "lerna": "^6.0.1",
236
237
  "madrun": "^10.0.0",
237
238
  "mock-require": "^3.0.2",
package/putout.json CHANGED
@@ -229,6 +229,7 @@
229
229
  "remove-nested-blocks",
230
230
  "remove-unreachable-code",
231
231
  "remove-duplicate-keys",
232
+ "remove-quotes-from-import-assertions",
232
233
  "reuse-duplicate-init",
233
234
  "split-assignment-expressions",
234
235
  "split-variable-declarations",