redput 1.0.1 → 1.0.3
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 +12 -0
- package/package.json +7 -7
package/ChangeLog
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
2023.08.14, v1.0.3
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 740a589 package: eslint-plugin-putout v19.0.4
|
|
5
|
+
- b90e087 package: nodemon v3.0.1
|
|
6
|
+
- 335ca97 package: putout v31.1.0
|
|
7
|
+
|
|
8
|
+
2023.08.02, v1.0.2
|
|
9
|
+
|
|
10
|
+
fix:
|
|
11
|
+
- 29498c3 package: repo url
|
|
12
|
+
|
|
1
13
|
2023.08.02, v1.0.1
|
|
2
14
|
|
|
3
15
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "redput",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "CLI tool to convert source from 🐊Putout Editor to files",
|
|
5
5
|
"main": "lib/redput.js",
|
|
6
6
|
"bin": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"repository": {
|
|
28
28
|
"type": "git",
|
|
29
|
-
"url": "git://github.com/
|
|
29
|
+
"url": "git://github.com/putoutjs/redput.git"
|
|
30
30
|
},
|
|
31
31
|
"keywords": [
|
|
32
32
|
"redput",
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
],
|
|
48
48
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
|
|
49
49
|
"bugs": {
|
|
50
|
-
"url": "https://github.com/
|
|
50
|
+
"url": "https://github.com/putoutjs/redput/issues"
|
|
51
51
|
},
|
|
52
|
-
"homepage": "https://github.com/
|
|
52
|
+
"homepage": "https://github.com/putoutjs/redput",
|
|
53
53
|
"license": "MIT",
|
|
54
54
|
"engines": {
|
|
55
55
|
"node": ">=16"
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"node-fetch": "^3.3.2",
|
|
59
59
|
"octokit": "^3.1.0",
|
|
60
|
-
"putout": "^
|
|
60
|
+
"putout": "^31.1.0",
|
|
61
61
|
"rendy": "^3.1.1",
|
|
62
62
|
"try-to-catch": "^3.0.1"
|
|
63
63
|
},
|
|
@@ -67,10 +67,10 @@
|
|
|
67
67
|
"escover": "^3.4.0",
|
|
68
68
|
"eslint": "^8.0.0",
|
|
69
69
|
"eslint-plugin-n": "^16.0.1",
|
|
70
|
-
"eslint-plugin-putout": "^
|
|
70
|
+
"eslint-plugin-putout": "^19.0.4",
|
|
71
71
|
"madrun": "^9.3.0",
|
|
72
72
|
"montag": "^1.2.1",
|
|
73
|
-
"nodemon": "^
|
|
73
|
+
"nodemon": "^3.0.1",
|
|
74
74
|
"nyc": "^15.0.0",
|
|
75
75
|
"supertape": "^8.1.0"
|
|
76
76
|
},
|