@d5render/cli 0.1.64 → 0.1.65

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.
Files changed (2) hide show
  1. package/bin/d5cli +3 -0
  2. package/package.json +1 -1
package/bin/d5cli CHANGED
@@ -337,6 +337,9 @@ async function cli() {
337
337
  //#endregion
338
338
  //#region review/index.ts
339
339
  async function codereview() {
340
+ try {
341
+ console.log(execSync("npm list -g @d5render/cli --depth=0").toString());
342
+ } catch {}
340
343
  try {
341
344
  if (!await need()) {
342
345
  console.log("重复提交,进程跳过");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d5render/cli",
3
- "version": "0.1.64",
3
+ "version": "0.1.65",
4
4
  "license": "MIT",
5
5
  "author": "jasirou",
6
6
  "bin": {