Skip to content

Commit d08ee73

Browse files
authored
Update SDK versions (#1586)
* Update SDK versions * Update agentSDK version * Update SDK and agent versions * Update package version
1 parent 77cc1ad commit d08ee73

File tree

4 files changed

+68
-8
lines changed

4 files changed

+68
-8
lines changed

deploy-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"deployedAt": "2025-11-17T22:04:09Z", "version": "0.4.21"}
1+
{ "deployedAt": "2025-11-14T15:23:51Z", "version": "0.4.21" }

helpers/versions.ts

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ import fs from "fs";
22
import path from "path";
33
import { APP_VERSION, createSigner } from "@helpers/client";
44
import {
5-
Agent as Agent17,
6-
MessageContext as MessageContext17,
5+
Agent as Agent117,
6+
MessageContext as MessageContext117,
7+
} from "@xmtp/agent-sdk-1.1.7";
8+
import {
9+
Agent as Agent114,
10+
MessageContext as MessageContext114,
711
} from "@xmtp/agent-sdk-1.1.14";
812
import { ReactionCodec } from "@xmtp/content-type-reaction";
913
import { ReplyCodec } from "@xmtp/content-type-reply";
@@ -26,6 +30,12 @@ import {
2630
Dm as Dm426,
2731
Group as Group426,
2832
} from "@xmtp/node-sdk-4.2.6";
33+
import {
34+
Client as Client440,
35+
Conversation as Conversation440,
36+
Dm as Dm440,
37+
Group as Group440,
38+
} from "@xmtp/node-sdk-4.4.0";
2939

