@xmtp/agent-sdk 1.1.16-rc.0 → 1.1.17-rc1

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.
Files changed (1) hide show
  1. package/package.json +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmtp/agent-sdk",
3
- "version": "1.1.16-rc.0",
3
+ "version": "1.1.17-rc1",
4
4
  "description": "XMTP Agent SDK for interacting with XMTP networks",
5
5
  "keywords": [
6
6
  "agents",
@@ -49,7 +49,7 @@
49
49
  "!dist/**/*.test.*"
50
50
  ],
51
51
  "scripts": {
52
- "build": "yarn clean:dist && tsc -p tsconfig.build.json && tsc-alias",
52
+ "build": "yarn clean:dist && tsc -p tsconfig.build.json && tsc-alias && attw --pack --profile node16 . --ignore-rules cjs-resolves-to-esm",
53
53
  "clean": "rm -rf .turbo && rm -rf node_modules && yarn clean:dist",
54
54
  "clean:dist": "rm -rf dist",
55
55
  "demo": "tsx src/demo.ts",
@@ -70,7 +70,7 @@
70
70
  "@xmtp/content-type-text": "^2.0.2",
71
71
  "@xmtp/content-type-transaction-reference": "^2.0.2",
72
72
  "@xmtp/content-type-wallet-send-calls": "^2.0.0",
73
- "@xmtp/node-sdk": "4.5.0-rc1",
73
+ "@xmtp/node-sdk": "4.5.0",
74
74
  "viem": "^2.37.6"
75
75
  },
76
76
  "devDependencies": {
@@ -91,5 +91,6 @@
91
91
  "access": "public",
92
92
  "provenance": false,
93
93
  "registry": "https://registry.npmjs.org/"
94
- }
94
+ },
95
+ "stableVersion": "1.1.16-rc.0"
95
96
  }