We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e76a27 + 2c567e1 commit 4a1b116Copy full SHA for 4a1b116
package.json
@@ -1,12 +1,15 @@
1
{
2
"name": "@finos/fdc3",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"author": "Fintech Open Source Foundation (FINOS)",
5
"homepage": "https://fdc3.finos.org",
6
"repository": {
7
"type": "git",
8
"url": "https://github.com/finos/FDC3.git"
9
},
10
+ "publishConfig": {
11
+ "tag": "latest"
12
+ },
13
"license": "Apache-2.0",
14
"main": "dist/index.js",
15
"typings": "dist/index.d.ts",
src/intents/Intents.ts
@@ -1,6 +1,6 @@
export enum Intents {
StartCall = 'StartCall',
- StartChart = 'StartChart',
+ StartChat = 'StartChat',
ViewChart = 'ViewChart',
ViewContact = 'ViewContact',
ViewQuote = 'ViewQuote',
0 commit comments