Skip to content

Commit

Permalink
chore: update @comapeo/core to v2.2.0 (#857)
Browse files Browse the repository at this point in the history
This updates `@comapeo/core` to v2.2.0. This version includes:

- Feature: `MapeoManager.prototype.getIsArchiveDevice()` and
  `MapeoManager.prototype.setIsArchiveDevice(bool)` now fully work.

- Feature: handle some more errors from remote archive servers.

- Fix: only the project creator can change their role.
  • Loading branch information
EvanHahn authored Nov 21, 2024
1 parent bd939dc commit 0ef926f
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 13 deletions.
22 changes: 18 additions & 4 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 @@ -117,7 +117,7 @@
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@comapeo/core": "2.1.0",
"@comapeo/core": "2.2.0",
"@comapeo/schema": "1.2.0",
"@formatjs/cli": "^6.2.0",
"@react-native-community/cli": "^12.3.6",
Expand Down
35 changes: 28 additions & 7 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 @@ -13,7 +13,7 @@
"author": "Digital Democracy",
"license": "MIT",
"dependencies": {
"@comapeo/core": "2.1.0",
"@comapeo/core": "2.2.0",
"@comapeo/ipc": "2.0.2",
"@mapeo/default-config": "5.0.0",
"debug": "^4.3.4"
Expand Down

0 comments on commit 0ef926f

Please sign in to comment.