Skip to content

Commit

Permalink
chore: update file names for patches
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed May 15, 2024
1 parent b330791 commit a4db467
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
File renamed without changes.
9 changes: 3 additions & 6 deletions patches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,13 @@ or [this](https://github.com/facebook/react-native/pull/43756) is merged.

## @mapeo/ipc

### [Change imports to avoid calling unavailable code](./@mapeo+ipc+0.3.0.patch)
### [Change imports to avoid calling unavailable code](./@mapeo+ipc+0.5.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.
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.

## rpc-reflector

### [Change imports to avoid calling unavailable code](./rpc-reflector+1.3.11.patch)

There was an error while running app via Expo because of `duplex` method call in `rpc-reflector` package.
As this feature is not used in CoMapeo, this can be safely hardcoded to `false`.
To remove this patch, `rpc-reflector` would need to be updated to account for this bug.
As this feature is not used in CoMapeo, this can be safely hardcoded to `false`. To remove this patch, `rpc-reflector` would need to be updated to account for this bug.
2 changes: 1 addition & 1 deletion src/backend/patches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ These patches use [patch-package](https://github.com/ds300/patch-package) to upd

## `@mapeo/core`

### [Fix quickbit dynamic require](./@mapeo+core+9.0.0-alpha.7+001+fix-quickbit-dynamic-require.patch)
### [Fix quickbit dynamic require](./@mapeo+core+9.0.0-alpha.9+001+fix-quickbit-dynamic-require.patch)

- Rollup complains about the dynamic require of `quickbit-universal` in this file. Easier to just simplify the import

Expand Down

0 comments on commit a4db467

Please sign in to comment.