biz-a-cli 2.3.43 → 2.3.52
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/directHubEvent.js +57 -0
- package/bin/hub.js +64 -21
- package/bin/hubEvent.js +71 -20
- package/mailController.js +1 -1
- package/package.json +5 -4
- package/readme.md +22 -1
- package/scheduler/datalib.js +1 -7
- package/tests/data.test.js +5 -14
- package/tests/mailCtl.test.js +4 -4
- package/bin/log/debug.log +0 -33
- package/bin/log/error.log +0 -33
- package/bin/log/exception.log +0 -0
- package/bin/log/info.log +0 -33
- package/bin/node +0 -0
- package/log/debug.log +0 -1
- package/log/error.log +0 -1
- package/log/exception.log +0 -0
- package/log/info.log +0 -1
package/bin/node
DELETED
|
File without changes
|
package/log/debug.log
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"level":"error","message":"Unhandled Rejection: MongoNetworkError: connect ETIMEDOUT 52.206.39.216:27017, connect ENETUNREACH 64:ff9b::34ce:27d8:27017","stack":"Error: MongoNetworkError: connect ETIMEDOUT 52.206.39.216:27017, connect ENETUNREACH 64:ff9b::34ce:27d8:27017\n at fetchCompanyObjectId (file:///C:/Users/Developer/AppData/Roaming/nvm/v20.17.0/node_modules/biz-a-cli/scheduler/configController.js:92:15)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async getCompanyObjectId (file:///C:/Users/Developer/AppData/Roaming/nvm/v20.17.0/node_modules/biz-a-cli/scheduler/configController.js:107:29)\n at async Module.runScheduler (file:///C:/Users/Developer/AppData/Roaming/nvm/v20.17.0/node_modules/biz-a-cli/scheduler/timer.js:51:21)"}
|
package/log/error.log
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"level":"error","message":"Unhandled Rejection: MongoNetworkError: connect ETIMEDOUT 52.206.39.216:27017, connect ENETUNREACH 64:ff9b::34ce:27d8:27017","stack":"Error: MongoNetworkError: connect ETIMEDOUT 52.206.39.216:27017, connect ENETUNREACH 64:ff9b::34ce:27d8:27017\n at fetchCompanyObjectId (file:///C:/Users/Developer/AppData/Roaming/nvm/v20.17.0/node_modules/biz-a-cli/scheduler/configController.js:92:15)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async getCompanyObjectId (file:///C:/Users/Developer/AppData/Roaming/nvm/v20.17.0/node_modules/biz-a-cli/scheduler/configController.js:107:29)\n at async Module.runScheduler (file:///C:/Users/Developer/AppData/Roaming/nvm/v20.17.0/node_modules/biz-a-cli/scheduler/timer.js:51:21)"}
|
package/log/exception.log
DELETED
|
File without changes
|
package/log/info.log
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"level":"error","message":"Unhandled Rejection: MongoNetworkError: connect ETIMEDOUT 52.206.39.216:27017, connect ENETUNREACH 64:ff9b::34ce:27d8:27017","stack":"Error: MongoNetworkError: connect ETIMEDOUT 52.206.39.216:27017, connect ENETUNREACH 64:ff9b::34ce:27d8:27017\n at fetchCompanyObjectId (file:///C:/Users/Developer/AppData/Roaming/nvm/v20.17.0/node_modules/biz-a-cli/scheduler/configController.js:92:15)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async getCompanyObjectId (file:///C:/Users/Developer/AppData/Roaming/nvm/v20.17.0/node_modules/biz-a-cli/scheduler/configController.js:107:29)\n at async Module.runScheduler (file:///C:/Users/Developer/AppData/Roaming/nvm/v20.17.0/node_modules/biz-a-cli/scheduler/timer.js:51:21)"}
|