@builderbot/cli 1.0.16-alpha.0 → 1.0.17-alpha.0

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/create-app/index.ts"],"names":[],"mappings":"AAgBA;;;;GAIG;AACH,QAAA,MAAM,WAAW,aAAmB,MAAM,UAAyB,MAAM,KAAmB,QAAQ,IAAI,CAIvG,CAAA;AAED,OAAO,EAAE,WAAW,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/create-app/index.ts"],"names":[],"mappings":"AAeA;;;;GAIG;AACH,QAAA,MAAM,WAAW,aAAmB,MAAM,UAAyB,MAAM,KAAmB,QAAQ,IAAI,CAIvG,CAAA;AAED,OAAO,EAAE,WAAW,EAAE,CAAA"}
package/dist/index.cjs CHANGED
@@ -2790,7 +2790,6 @@ var lib$1 = {
2790
2790
  const copyFiles = async (from, to) => {
2791
2791
  try {
2792
2792
  await lib$1.copy(from, to);
2793
- console.log('success!');
2794
2793
  }
2795
2794
  catch (err) {
2796
2795
  console.error(err);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builderbot/cli",
3
- "version": "1.0.16-alpha.0",
3
+ "version": "1.0.17-alpha.0",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "types": "dist/index.d.ts",
@@ -42,5 +42,5 @@
42
42
  "type": "git",
43
43
  "url": "https://github.com/codigoencasa/bot-whatsapp/tree/main/packages/cli"
44
44
  },
45
- "gitHead": "c4e161de0befb91b56a6c85866462abbaf462f43"
45
+ "gitHead": "b1b245c7a9733a9e9de1f8a92ff152ed42f4f501"
46
46
  }