@bb-labs/convex-cache 0.0.2 → 0.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/README.md +6 -6
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -33,9 +33,9 @@ The client cache stores query results in IndexedDb, enabling instant page loads.
|
|
|
33
33
|
|
|
34
34
|
<a aria-label="Client Cache Flowchart" href="https://github.com/bigbang-sdk/convex-cache">
|
|
35
35
|
<picture>
|
|
36
|
-
<source srcset="https://raw.githubusercontent.com/
|
|
37
|
-
<source srcset="https://raw.githubusercontent.com/
|
|
38
|
-
<img src="https://raw.githubusercontent.com/
|
|
36
|
+
<source srcset="https://raw.githubusercontent.com/beepbop-labs/libraries/refs/heads/main/packages/convex-cache/assets/flowchart/client-cache-dark.png" media="(prefers-color-scheme: dark)" />
|
|
37
|
+
<source srcset="https://raw.githubusercontent.com/beepbop-labs/libraries/refs/heads/main/packages/convex-cache/assets/flowchart/client-cache-light.png" media="(prefers-color-scheme: light)" />
|
|
38
|
+
<img src="https://raw.githubusercontent.com/beepbop-labs/libraries/refs/heads/main/packages/convex-cache/assets/flowchart/client-cache-light.png" alt="Client Cache Flowchart" referrerpolicy="no-referrer-when-downgrade" />
|
|
39
39
|
</picture>
|
|
40
40
|
</a>
|
|
41
41
|
|
|
@@ -60,9 +60,9 @@ The server cache (with Next.js) leverages Next.js's native caching system, integ
|
|
|
60
60
|
|
|
61
61
|
<a aria-label="Server Cache Flowchart" href="https://github.com/bigbang-sdk/convex-cache">
|
|
62
62
|
<picture>
|
|
63
|
-
<source srcset="https://raw.githubusercontent.com/
|
|
64
|
-
<source srcset="https://raw.githubusercontent.com/
|
|
65
|
-
<img src="https://raw.githubusercontent.com/
|
|
63
|
+
<source srcset="https://raw.githubusercontent.com/beepbop-labs/libraries/refs/heads/main/packages/convex-cache/assets/flowchart/server-cache-dark.png" media="(prefers-color-scheme: dark)" />
|
|
64
|
+
<source srcset="https://raw.githubusercontent.com/beepbop-labs/libraries/refs/heads/main/packages/convex-cache/assets/flowchart/server-cache-light.png" media="(prefers-color-scheme: light)" />
|
|
65
|
+
<img src="https://raw.githubusercontent.com/beepbop-labs/libraries/refs/heads/main/packages/convex-cache/assets/flowchart/server-cache-light.png" alt="Server Cache Flowchart" referrerpolicy="no-referrer-when-downgrade" />
|
|
66
66
|
</picture>
|
|
67
67
|
</a>
|
|
68
68
|
|