@putout/operator-parens 4.0.0 → 4.1.0
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/lib/parens.d.ts +6 -0
- package/package.json +10 -8
package/lib/parens.d.ts
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@putout/operator-parens",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
6
6
|
"description": "🐊Putout operator adds ability to work with parens",
|
|
@@ -14,7 +14,9 @@
|
|
|
14
14
|
"url": "git+https://github.com/coderaiser/putout.git"
|
|
15
15
|
},
|
|
16
16
|
"scripts": {
|
|
17
|
+
"wisdom": "madrun wisdom",
|
|
17
18
|
"test": "madrun test",
|
|
19
|
+
"test:dts": "madrun test:dts",
|
|
18
20
|
"watch:test": "madrun watch:test",
|
|
19
21
|
"lint": "madrun lint",
|
|
20
22
|
"fresh:lint": "madrun fresh:lint",
|
|
@@ -30,15 +32,15 @@
|
|
|
30
32
|
"parens"
|
|
31
33
|
],
|
|
32
34
|
"devDependencies": {
|
|
33
|
-
"
|
|
34
|
-
"eslint": "^10.0.0
|
|
35
|
-
"eslint-plugin-
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"montag": "^1.2.1",
|
|
35
|
+
"check-dts": "^1.0.0",
|
|
36
|
+
"eslint": "^10.0.0",
|
|
37
|
+
"eslint-plugin-putout": "^31.0.0",
|
|
38
|
+
"madrun": "^13.0.0",
|
|
39
|
+
"montag": "^2.0.0",
|
|
39
40
|
"nodemon": "^3.0.1",
|
|
40
41
|
"putout": "*",
|
|
41
|
-
"
|
|
42
|
+
"superc8": "^12.0.0",
|
|
43
|
+
"supertape": "^13.0.0"
|
|
42
44
|
},
|
|
43
45
|
"license": "MIT",
|
|
44
46
|
"engines": {
|