@op-engineering/op-sqlite 15.2.8 → 15.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -185,6 +185,19 @@ android {
185
185
  "-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
186
186
  }
187
187
  }
188
+
189
+ packagingOptions {
190
+ excludes = [
191
+ "META-INF",
192
+ "META-INF/**",
193
+ "**/libjsi.so",
194
+ "**/libreact_nativemodule_core.so",
195
+ "**/libturbomodulejsijni.so",
196
+ "**/libc++_shared.so",
197
+ "**/libfbjni.so",
198
+ "**/libreactnative.so",
199
+ ]
200
+ }
188
201
  }
189
202
 
190
203
  buildFeatures {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@op-engineering/op-sqlite",
3
- "version": "15.2.8",
3
+ "version": "15.2.9",
4
4
  "description": "Fastest SQLite for React Native (with node.js support)",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",