@wagq/wa-cli 0.6.39 → 0.6.40

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.
@@ -2,7 +2,6 @@ const { execSync } = require("child_process");
2
2
 
3
3
  const changesetDoc = (mode, argv) => {
4
4
  const registry = argv.registry ?? "https://registry.npmjs.org/";
5
- console.log(registry, "registry");
6
5
  let bins = [];
7
6
  switch (mode) {
8
7
  case "dev":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wagq/wa-cli",
3
- "version": "0.6.39",
3
+ "version": "0.6.40",
4
4
  "description": "wa的脚手架",
5
5
  "main": "index.js",
6
6
  "scripts": {