@putout/printer 7.1.1 → 7.1.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.
- package/ChangeLog +6 -0
- package/README.md +1 -1
- package/package.json +3 -3
package/ChangeLog
CHANGED
package/README.md
CHANGED
|
@@ -132,7 +132,7 @@ const overrides = {
|
|
|
132
132
|
```
|
|
133
133
|
|
|
134
134
|
- `indent` - use two spaces, tabs, or anything you want;
|
|
135
|
-
- `newline` - symbol
|
|
135
|
+
- `newline` - symbol used for line separation;
|
|
136
136
|
- `space` - default symbol used for space character;
|
|
137
137
|
- `splitter` - mandatory symbol that used inside of statements like this:
|
|
138
138
|
- `roundBraceOpen` and `roundBraceClose` symbols to output braces in a single argument arrow function expressions: `(a) => {}`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@putout/printer",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.2",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
6
6
|
"description": "Simplest possible opinionated Babel AST printer for 🐊Putout",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@babel/plugin-codemod-object-assign-to-object-spread": "^7.10.4",
|
|
49
49
|
"@putout/plugin-minify": "^6.2.0",
|
|
50
50
|
"@putout/plugin-printer": "^3.0.0",
|
|
51
|
-
"@putout/plugin-promises": "^
|
|
51
|
+
"@putout/plugin-promises": "^14.0.0",
|
|
52
52
|
"@putout/plugin-react-hook-form": "^4.0.0",
|
|
53
53
|
"@putout/plugin-react-hooks": "^5.0.0",
|
|
54
54
|
"acorn": "^8.8.2",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"eslint": "^8.0.1",
|
|
59
59
|
"eslint-plugin-n": "^16.0.0",
|
|
60
60
|
"eslint-plugin-putout": "^22.0.0",
|
|
61
|
-
"estree-to-babel": "^
|
|
61
|
+
"estree-to-babel": "^9.0.0",
|
|
62
62
|
"just-kebab-case": "^4.2.0",
|
|
63
63
|
"madrun": "^10.0.0",
|
|
64
64
|
"mock-require": "^3.0.3",
|