Skip to content

Commit 5b3d404

Browse files
release: version packages (#745)
Co-authored-by: Ry Racherbaumer <[email protected]>
1 parent 9c625ad commit 5b3d404

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

.changeset/hungry-dodos-own.md

-5
This file was deleted.

sdks/node-sdk/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @xmtp/node-sdk
22

3+
## 0.0.31
4+
5+
### Patch Changes
6+
7+
- 9c625ad: Do not create local DB when calling the `Client.canMessage` static method
8+
39
## 0.0.30
410

511
### Patch Changes

sdks/node-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/node-sdk",
3-
"version": "0.0.30",
3+
"version": "0.0.31",
44
"description": "XMTP Node client SDK for interacting with XMTP networks",
55
"keywords": [
66
"xmtp",

yarn.lock

+14-1
Original file line numberDiff line numberDiff line change
@@ -5086,7 +5086,20 @@ __metadata:
50865086
languageName: node
50875087
linkType: hard
50885088

5089-
"@xmtp/node-sdk@npm:^0.0.30, @xmtp/node-sdk@workspace:sdks/node-sdk":
5089+
"@xmtp/node-sdk@npm:^0.0.30":
5090+
version: 0.0.30
5091+
resolution: "@xmtp/node-sdk@npm:0.0.30"
5092+
dependencies:
5093+
"@xmtp/content-type-group-updated": "npm:^1.0.1"
5094+
"@xmtp/content-type-primitives": "npm:^1.0.3"
5095+
"@xmtp/content-type-text": "npm:^1.0.1"
5096+
"@xmtp/node-bindings": "npm:^0.0.28"
5097+
"@xmtp/proto": "npm:^3.72.3"
5098+
checksum: 10/533ea8a801296358ab2aec41a97d135545bfb877a5cc3bc1a57670b91ec68f7ab39b9e0eab5fe0cf3765166a9e54662bea4adc860c610d289f763709948ed626
5099+
languageName: node
5100+
linkType: hard
5101+
5102+
"@xmtp/node-sdk@workspace:sdks/node-sdk":
50905103
version: 0.0.0-use.local
50915104
resolution: "@xmtp/node-sdk@workspace:sdks/node-sdk"
50925105
dependencies:

0 commit comments

Comments
 (0)