putout 35.37.0 → 35.37.1

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.
Files changed (2) hide show
  1. package/ChangeLog +9 -1
  2. package/package.json +3 -2
package/ChangeLog CHANGED
@@ -1,8 +1,16 @@
1
+ 2024.07.15, v35.37.1
2
+
3
+ feature:
4
+ - 00d3a41c2 @putout/engine-reporter: simple-import: import from putout (#214)
5
+ - d15b34e88 @putout/engine-report: convert to ESLint v9
6
+ - f5e2807ab @putout/plugin-remove-quotes-from-import-assertions: add
7
+ - 075951d16 @putout/compare: improve support of __imports
8
+
1
9
  2024.07.14, v35.37.0
2
10
 
3
11
  feature:
4
12
  - e7eb5dc4e @putout/plugin-remove-quotes-from-import-assertions: add
5
- - de7d46c3c @putout/compare: impove support of __imports
13
+ - 075951d16 @putout/compare: improve support of __imports
6
14
  - 4e57c70e7 @putout/plugin-remove-unused-variables: try-catch: destructuring
7
15
  - d19aae67f @putout/plugin-promises: apply-with-resolvers: add
8
16
  - 4b556cb10 putout: just-camel-case v6.2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.37.0",
3
+ "version": "35.37.1",
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",
@@ -25,7 +25,8 @@
25
25
  "./transform": "./lib/transform.js",
26
26
  "./find-places": "./lib/find-places.js",
27
27
  "./register": "./lib/loader/register.mjs",
28
- "./ignores": "./lib/ignores.js"
28
+ "./ignores": "./lib/ignores.js",
29
+ "./simple-import": "./lib/cli/simple-import.js"
29
30
  },
30
31
  "bin": {
31
32
  "putout": "bin/tracer.mjs"