putout 36.6.0 → 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 +15 -0
  2. package/package.json +2 -4
package/ChangeLog CHANGED
@@ -1,3 +1,18 @@
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
+
9
+ 2024.09.25, v36.6.1
10
+
11
+ feature:
12
+ - 00f1be349 putout: @putout/plugin-madrun v19.0.0
13
+ - bd50cf196 @putout/plugin-madrun: drop support of 🐊 < 36
14
+ - 2837459aa @putout/plugin-madrun: convert-run-to-cut-env: exclude different envs
15
+
1
16
  2024.09.23, v36.6.0
2
17
 
3
18
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.6.0",
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",
@@ -126,7 +124,7 @@
126
124
  "@putout/plugin-group-imports-by-source": "^1.0.0",
127
125
  "@putout/plugin-labels": "^1.0.0",
128
126
  "@putout/plugin-logical-expressions": "^6.0.0",
129
- "@putout/plugin-madrun": "^18.0.0",
127
+ "@putout/plugin-madrun": "^19.0.0",
130
128
  "@putout/plugin-math": "^2.0.0",
131
129
  "@putout/plugin-maybe": "^2.0.0",
132
130
  "@putout/plugin-merge-destructuring-properties": "^9.0.0",