@soybeanjs/cli 0.3.1 → 0.3.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/README.md +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -35,7 +35,7 @@ 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.
|
|
38
|
+
const version = "0.3.2";
|
|
39
39
|
const description = "SoybeanJS's command line tools";
|
|
40
40
|
const author = {
|
|
41
41
|
name: "Soybean",
|
package/dist/index.mjs
CHANGED
|
@@ -14,7 +14,7 @@ import Stream from 'stream';
|
|
|
14
14
|
import stringdecoder from 'string_decoder';
|
|
15
15
|
|
|
16
16
|
const name = "@soybeanjs/cli";
|
|
17
|
-
const version = "0.3.
|
|
17
|
+
const version = "0.3.2";
|
|
18
18
|
const description = "SoybeanJS's command line tools";
|
|
19
19
|
const author = {
|
|
20
20
|
name: "Soybean",
|