Skip to content

Commit

Permalink
Merge pull request #689 from xmtp/insipx/update-node-bindings
Browse files Browse the repository at this point in the history
update node bindings to 0.0.14
  • Loading branch information
insipx authored Oct 28, 2024
2 parents 6ad0e5b + cdc9212 commit 7b21871
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/empty-ties-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@xmtp/node-sdk": patch
---

Update node bindings to 0.0.14
4 changes: 2 additions & 2 deletions sdks/node-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"typecheck": "tsc"
},
"dependencies": {
"@xmtp/content-type-primitives": "^1.0.1",
"@xmtp/content-type-primitives": "^1.0.2",
"@xmtp/content-type-text": "^1.0.0",
"@xmtp/node-bindings": "^0.0.13",
"@xmtp/node-bindings": "^0.0.14",
"@xmtp/proto": "^3.62.1"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2789,10 +2789,10 @@ __metadata:
languageName: unknown
linkType: soft

"@xmtp/node-bindings@npm:^0.0.13":
version: 0.0.13
resolution: "@xmtp/node-bindings@npm:0.0.13"
checksum: 10/98c8a26cdc56c9b0dab794ca933a0be002bdf8d7e7ebdf1ad7ed33c015eeb7ffa5773185b077dd68e6f53509b12e30971a3963e611a8f42693fd11493fe4d802
"@xmtp/node-bindings@npm:^0.0.14":
version: 0.0.14
resolution: "@xmtp/node-bindings@npm:0.0.14"
checksum: 10/1c2186418fc3c3066f3a63f91b547b23a0165b2b7ca162e9032a19e575fe9f1fc4922ca4ee4af332d898d98c03ecdec7d954aec3dbed065f8893cf06689a7475
languageName: node
linkType: hard

Expand All @@ -2804,9 +2804,9 @@ __metadata:
"@rollup/plugin-typescript": "npm:^12.1.1"
"@types/node": "npm:^20.16.12"
"@vitest/coverage-v8": "npm:^2.1.3"
"@xmtp/content-type-primitives": "npm:^1.0.1"
"@xmtp/content-type-primitives": "npm:^1.0.2"
"@xmtp/content-type-text": "npm:^1.0.0"
"@xmtp/node-bindings": "npm:^0.0.13"
"@xmtp/node-bindings": "npm:^0.0.14"
"@xmtp/proto": "npm:^3.62.1"
"@xmtp/xmtp-js": "workspace:^"
fast-glob: "npm:^3.3.2"
Expand Down

0 comments on commit 7b21871

Please sign in to comment.