3040
export {
3141
Agent,
@@ -60,16 +70,32 @@ export {
6070
// Agent SDK version list
6171
export const AgentVersionList = [
6272
{
63-
Agent: Agent17,
64-
MessageContext: MessageContext17,
73+
Agent: Agent114,
74+
MessageContext: MessageContext114,
6575
agentSDK: "1.1.14",
76+
nodeSDK: "4.4.0",
77+
auto: true,
78+
},
79+
{
80+
Agent: Agent117,
81+
MessageContext: MessageContext117,
82+
agentSDK: "1.1.7",
6683
nodeSDK: "4.2.6",
6784
auto: true,
6885
},
6986
];
7087

7188
// Node SDK version list
7289
export const VersionList = [
90+
{
91+
Client: Client440,
92+
Conversation: Conversation440,
93+
Dm: Dm440,
94+
Group: Group440,
95+
nodeSDK: "4.4.0",
96+
nodeBindings: "1.6.1",
97+
auto: true,
98+
},
7399
{
74100
Client: Client426,
75101
Conversation: Conversation426,

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xmtp-qa-tools",
3-
"version": "0.4.21",
3+
"version": "0.4.22",
44
"private": true,
55
"type": "module",
66
"workspaces": [
@@ -32,6 +32,7 @@
3232
"dependencies": {
3333
"@anthropic-ai/sdk": "^0.54.0",
3434
"@xmtp/agent-sdk-1.1.14": "npm:@xmtp/[email protected]",
35+
"@xmtp/agent-sdk-1.1.7": "npm:@xmtp/[email protected]",
3536
"@xmtp/content-type-markdown": "^1.0.0",
3637
"@xmtp/content-type-reaction": "^2.0.2",
3738
"@xmtp/content-type-reply": "^2.0.2",
@@ -43,6 +44,7 @@
4344
"@xmtp/node-sdk-4.0.3": "npm:@xmtp/[email protected]",
4445
"@xmtp/node-sdk-4.1.0": "npm:@xmtp/[email protected]",
4546
"@xmtp/node-sdk-4.2.6": "npm:@xmtp/[email protected]",
47+
"@xmtp/node-sdk-4.4.0": "npm:@xmtp/[email protected]",
4648
"axios": "^1.8.2",
4749
"datadog-metrics": "^0.12.1",
4850
"dotenv": "^16.5.0",

yarn.lock

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,6 +1491,24 @@ __metadata:
14911491
languageName: node
14921492
linkType: hard
14931493

1494+
"@xmtp/agent-sdk-1.1.7@npm:@xmtp/[email protected]":
1495+
version: 1.1.12
1496+
resolution: "@xmtp/agent-sdk@npm:1.1.12"
1497+
dependencies:
1498+
"@xmtp/content-type-markdown": "npm:^1.0.0"
1499+
"@xmtp/content-type-reaction": "npm:^2.0.2"
1500+
"@xmtp/content-type-read-receipt": "npm:^2.0.2"
1501+
"@xmtp/content-type-remote-attachment": "npm:^2.0.2"
1502+
"@xmtp/content-type-reply": "npm:^2.0.2"
1503+
"@xmtp/content-type-text": "npm:^2.0.2"
1504+
"@xmtp/content-type-transaction-reference": "npm:^2.0.2"
1505+
"@xmtp/content-type-wallet-send-calls": "npm:^2.0.0"
1506+
"@xmtp/node-sdk": "npm:^4.2.6"
1507+
viem: "npm:^2.37.6"
1508+
checksum: 10/ccc0862815ea12fb308f5deff155ca3a7b76050c2cfbd5516f87d277cb50131885a7eb478b6d2486b515bfe31ac59dc0a51c21e35926f997d4d5e105d289f90a
1509+
languageName: node
1510+
linkType: hard
1511+
14941512
"@xmtp/content-type-group-updated@npm:^2.0.2":
14951513
version: 2.0.2
14961514
resolution: "@xmtp/content-type-group-updated@npm:2.0.2"
@@ -1606,7 +1624,7 @@ __metadata:
16061624
languageName: node
16071625
linkType: hard
16081626

1609-
"@xmtp/node-bindings-1.6.1@npm:@xmtp/[email protected]":
1627+
"@xmtp/node-bindings-1.6.1@npm:@xmtp/[email protected], @xmtp/node-bindings@npm:1.6.1-rc3":
16101628
version: 1.6.1-rc3
16111629
resolution: "@xmtp/node-bindings@npm:1.6.1-rc3"
16121630
checksum: 10/64e72da74c0552758c360a0f4596c04a0e091017fa07471d454bb25da4e36293005c830c1adc09974333e3d073f2fb164c922ce59ced15fce99389848a16e71f
@@ -1649,7 +1667,19 @@ __metadata:
16491667
languageName: node
16501668
linkType: hard
16511669

1652-
"@xmtp/node-sdk@npm:4.3.1":
1670+
"@xmtp/node-sdk-4.4.0@npm:@xmtp/[email protected]":
1671+
version: 4.4.0-rc2
1672+
resolution: "@xmtp/node-sdk@npm:4.4.0-rc2"
1673+
dependencies:
1674+
"@xmtp/content-type-group-updated": "npm:^2.0.2"
1675+
"@xmtp/content-type-primitives": "npm:^2.0.2"
1676+
"@xmtp/content-type-text": "npm:^2.0.2"
1677+
"@xmtp/node-bindings": "npm:1.6.1-rc3"
1678+
checksum: 10/9b172fe3c3ba7f46d50a33c8061a1f790c6779de54593107c70fcc08b42865a1e7372ec8eb9efe73e597ad4f6d9a80b6e8379f41f0abb47a5c9c1936fbd943eb
1679+
languageName: node
1680+
linkType: hard
1681+
1682+
"@xmtp/node-sdk@npm:4.3.1, @xmtp/node-sdk@npm:^4.2.6":
16531683
version: 4.3.1
16541684
resolution: "@xmtp/node-sdk@npm:4.3.1"
16551685
dependencies:
@@ -5084,6 +5114,7 @@ __metadata:
50845114
"@types/express": "npm:^5"
50855115
"@types/node": "npm:^20.0.0"
50865116
"@xmtp/agent-sdk-1.1.14": "npm:@xmtp/[email protected]"
5117+
"@xmtp/agent-sdk-1.1.7": "npm:@xmtp/[email protected]"
50875118
"@xmtp/content-type-markdown": "npm:^1.0.0"
50885119
"@xmtp/content-type-reaction": "npm:^2.0.2"
50895120
"@xmtp/content-type-reply": "npm:^2.0.2"
@@ -5095,6 +5126,7 @@ __metadata:
50955126
"@xmtp/node-sdk-4.0.3": "npm:@xmtp/[email protected]"
50965127
"@xmtp/node-sdk-4.1.0": "npm:@xmtp/[email protected]"
50975128
"@xmtp/node-sdk-4.2.6": "npm:@xmtp/[email protected]"
5129+
"@xmtp/node-sdk-4.4.0": "npm:@xmtp/[email protected]"
50985130
axios: "npm:^1.8.2"
50995131
datadog-metrics: "npm:^0.12.1"
51005132
dotenv: "npm:^16.5.0"

0 commit comments

Comments
 (0)