@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 CHANGED
@@ -50,4 +50,5 @@ pnpm soy -h
50
50
  - package-lock.json
51
51
  - pnpm-lock.yaml
52
52
  - yarn.lock
53
+ - .github
53
54
  - **snapshots**
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.1";
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.1";
17
+ const version = "0.3.2";
18
18
  const description = "SoybeanJS's command line tools";
19
19
  const author = {
20
20
  name: "Soybean",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soybeanjs/cli",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "SoybeanJS's command line tools",
5
5
  "author": {
6
6
  "name": "Soybean",