@op-engineering/op-sqlite 10.0.0-tokenizers-beta4 → 10.0.0-tokenizers-beta5

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.
package/op-sqlite.podspec CHANGED
@@ -83,7 +83,7 @@ Pod::Spec.new do |s|
83
83
 
84
84
  # Set the path to the `c_sources` directory based on environment
85
85
  if is_user_app
86
- c_sources_dir = File.join("..", "..", "..", "c_sources")
86
+ c_sources_dir = File.join("..", "..", "..", "..", "c_sources")
87
87
  else
88
88
  c_sources_dir = File.join("example", "c_sources")
89
89
  end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@op-engineering/op-sqlite",
3
- "version": "10.0.0-tokenizers-beta4",
3
+ "version": "10.0.0-tokenizers-beta5",
4
4
  "description": "Next generation SQLite for React Native",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",