@soybeanjs/cli 0.4.0 → 0.4.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 CHANGED
@@ -35,7 +35,7 @@ const EE__default = /*#__PURE__*/_interopDefaultCompat(EE);
35
35
  const Stream__default = /*#__PURE__*/_interopDefaultCompat(Stream);
36
36
  const stringdecoder__default = /*#__PURE__*/_interopDefaultCompat(stringdecoder);
37
37
 
38
- const version = "0.4.0";
38
+ const version = "0.4.1";
39
39
 
40
40
  const gitCommitTypes = [
41
41
  { value: "init", title: "init: \u9879\u76EE\u521D\u59CB\u5316" },
package/dist/index.mjs CHANGED
@@ -13,7 +13,7 @@ import EE from 'events';
13
13
  import Stream from 'stream';
14
14
  import stringdecoder from 'string_decoder';
15
15
 
16
- const version = "0.4.0";
16
+ const version = "0.4.1";
17
17
 
18
18
  const gitCommitTypes = [
19
19
  { value: "init", title: "init: \u9879\u76EE\u521D\u59CB\u5316" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soybeanjs/cli",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "SoybeanJS's command line tools",
5
5
  "author": {
6
6
  "name": "Soybean",
@@ -8,12 +8,12 @@
8
8
  "url": "https://github.com/honghuangdc"
9
9
  },
10
10
  "license": "MIT",
11
- "homepage": "https://github.com/soybeanjs/soybean-cli",
11
+ "homepage": "https://github.com/soybeanjs/cli",
12
12
  "repository": {
13
- "url": "https://github.com/soybeanjs/soybean-cli.git"
13
+ "url": "https://github.com/soybeanjs/cli.git"
14
14
  },
15
15
  "bugs": {
16
- "url": "https://github.com/soybeanjs/soybean-cli/issues"
16
+ "url": "https://github.com/soybeanjs/cli/issues"
17
17
  },
18
18
  "publishConfig": {
19
19
  "registry": "https://registry.npmjs.org/"