Skip to content

Commit

Permalink
Merge pull request #614 from xmtp/rygine/updates
Browse files Browse the repository at this point in the history
Fix package.json issues
  • Loading branch information
rygine authored Jun 5, 2024
2 parents 0acb628 + ff5fcd7 commit 9ef2a9d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/nasty-apes-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@xmtp/mls-client": patch
---

Fix package.json issues
4 changes: 2 additions & 2 deletions packages/mls-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"repository": {
"type": "git",
"url": "https:[email protected]:xmtp/xmtp-js.git",
"url": "git+https://[email protected]/xmtp/xmtp-js.git",
"directory": "packages/mls-client"
},
"license": "MIT",
Expand Down Expand Up @@ -54,7 +54,7 @@
"dependencies": {
"@xmtp/mls-client-bindings-node": "^0.0.1",
"@xmtp/proto": "^3.61.1",
"@xmtp/xmtp-js": "workspace:*"
"@xmtp/xmtp-js": "^11.6.2"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2883,7 +2883,7 @@ __metadata:
"@vitest/coverage-v8": "npm:^1.6.0"
"@xmtp/mls-client-bindings-node": "npm:^0.0.1"
"@xmtp/proto": "npm:^3.61.1"
"@xmtp/xmtp-js": "workspace:*"
"@xmtp/xmtp-js": "npm:^11.6.2"
eslint: "npm:^8.57.0"
eslint-config-prettier: "npm:^9.1.0"
eslint-config-standard: "npm:^17.1.0"
Expand Down Expand Up @@ -2963,7 +2963,7 @@ __metadata:
languageName: node
linkType: hard

"@xmtp/xmtp-js@workspace:*, @xmtp/xmtp-js@workspace:packages/js-sdk":
"@xmtp/xmtp-js@npm:^11.6.2, @xmtp/xmtp-js@workspace:packages/js-sdk":
version: 0.0.0-use.local
resolution: "@xmtp/xmtp-js@workspace:packages/js-sdk"
dependencies:
Expand Down

0 comments on commit 9ef2a9d

Please sign in to comment.