@editframe/elements 0.20.2-beta.0 → 0.20.3-beta.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@editframe/elements",
3
- "version": "0.20.2-beta.0",
3
+ "version": "0.20.3-beta.0",
4
4
  "description": "",
5
5
  "exports": {
6
6
  ".": {
@@ -27,7 +27,7 @@
27
27
  "license": "UNLICENSED",
28
28
  "dependencies": {
29
29
  "@bramus/style-observer": "^1.3.0",
30
- "@editframe/assets": "0.20.2-beta.0",
30
+ "@editframe/assets": "0.20.3-beta.0",
31
31
  "@lit/context": "^1.1.2",
32
32
  "@lit/task": "^1.0.1",
33
33
  "d3": "^7.9.0",
@@ -244,7 +244,9 @@ describe("OrderedLRUCache", () => {
244
244
  expect(allItems.map((item) => item.key)).toEqual([100, 200, 300]); // 200±500 = [-300,700] contains all
245
245
  });
246
246
 
247
- test("performance characteristics with large dataset", () => {
247
+ // This test is cute, but we can't perfectly controll wall time
248
+ // in CI, so it's flaky.
249
+ test.skip("performance characteristics with large dataset", () => {
248
250
  const cache = new OrderedLRUCache<number, string>(1000);
249
251
 
250
252
  // Insert many items