Skip to content

Commit

Permalink
chore: update @mapeo/core to 9.0.0-alpha.5 (#205)
Browse files Browse the repository at this point in the history
* chore: allow @node-rs/crc32, a dependency of mapeo-core, to be bundled

`@mapeo/core` (indirectly) depends on `@node-rs/crc32`, which can't be
bundled. Replace it with a pure JavaScript implementation.

* Mention source

* chore: updated mapeo core dependency in the front end

* chore:updated role typing from new mapeo core

* chore: updated mapeo core and ipc in backend

* chore: patch @mapeo/core for quickbit import and peer discovery workaround

* chore: added fastify instance to backend for latest version of mapeo core

* chore:take out bonjour service patch package

* chore: hacky fix to shim 'original-fs'

* chore: replace capability with role

* chore: copy role constants into front-end

* chore:added note about copying over roleIds

---------

Co-authored-by: Evan Hahn <[email protected]>
  • Loading branch information
ErikSin and EvanHahn authored Mar 28, 2024
1 parent 0dcb965 commit d02df13
Show file tree
Hide file tree
Showing 17 changed files with 2,115 additions and 392 deletions.
723 changes: 692 additions & 31 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@formatjs/intl-pluralrules": "^5.2.4",
"@formatjs/intl-relativetimeformat": "^11.2.4",
"@gorhom/bottom-sheet": "^4.5.1",
"@mapeo/ipc": "^0.1.5",
"@mapeo/ipc": "^0.1.6",
"@react-native-community/hooks": "^2.8.0",
"@react-native-community/netinfo": "11.1.0",
"@react-native-picker/picker": "2.6.1",
Expand Down Expand Up @@ -86,7 +86,7 @@
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@formatjs/cli": "^6.2.0",
"@mapeo/core": "9.0.0-alpha.4",
"@mapeo/core": "^9.0.0-alpha.5",
"@mapeo/schema": "3.0.0-next.13",
"@react-native-community/cli": "^12.3.6",
"@react-native/babel-preset": "^0.73.21",
Expand Down
Loading

0 comments on commit d02df13

Please sign in to comment.