stalefish 7.4.5 → 7.4.6

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.
@@ -7,7 +7,7 @@ import dropdown from './dropdown.mjs'
7
7
  import * as deepDiff from 'deep-object-diff'
8
8
  import clone from 'fast-clone'
9
9
 
10
- let cache = new LRU(300)
10
+ let cache = new LRU(2000)
11
11
 
12
12
  let styles = css`
13
13
  .panel h3 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stalefish",
3
- "version": "7.4.5",
3
+ "version": "7.4.6",
4
4
  "description": "Simple function based component library for halfcab tagged template literals",
5
5
  "main": "index.mjs",
6
6
  "module": "index.mjs",