Skip to content

Commit 406a3d3

Browse files
committed
build: update dist files
1 parent 341e6db commit 406a3d3

7 files changed

Lines changed: 428 additions & 748 deletions

File tree

dist/tiny-lru.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @license BSD-3-Clause
66
* @version 11.4.7
77
*/
8-
"use strict";
8+
'use strict';
99

1010
/**
1111
* A high-performance Least Recently Used (LRU) cache implementation with optional TTL support.

dist/tiny-lru.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,5 +501,4 @@ function lru(max = 1000, ttl = 0, resetTtl = false) {
501501
}
502502

503503
return new LRU(max, ttl, resetTtl);
504-
}
505-
export { LRU, lru };
504+
}export{LRU,lru};

dist/tiny-lru.min.js

Lines changed: 1 addition & 151 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/tiny-lru.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)