redput 2.0.0 → 2.0.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 +10 -0
- package/package.json +7 -8
package/ChangeLog
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
2023.12.13, v2.0.1
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 500158f redput: escover v4.0.1
|
|
5
|
+
- 0939e42 redput: @putout/test v8.0.0
|
|
6
|
+
- c38a03f redput: @putout/plugin-putout v18.0.0
|
|
7
|
+
- 2b18949 redput: @putout/plugin-remove-unused-variables v8.0.0
|
|
8
|
+
- 06ee597 redput: eslint-plugin-putout v22.1.0
|
|
9
|
+
- 4c16df5 redput: supertape v9.0.0
|
|
10
|
+
|
|
1
11
|
2023.12.10, v2.0.0
|
|
2
12
|
|
|
3
13
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "redput",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "CLI tool to convert source from 🐊Putout Editor to files",
|
|
5
5
|
"main": "lib/redput.js",
|
|
6
6
|
"bin": {
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@putout/plugin-convert-esm-to-commonjs": "^6.0.0",
|
|
61
61
|
"@putout/plugin-declare": "^2.0.1",
|
|
62
|
-
"@putout/plugin-putout": "^
|
|
63
|
-
"@putout/plugin-remove-unused-variables": "^
|
|
62
|
+
"@putout/plugin-putout": "^18.0.0",
|
|
63
|
+
"@putout/plugin-remove-unused-variables": "^8.0.0",
|
|
64
64
|
"node-fetch": "^3.3.2",
|
|
65
65
|
"octokit": "^3.1.0",
|
|
66
66
|
"putout": "^34.0.0",
|
|
@@ -69,17 +69,16 @@
|
|
|
69
69
|
"try-to-catch": "^3.0.1"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@putout/test": "^
|
|
72
|
+
"@putout/test": "^8.0.0",
|
|
73
73
|
"c8": "^8.0.0",
|
|
74
|
-
"escover": "^
|
|
74
|
+
"escover": "^4.0.1",
|
|
75
75
|
"eslint": "^8.0.0",
|
|
76
76
|
"eslint-plugin-n": "^16.0.1",
|
|
77
|
-
"eslint-plugin-putout": "^
|
|
77
|
+
"eslint-plugin-putout": "^22.1.0",
|
|
78
78
|
"madrun": "^10.0.0",
|
|
79
79
|
"montag": "^1.2.1",
|
|
80
80
|
"nodemon": "^3.0.1",
|
|
81
|
-
"
|
|
82
|
-
"supertape": "^8.1.0"
|
|
81
|
+
"supertape": "^9.0.0"
|
|
83
82
|
},
|
|
84
83
|
"publishConfig": {
|
|
85
84
|
"access": "public"
|