@forge/cli-shared 6.4.1 → 6.4.2-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5511,6 +5511,7 @@ var JsmChatWebConversationActions;
|
|
|
5511
5511
|
(function (JsmChatWebConversationActions) {
|
|
5512
5512
|
JsmChatWebConversationActions["CloseConversation"] = "CLOSE_CONVERSATION";
|
|
5513
5513
|
JsmChatWebConversationActions["DisableInput"] = "DISABLE_INPUT";
|
|
5514
|
+
JsmChatWebConversationActions["GreetingMessage"] = "GREETING_MESSAGE";
|
|
5514
5515
|
JsmChatWebConversationActions["RedirectToSearch"] = "REDIRECT_TO_SEARCH";
|
|
5515
5516
|
})(JsmChatWebConversationActions = exports.JsmChatWebConversationActions || (exports.JsmChatWebConversationActions = {}));
|
|
5516
5517
|
var JsmChatWebConversationMessageContentType;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "6.4.1",
|
|
3
|
+
"version": "6.4.2-next.1",
|
|
4
4
|
"description": "Common functionality for Forge CLI",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"generate-graphql-types": "graphql-codegen --config src/graphql/codegen.yml"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@forge/manifest": "8.2.
|
|
15
|
+
"@forge/manifest": "8.2.1-next.1",
|
|
16
16
|
"@forge/util": "1.4.5",
|
|
17
17
|
"@forge/i18n": "0.0.2",
|
|
18
18
|
"@sentry/node": "7.106.0",
|