putout 34.5.0 → 34.5.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.
- package/ChangeLog +23 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
2023.12.28, v34.5.1
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 659aa492a @putout/plugin-nodejs: convert-esm-to-commonjs: multiple exports
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- 9ea716c95 @putout/engine-processor: picomatch v3.0.1
|
|
8
|
+
- a7117084e putout: @putout/formatter-frame v5.0.0
|
|
9
|
+
- ee268e84b eslint-plugin-putout: @eslint/eslintrc v3.0.0
|
|
10
|
+
- c3855a1e7 @putout/formatter-frame: drop suport of node < 18
|
|
11
|
+
- 436183cc3 @putout/formatter-frame: @putout/formatter-codeframe v6.0.0
|
|
12
|
+
- 32a51b3d2 @putout/test: @putout/eslint v3.0.0
|
|
13
|
+
- 0b21b5713 @putout/cli-cache: file-entry-cache v8.0.0
|
|
14
|
+
- b87b93a50 @putout/processor-css: stylelint-config-standard v36.0.0
|
|
15
|
+
- fddbfb959 @putout/plugin-nodejs/convert-esm-to-commonjs: export multiple
|
|
16
|
+
- f6d820a76 @putout/compare: __exports: add
|
|
17
|
+
- a1ceaca1d @putout/plugin-package-json: find-file: use matchFiles instead
|
|
18
|
+
- 54711e9d0 @putout/operator-match-file: Traverser -> Scanner
|
|
19
|
+
- 9a506bc00 @putout/plugin-putout: convert-progress-to-track-file: couple for-of statements
|
|
20
|
+
- 1e99f872b @putout/plugin-putout: convert-progress-to-track: add
|
|
21
|
+
- d375819c1 @putout/plugin-putout: add-track-file: add
|
|
22
|
+
- ab291e0fd @putout/engine-runner: scanner: trackFile
|
|
23
|
+
|
|
1
24
|
2023.12.26, v34.5.0
|
|
2
25
|
|
|
3
26
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "34.5.
|
|
3
|
+
"version": "34.5.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",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@putout/eslint": "^3.0.0",
|
|
65
65
|
"@putout/formatter-codeframe": "^6.0.0",
|
|
66
66
|
"@putout/formatter-dump": "^4.0.0",
|
|
67
|
-
"@putout/formatter-frame": "^
|
|
67
|
+
"@putout/formatter-frame": "^5.0.0",
|
|
68
68
|
"@putout/formatter-json": "^2.0.0",
|
|
69
69
|
"@putout/formatter-json-lines": "^3.0.0",
|
|
70
70
|
"@putout/formatter-memory": "^3.0.0",
|