putout 36.6.1 → 36.6.2

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 +8 -0
  2. package/package.json +1 -3
package/ChangeLog CHANGED
@@ -1,3 +1,11 @@
1
+ 2024.09.26, v36.6.2
2
+
3
+ fix:
4
+ - 6c0207700 putout: rm unused exports
5
+
6
+ feature:
7
+ - 559fcd1ed @putout/plugin-remove-useless-variables: declaration: re-assign (coderaiser/minify#128)
8
+
1
9
  2024.09.25, v36.6.1
2
10
 
3
11
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.6.1",
3
+ "version": "36.6.2",
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",
@@ -12,13 +12,11 @@
12
12
  "import": "./lib/putout.mjs"
13
13
  },
14
14
  "./parse-options": "./lib/parse-options/index.js",
15
- "./parse-error": "./lib/cli/parse-error.js",
16
15
  "./process-file": "./lib/cli/process-file.js",
17
16
  "./exit-codes": "./lib/cli/exit-codes.mjs",
18
17
  "./exit-codes/cjs": "./lib/cli/exit-codes.js",
19
18
  "./cli": "./lib/cli/index.js",
20
19
  "./cli/get-options": "./lib/cli/get-options.js",
21
- "./loader": "./lib/loader.mjs",
22
20
  "./package.json": "./package.json",
23
21
  "./putout.json": "./putout.json",
24
22
  "./lint/json": "./lib/lint/json.mjs",