@platforma-sdk/ui-vue 1.7.35 → 1.7.36
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/CHANGELOG.md +8 -0
- package/dist/lib.js +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
package/dist/lib.js
CHANGED
|
@@ -17550,7 +17550,7 @@ const Xu = class Xu {
|
|
|
17550
17550
|
}
|
|
17551
17551
|
/**
|
|
17552
17552
|
* Return an array of [key, {@link LRUCache.Entry}] tuples which can be
|
|
17553
|
-
* passed to {@link
|
|
17553
|
+
* passed to {@link LRUCache#load}.
|
|
17554
17554
|
*
|
|
17555
17555
|
* The `start` fields are calculated relative to a portable `Date.now()`
|
|
17556
17556
|
* timestamp, even if `performance.now()` is available.
|