@tiledesk/tiledesk-tybot-connector 0.2.132-rc1 → 0.2.132

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/CHANGELOG.md CHANGED
@@ -17,8 +17,9 @@ available on:
17
17
  - Added flowError on JSONCondition when result = null
18
18
  - Added fix on Filler -->
19
19
 
20
- # v0.2.132-rc1
21
- - added: support for internal api endpoint
20
+ # v0.2.132
21
+ - Added support for external API_ENDPOINT
22
+ - Removed logs
22
23
 
23
24
  # v0.2.131-rc2
24
25
  - changed API_URL with API_ENDPOINT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiledesk/tiledesk-tybot-connector",
3
- "version": "0.2.132-rc1",
3
+ "version": "0.2.132",
4
4
  "description": "Tiledesk Tybot connector",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -14,7 +14,6 @@ class DirClose {
14
14
  this.API_ENDPOINT = context.API_ENDPOINT;
15
15
  this.log = context.log;
16
16
 
17
- console.log("this.context.projectId: ", context)
18
17
  this.tdClient = new TiledeskClient({
19
18
  projectId: this.context.projectId,
20
19
  token: this.context.token,