@june24/expo-pdf-reader 0.1.11 → 0.1.13

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.
@@ -19,5 +19,5 @@ android {
19
19
 
20
20
  dependencies {
21
21
  implementation project(':expo-modules-core')
22
- implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.0"
22
+ implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.2.0"
23
23
  }
@@ -587,7 +587,7 @@ class ExpoPdfReaderView(context: Context, appContext: AppContext) : ExpoView(con
587
587
  var onDrawingChanged: (() -> Unit)? = null
588
588
 
589
589
  // Store raw data for serialization
590
- data class AnnotationItem(
590
+ inner class AnnotationItem(
591
591
  val path: Path?,
592
592
  val paint: Paint,
593
593
  val type: String,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@june24/expo-pdf-reader",
3
- "version": "0.1.11",
3
+ "version": "0.1.13",
4
4
  "description": "A PDF reader for Expo apps with annotation and zoom controls",
5
5
  "homepage": "git@gitlab.com:june_241/expo-pdf-reader.git",
6
6
  "main": "build/index.js",