Skip to content

Commit

Permalink
chore: update @comapeo/ipc to 2.1.0 (#884)
Browse files Browse the repository at this point in the history
This adds support for `MapeoClientApi#getIsArchiveDevice` and
`MapeoClientApi#setIsArchiveDevice`.
  • Loading branch information
EvanHahn authored Dec 9, 2024
1 parent 28c88d9 commit 53dae9a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@bam.tech/react-native-image-resizer": "^3.0.7",
"@comapeo/ipc": "2.0.2",
"@comapeo/ipc": "2.1.0",
"@dev-plugins/react-navigation": "^0.0.6",
"@expo-google-fonts/rubik": "^0.2.3",
"@formatjs/intl-getcanonicallocales": "^2.3.0",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion patches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ or [this](https://github.com/facebook/react-native/pull/43756) is merged.

## @comapeo/ipc

### [Change imports to avoid calling unavailable code](./@comapeo+ipc+2.0.0.patch)
### [Change imports to avoid calling unavailable code](./@comapeo+ipc+2.1.0.patch)

There was an error while running app via Expo because of exports in `rpc-reflector` package. To remove this patch, `rpc-reflector` would need to be updated not to use `encode-decode.js` file which indirect usage results in errors.

Expand Down
16 changes: 8 additions & 8 deletions src/backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "MIT",
"dependencies": {
"@comapeo/core": "2.2.0",
"@comapeo/ipc": "2.0.2",
"@comapeo/ipc": "2.1.0",
"@mapeo/default-config": "5.0.0",
"debug": "^4.3.4"
},
Expand Down

0 comments on commit 53dae9a

Please sign in to comment.