putout 29.1.3 → 29.1.4
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 +11 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
2023.03.12, v29.1.4
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- cfccc2c43 package: @putout/eslint v2.0.0
|
|
5
|
+
- e9da39690 package: @putout/eslint v2.0.0
|
|
6
|
+
- 026d81cb3 package: @putout/eslint v2.0.0
|
|
7
|
+
- 037295077 @putout/eslint: getSpacesAfterNode: args
|
|
8
|
+
- cb6e8628b @putout/eslint: getSpacesAfterNode: revert args
|
|
9
|
+
- 11e9d33dd @putout/eslint: getSpacesAfterNode: args
|
|
10
|
+
- 9dfae727d eslint: create-plugin: getSpacesAfterNode: add check for last node in body
|
|
11
|
+
|
|
1
12
|
2023.03.12, v29.1.3
|
|
2
13
|
|
|
3
14
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "29.1.
|
|
3
|
+
"version": "29.1.4",
|
|
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",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@putout/engine-parser": "^5.0.0",
|
|
57
57
|
"@putout/engine-processor": "^6.0.0",
|
|
58
58
|
"@putout/engine-runner": "^15.0.0",
|
|
59
|
-
"@putout/eslint": "^
|
|
59
|
+
"@putout/eslint": "^2.0.0",
|
|
60
60
|
"@putout/formatter-codeframe": "^4.0.0",
|
|
61
61
|
"@putout/formatter-dump": "^4.0.0",
|
|
62
62
|
"@putout/formatter-frame": "^3.0.0",
|