Skip to content

Commit

Permalink
Merge pull request #364 from rikoe/fix/intents-enum-start-chat
Browse files Browse the repository at this point in the history
fix: intents enum should contain StartChat instead of StartChart
  • Loading branch information
rikoe authored Apr 14, 2021
2 parents 6e76a27 + 2c567e1 commit 4a1b116
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "@finos/fdc3",
"version": "1.1.0",
"version": "1.1.1",
"author": "Fintech Open Source Foundation (FINOS)",
"homepage": "https://fdc3.finos.org",
"repository": {
"type": "git",
"url": "https://github.com/finos/FDC3.git"
},
"publishConfig": {
"tag": "latest"
},
"license": "Apache-2.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/intents/Intents.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export enum Intents {
StartCall = 'StartCall',
StartChart = 'StartChart',
StartChat = 'StartChat',
ViewChart = 'ViewChart',
ViewContact = 'ViewContact',
ViewQuote = 'ViewQuote',
Expand Down

0 comments on commit 4a1b116

Please sign in to comment.