Skip to content

Commit 2c567e1

Browse files
committed
fix: intents enum should contain StartChat instead of StartChart
- bump package version to 1.1.1, set tag to latest
1 parent 6e76a27 commit 2c567e1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "@finos/fdc3",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"author": "Fintech Open Source Foundation (FINOS)",
55
"homepage": "https://fdc3.finos.org",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/finos/FDC3.git"
99
},
10+
"publishConfig": {
11+
"tag": "latest"
12+
},
1013
"license": "Apache-2.0",
1114
"main": "dist/index.js",
1215
"typings": "dist/index.d.ts",

src/intents/Intents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export enum Intents {
22
StartCall = 'StartCall',
3-
StartChart = 'StartChart',
3+
StartChat = 'StartChat',
44
ViewChart = 'ViewChart',
55
ViewContact = 'ViewContact',
66
ViewQuote = 'ViewQuote',

0 commit comments

Comments
 (0)