diff --git a/packages/freshchat-api/package.json b/packages/freshchat-api/package.json index 0a1db1bd..f617c165 100644 --- a/packages/freshchat-api/package.json +++ b/packages/freshchat-api/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks-jaya/freshchat-api", - "version": "0.7.26", + "version": "0.7.27", "description": "Provides simple interface for accessing Freshchat's public APIs", "repository": "git@github.com:freshdesk/jaya-lib.git", "main": "lib/index.js", @@ -43,7 +43,7 @@ "typescript": "^4.3.2" }, "dependencies": { - "@freshworks-jaya/utilities": "^0.2.7", + "@freshworks-jaya/utilities": "^0.2.8", "axios": "^0.21.4", "dayjs": "^1.10.5", "handlebars": "^4.7.7", diff --git a/packages/marketplace-models/package.json b/packages/marketplace-models/package.json index 449c3c56..c9a263fd 100644 --- a/packages/marketplace-models/package.json +++ b/packages/marketplace-models/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks-jaya/marketplace-models", - "version": "0.1.13", + "version": "0.1.14", "description": "Provides type definitions for models in marketplace product events", "repository": "git@github.com:freshdesk/jaya-lib.git", "main": "lib/index.js", diff --git a/packages/rule-engine/package.json b/packages/rule-engine/package.json index d7b93fe7..9be69056 100644 --- a/packages/rule-engine/package.json +++ b/packages/rule-engine/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks-jaya/rule-engine", - "version": "0.17.2", + "version": "0.17.3", "description": "Provides methods to process rules in product events in marketplace app", "repository": "git@github.com:freshdesk/jaya-lib.git", "main": "lib/index.js", @@ -44,10 +44,10 @@ "typescript": "^4.3.2" }, "dependencies": { - "@freshworks-jaya/freshchat-api": "^0.7.26", + "@freshworks-jaya/freshchat-api": "^0.7.27", "@freshworks-jaya/kairos-api": "^0.1.5", - "@freshworks-jaya/marketplace-models": "^0.1.13", - "@freshworks-jaya/utilities": "^0.2.7", + "@freshworks-jaya/marketplace-models": "^0.1.14", + "@freshworks-jaya/utilities": "^0.2.8", "@google-cloud/logging": "^9.3.1", "axios": "^0.21.4", "bluebird": "^3.7.2", diff --git a/packages/utilities/package.json b/packages/utilities/package.json index 784792eb..526d53aa 100644 --- a/packages/utilities/package.json +++ b/packages/utilities/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks-jaya/utilities", - "version": "0.2.7", + "version": "0.2.8", "description": "Provides a function that can replace placeholders in a string with a given map.", "repository": "git@github.com:freshdesk/jaya-lib.git", "main": "lib/index.js",