Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @freshworks-jaya/[email protected]
 - @freshworks-jaya/[email protected]
 - @freshworks-jaya/[email protected]
  • Loading branch information
aishik-biswas committed Dec 17, 2021
1 parent 5b7ad8c commit 5431799
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/freshchat-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freshworks-jaya/freshchat-api",
"version": "0.7.28-alpha.1",
"version": "0.7.28",
"description": "Provides simple interface for accessing Freshchat's public APIs",
"repository": "[email protected]:freshdesk/jaya-lib.git",
"main": "lib/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript": "^4.3.2"
},
"dependencies": {
"@freshworks-jaya/utilities": "^0.2.9-alpha.1",
"@freshworks-jaya/utilities": "^0.2.9",
"axios": "^0.21.4",
"dayjs": "^1.10.5",
"handlebars": "^4.7.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/rule-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freshworks-jaya/rule-engine",
"version": "0.17.4-alpha.1",
"version": "0.17.4",
"description": "Provides methods to process rules in product events in marketplace app",
"repository": "[email protected]:freshdesk/jaya-lib.git",
"main": "lib/index.js",
Expand Down Expand Up @@ -44,10 +44,10 @@
"typescript": "^4.3.2"
},
"dependencies": {
"@freshworks-jaya/freshchat-api": "^0.7.28-alpha.1",
"@freshworks-jaya/freshchat-api": "^0.7.28",
"@freshworks-jaya/kairos-api": "^0.1.5",
"@freshworks-jaya/marketplace-models": "^0.1.14",
"@freshworks-jaya/utilities": "^0.2.9-alpha.1",
"@freshworks-jaya/utilities": "^0.2.9",
"@google-cloud/logging": "^9.3.1",
"axios": "^0.21.4",
"bluebird": "^3.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freshworks-jaya/utilities",
"version": "0.2.9-alpha.1",
"version": "0.2.9",
"description": "Provides a function that can replace placeholders in a string with a given map.",
"repository": "[email protected]:freshdesk/jaya-lib.git",
"main": "lib/index.js",
Expand Down

0 comments on commit 5431799

Please sign in to comment.