@chat-adapter/gchat 4.24.0 → 4.26.0
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.
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -281,7 +281,7 @@ ${node.value}
|
|
|
281
281
|
if (linkText === node.url) {
|
|
282
282
|
return node.url;
|
|
283
283
|
}
|
|
284
|
-
return
|
|
284
|
+
return `<${node.url}|${linkText}>`;
|
|
285
285
|
}
|
|
286
286
|
if (isBlockquoteNode(node)) {
|
|
287
287
|
return getNodeChildren(node).map((child) => `> ${this.nodeToGChat(child)}`).join("\n");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chat-adapter/gchat",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.26.0",
|
|
4
4
|
"description": "Google Chat adapter for chat",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@googleapis/chat": "^44.6.0",
|
|
20
20
|
"@googleapis/workspaceevents": "^9.1.0",
|
|
21
|
-
"@chat-adapter/shared": "4.
|
|
22
|
-
"chat": "4.
|
|
21
|
+
"@chat-adapter/shared": "4.26.0",
|
|
22
|
+
"chat": "4.26.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@types/node": "^25.3.2",
|