@soybeanjs/cli 0.3.0 → 0.3.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/dist/index.cjs +5 -4
- package/dist/index.mjs +5 -4
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -35,8 +35,8 @@ const Stream__default = /*#__PURE__*/_interopDefaultCompat(Stream);
|
|
|
35
35
|
const stringdecoder__default = /*#__PURE__*/_interopDefaultCompat(stringdecoder);
|
|
36
36
|
|
|
37
37
|
const name = "@soybeanjs/cli";
|
|
38
|
-
const version = "0.3.
|
|
39
|
-
const description = "SoybeanJS's command
|
|
38
|
+
const version = "0.3.1";
|
|
39
|
+
const description = "SoybeanJS's command line tools";
|
|
40
40
|
const author = {
|
|
41
41
|
name: "Soybean",
|
|
42
42
|
email: "honghuangdc@gmail.com",
|
|
@@ -83,10 +83,10 @@ const dependencies = {
|
|
|
83
83
|
};
|
|
84
84
|
const devDependencies = {
|
|
85
85
|
"@soybeanjs/cli": "link:",
|
|
86
|
-
"@types/node": "20.2.
|
|
86
|
+
"@types/node": "20.2.5",
|
|
87
87
|
bumpp: "9.1.0",
|
|
88
88
|
eslint: "8.41.0",
|
|
89
|
-
"eslint-config-soybeanjs": "0.
|
|
89
|
+
"eslint-config-soybeanjs": "0.4.7",
|
|
90
90
|
"lint-staged": "13.2.2",
|
|
91
91
|
"simple-git-hooks": "2.8.1",
|
|
92
92
|
tsx: "3.12.7",
|
|
@@ -7534,6 +7534,7 @@ function prettierFormat() {
|
|
|
7534
7534
|
"!package-lock.json",
|
|
7535
7535
|
"!pnpm-lock.yaml",
|
|
7536
7536
|
"!yarn.lock",
|
|
7537
|
+
"!.github",
|
|
7537
7538
|
"!__snapshots__"
|
|
7538
7539
|
];
|
|
7539
7540
|
execa.execa("npx", ["prettier", ".", "--write", ...formatFiles], {
|
package/dist/index.mjs
CHANGED
|
@@ -14,8 +14,8 @@ import Stream from 'stream';
|
|
|
14
14
|
import stringdecoder from 'string_decoder';
|
|
15
15
|
|
|
16
16
|
const name = "@soybeanjs/cli";
|
|
17
|
-
const version = "0.3.
|
|
18
|
-
const description = "SoybeanJS's command
|
|
17
|
+
const version = "0.3.1";
|
|
18
|
+
const description = "SoybeanJS's command line tools";
|
|
19
19
|
const author = {
|
|
20
20
|
name: "Soybean",
|
|
21
21
|
email: "honghuangdc@gmail.com",
|
|
@@ -62,10 +62,10 @@ const dependencies = {
|
|
|
62
62
|
};
|
|
63
63
|
const devDependencies = {
|
|
64
64
|
"@soybeanjs/cli": "link:",
|
|
65
|
-
"@types/node": "20.2.
|
|
65
|
+
"@types/node": "20.2.5",
|
|
66
66
|
bumpp: "9.1.0",
|
|
67
67
|
eslint: "8.41.0",
|
|
68
|
-
"eslint-config-soybeanjs": "0.
|
|
68
|
+
"eslint-config-soybeanjs": "0.4.7",
|
|
69
69
|
"lint-staged": "13.2.2",
|
|
70
70
|
"simple-git-hooks": "2.8.1",
|
|
71
71
|
tsx: "3.12.7",
|
|
@@ -7513,6 +7513,7 @@ function prettierFormat() {
|
|
|
7513
7513
|
"!package-lock.json",
|
|
7514
7514
|
"!pnpm-lock.yaml",
|
|
7515
7515
|
"!yarn.lock",
|
|
7516
|
+
"!.github",
|
|
7516
7517
|
"!__snapshots__"
|
|
7517
7518
|
];
|
|
7518
7519
|
execa("npx", ["prettier", ".", "--write", ...formatFiles], {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soybeanjs/cli",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"description": "SoybeanJS's command
|
|
3
|
+
"version": "0.3.1",
|
|
4
|
+
"description": "SoybeanJS's command line tools",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Soybean",
|
|
7
7
|
"email": "honghuangdc@gmail.com",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@soybeanjs/cli": "link:",
|
|
39
|
-
"@types/node": "20.2.
|
|
39
|
+
"@types/node": "20.2.5",
|
|
40
40
|
"bumpp": "9.1.0",
|
|
41
41
|
"eslint": "8.41.0",
|
|
42
|
-
"eslint-config-soybeanjs": "0.
|
|
42
|
+
"eslint-config-soybeanjs": "0.4.7",
|
|
43
43
|
"lint-staged": "13.2.2",
|
|
44
44
|
"simple-git-hooks": "2.8.1",
|
|
45
45
|
"tsx": "3.12.7",
|