sunq-cli 0.0.1 → 0.0.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/bin/index.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- require("../dist/index.cjs"); // 执行打包好的dist/index.cjs文件
2
+ require("../dist/index.js"); // 执行打包好的dist/index.cjs文件
package/dist/index.js CHANGED
@@ -4165,7 +4165,7 @@ const {
4165
4165
  Help,
4166
4166
  } = commander;
4167
4167
 
4168
- var version = "0.0.1";
4168
+ var version = "0.0.2";
4169
4169
 
4170
4170
  const isUpKey = (key, keybindings = []) =>
4171
4171
  // The up key
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sunq-cli",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "main": "index.js",