From a4db4676996a3f3a813dee9db039a60f4442226c Mon Sep 17 00:00:00 2001 From: Andrew Chou Date: Wed, 15 May 2024 12:23:23 -0400 Subject: [PATCH] chore: update file names for patches --- .../{@mapeo+ipc+0.3.0.patch => @mapeo+ipc+0.5.0.patch} | 0 patches/README.md | 9 +++------ ...9.0.0-alpha.9+001+fix-quickbit-dynamic-require.patch} | 0 src/backend/patches/README.md | 2 +- 4 files changed, 4 insertions(+), 7 deletions(-) rename patches/{@mapeo+ipc+0.3.0.patch => @mapeo+ipc+0.5.0.patch} (100%) rename src/backend/patches/{@mapeo+core+9.0.0-alpha.7+001+fix-quickbit-dynamic-require.patch => @mapeo+core+9.0.0-alpha.9+001+fix-quickbit-dynamic-require.patch} (100%) diff --git a/patches/@mapeo+ipc+0.3.0.patch b/patches/@mapeo+ipc+0.5.0.patch similarity index 100% rename from patches/@mapeo+ipc+0.3.0.patch rename to patches/@mapeo+ipc+0.5.0.patch diff --git a/patches/README.md b/patches/README.md index 888ac93a1..7929c7c36 100644 --- a/patches/README.md +++ b/patches/README.md @@ -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. \ No newline at end of file +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. diff --git a/src/backend/patches/@mapeo+core+9.0.0-alpha.7+001+fix-quickbit-dynamic-require.patch b/src/backend/patches/@mapeo+core+9.0.0-alpha.9+001+fix-quickbit-dynamic-require.patch similarity index 100% rename from src/backend/patches/@mapeo+core+9.0.0-alpha.7+001+fix-quickbit-dynamic-require.patch rename to src/backend/patches/@mapeo+core+9.0.0-alpha.9+001+fix-quickbit-dynamic-require.patch diff --git a/src/backend/patches/README.md b/src/backend/patches/README.md index a55af6e84..655a71e38 100644 --- a/src/backend/patches/README.md +++ b/src/backend/patches/README.md @@ -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