react-inlinesvg 4.0.1 → 4.0.3

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/dist/index.d.mts CHANGED
@@ -52,7 +52,6 @@ declare class CacheStore {
52
52
  private cacheApi;
53
53
  private readonly cacheStore;
54
54
  private readonly subscribers;
55
- private readonly usePersistentCache;
56
55
  isReady: boolean;
57
56
  constructor();
58
57
  onReady(callback: () => void): void;
package/dist/index.d.ts CHANGED
@@ -52,7 +52,6 @@ declare class CacheStore {
52
52
  private cacheApi;
53
53
  private readonly cacheStore;
54
54
  private readonly subscribers;
55
- private readonly usePersistentCache;
56
55
  isReady: boolean;
57
56
  constructor();
58
57
  onReady(callback: () => void): void;