biz-a-cli 2.3.30 → 2.3.32

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/app.js CHANGED
@@ -262,7 +262,8 @@ yargs(process.argv.slice(2))
262
262
  console.error('Nothing to upload. Please recheck your app folder.')
263
263
  }
264
264
  } catch (e) {
265
- console.error(e.response?.data ? e.response.data : e)
265
+ // console.error(e.response?.data ? e.response.data : e)
266
+ console.error({e})
266
267
  }
267
268
  }
268
269
 
package/bin/hub.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
 
3
3
  import yargs from 'yargs';
4
4
  import { io as ioc } from "socket.io-client";
package/bin/proxy.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
 
3
3
  import express from 'express';
4
4
  import cors from 'cors';
package/bin/watcher.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
 
3
3
  import express from 'express';
4
4
  import cors from 'cors';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "biz-a-cli",
3
3
  "nameDev": "biz-a-cli-dev",
4
- "version": "2.3.30",
4
+ "version": "2.3.32",
5
5
  "versionDev": "0.0.30",
6
6
  "description": "",
7
7
  "main": "bin/index.js",