@prose-reader/core
Advanced tools
Comparing version 0.0.42 to 0.0.43
@@ -376,3 +376,3 @@ import { ComposableEnhancer, ComposeEnhancer2 } from './enhancers/composeEnhancer'; | ||
}; | ||
isImageType: () => boolean | undefined; | ||
isImageType: () => boolean; | ||
isReady: () => boolean; | ||
@@ -549,3 +549,3 @@ destroy: () => void; | ||
}; | ||
isImageType: () => boolean | undefined; | ||
isImageType: () => boolean; | ||
isReady: () => boolean; | ||
@@ -1098,3 +1098,3 @@ destroy: () => void; | ||
}; | ||
isImageType: () => boolean | undefined; | ||
isImageType: () => boolean; | ||
isReady: () => boolean; | ||
@@ -1271,3 +1271,3 @@ destroy: () => void; | ||
}; | ||
isImageType: () => boolean | undefined; | ||
isImageType: () => boolean; | ||
isReady: () => boolean; | ||
@@ -1274,0 +1274,0 @@ destroy: () => void; |
@@ -108,3 +108,3 @@ import { Context } from "../context"; | ||
}; | ||
isImageType: () => boolean | undefined; | ||
isImageType: () => boolean; | ||
isReady: () => boolean; | ||
@@ -111,0 +111,0 @@ destroy: () => void; |
@@ -120,3 +120,3 @@ import { Context } from "../context"; | ||
}; | ||
isImageType: () => boolean | undefined; | ||
isImageType: () => boolean; | ||
isReady: () => boolean; | ||
@@ -290,3 +290,3 @@ destroy: () => void; | ||
}; | ||
isImageType: () => boolean | undefined; | ||
isImageType: () => boolean; | ||
isReady: () => boolean; | ||
@@ -293,0 +293,0 @@ destroy: () => void; |
@@ -95,3 +95,3 @@ import { Context } from "../context"; | ||
}; | ||
isImageType: () => boolean | undefined; | ||
isImageType: () => boolean; | ||
isReady: () => boolean; | ||
@@ -98,0 +98,0 @@ destroy: () => void; |
@@ -103,3 +103,3 @@ import { BehaviorSubject, Observable } from "rxjs"; | ||
}; | ||
isImageType: () => boolean | undefined; | ||
isImageType: () => boolean; | ||
isReady: () => boolean; | ||
@@ -271,3 +271,3 @@ destroy: () => void; | ||
}; | ||
isImageType: () => boolean | undefined; | ||
isImageType: () => boolean; | ||
isReady: () => boolean; | ||
@@ -274,0 +274,0 @@ destroy: () => void; |
@@ -98,3 +98,3 @@ import { BehaviorSubject, Observable } from "rxjs"; | ||
}; | ||
isImageType: () => boolean | undefined; | ||
isImageType: () => boolean; | ||
isReady: () => boolean; | ||
@@ -101,0 +101,0 @@ destroy: () => void; |
@@ -97,3 +97,3 @@ import { BehaviorSubject, Observable } from "rxjs"; | ||
}; | ||
isImageType: () => boolean | undefined; | ||
isImageType: () => boolean; | ||
isReady: () => boolean; | ||
@@ -100,0 +100,0 @@ destroy: () => void; |
@@ -129,3 +129,3 @@ import { Context } from "./context"; | ||
}; | ||
isImageType: () => boolean | undefined; | ||
isImageType: () => boolean; | ||
isReady: () => boolean; | ||
@@ -132,0 +132,0 @@ destroy: () => void; |
{ | ||
"name": "@prose-reader/core", | ||
"version": "0.0.42", | ||
"version": "0.0.43", | ||
"main": "dist/index.js", | ||
@@ -21,3 +21,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@prose-reader/shared": "^0.0.5" | ||
"@prose-reader/shared": "^0.0.6" | ||
}, | ||
@@ -43,3 +43,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "290f04dc778beb2ccb2a6553e9b3b9c2c67e17d4" | ||
"gitHead": "21ca4ff1a57ca4959bf81d65541294fc425873c1" | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
292266
69
4417
+ Added@prose-reader/shared@0.0.6(transitive)
- Removed@prose-reader/shared@0.0.5(transitive)
Updated@prose-reader/shared@^0.0.6