meocli 0.0.5 → 0.0.6

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
@@ -43,7 +43,7 @@ $ npm install -g meocli
43
43
  $ me COMMAND
44
44
  running command...
45
45
  $ me (--version)
46
- meocli/0.0.5 win32-x64 node-v24.12.0
46
+ meocli/0.0.6 win32-x64 node-v24.12.0
47
47
  $ me --help [COMMAND]
48
48
  USAGE
49
49
  $ me COMMAND
@@ -91,7 +91,7 @@ EXAMPLES
91
91
  hello friend from oclif! (./src/commands/hello/index.ts)
92
92
  ```
93
93
 
94
- _See code: [src/commands/hello/index.ts](https://github.com/meme2046/meocli/blob/v0.0.5/src/commands/hello/index.ts)_
94
+ _See code: [src/commands/hello/index.ts](https://github.com/meme2046/meocli/blob/v0.0.6/src/commands/hello/index.ts)_
95
95
 
96
96
  ## `me hello world`
97
97
 
@@ -109,7 +109,7 @@ EXAMPLES
109
109
  hello world! (./src/commands/hello/world.ts)
110
110
  ```
111
111
 
112
- _See code: [src/commands/hello/world.ts](https://github.com/meme2046/meocli/blob/v0.0.5/src/commands/hello/world.ts)_
112
+ _See code: [src/commands/hello/world.ts](https://github.com/meme2046/meocli/blob/v0.0.6/src/commands/hello/world.ts)_
113
113
 
114
114
  ## `me help [COMMAND]`
115
115
 
@@ -447,5 +447,5 @@ EXAMPLES
447
447
  $ me pr ./src/file.ts --config ./.prettierrc.yaml
448
448
  ```
449
449
 
450
- _See code: [src/commands/pr/index.ts](https://github.com/meme2046/meocli/blob/v0.0.5/src/commands/pr/index.ts)_
450
+ _See code: [src/commands/pr/index.ts](https://github.com/meme2046/meocli/blob/v0.0.6/src/commands/pr/index.ts)_
451
451
  <!-- commandsstop -->
@@ -70,7 +70,7 @@ export const DEFAULT_PLUGINS = [
70
70
  { main: 'src/plugin.js', name: '@prettier/plugin-xml' },
71
71
  { main: 'lib/index.cjs', name: 'prettier-plugin-toml' },
72
72
  { main: 'lib/index.cjs', name: 'prettier-plugin-sh' },
73
- { main: 'dist/index', name: 'prettier-plugin-nginx' },
73
+ { main: 'dist/index.js', name: 'prettier-plugin-nginx' },
74
74
  ];
75
75
  // 默认的忽略模式
76
76
  export const DEFAULT_IGNORE_PATTERNS = [
@@ -116,5 +116,5 @@
116
116
  ]
117
117
  }
118
118
  },
119
- "version": "0.0.5"
119
+ "version": "0.0.6"
120
120
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "meocli",
3
3
  "description": "A new CLI generated with oclif",
4
- "version": "0.0.5",
4
+ "version": "0.0.6",
5
5
  "author": "meme2046",
6
6
  "bin": {
7
7
  "me": "./bin/run.js"