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]
 - @freshworks-jaya/[email protected]
  • Loading branch information
Arun Rajkumar committed Dec 7, 2021
1 parent 7e59fea commit 6f4528f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.26",
"version": "0.7.27",
"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.7",
"@freshworks-jaya/utilities": "^0.2.8",
"axios": "^0.21.4",
"dayjs": "^1.10.5",
"handlebars": "^4.7.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/marketplace-models/package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:freshdesk/jaya-lib.git",
"main": "lib/index.js",
Expand Down
8 changes: 4 additions & 4 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.2",
"version": "0.17.3",
"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.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",
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.7",
"version": "0.2.8",
"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 6f4528f

Please sign in to comment.