@op-engineering/op-sqlite 12.0.1 → 12.0.2

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
@@ -14,7 +14,7 @@ parent_folder_name = File.basename(__dir__)
14
14
  app_package = nil
15
15
  # When installed on user node_modules lives inside node_modules/@op-engineering/op-sqlite
16
16
  if is_user_app
17
- app_package = JSON.parse(File.read(File.expand_path("../../../../../package.json", __dir__)))
17
+ app_package = JSON.parse(File.read(File.join(__dir__, "..", "..", "..", "package.json")))
18
18
  # When running on the example app
19
19
  else
20
20
  app_package = JSON.parse(File.read(File.join(__dir__, "example", "package.json")))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@op-engineering/op-sqlite",
3
- "version": "12.0.1",
3
+ "version": "12.0.2",
4
4
  "description": "Next generation SQLite for React Native",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",