@livekit/components-core
Advanced tools
Comparing version 0.11.4 to 0.11.5
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.47.0" | ||
"packageVersion": "7.47.9" | ||
} | ||
] | ||
} |
{ | ||
"name": "@livekit/components-core", | ||
"version": "0.11.4", | ||
"version": "0.11.5", | ||
"license": "Apache-2.0", | ||
@@ -28,3 +28,3 @@ "author": "LiveKit", | ||
"dependencies": { | ||
"@floating-ui/dom": "1.6.8", | ||
"@floating-ui/dom": "1.6.11", | ||
"loglevel": "1.9.1", | ||
@@ -35,3 +35,3 @@ "rxjs": "7.8.1" | ||
"livekit-client": "^2.4.0", | ||
"@livekit/protocol": "^1.16.0", | ||
"@livekit/protocol": "^1.20.1", | ||
"tslib": "^2.6.2" | ||
@@ -48,3 +48,3 @@ }, | ||
"@livekit/components-styles": "1.1.2", | ||
"eslint-config-lk-custom": "0.1.2" | ||
"eslint-config-lk-custom": "0.1.3" | ||
}, | ||
@@ -51,0 +51,0 @@ "engines": { |
@@ -20,3 +20,5 @@ import { log } from '../logger'; | ||
if (value) { | ||
const nonEmptySettings = Object.entries(value).filter(([, value]) => value !== ''); | ||
const nonEmptySettings = Object.fromEntries( | ||
Object.entries(value).filter(([, value]) => value !== ''), | ||
); | ||
localStorage.setItem(key, JSON.stringify(nonEmptySettings)); | ||
@@ -23,0 +25,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
675841
9250
+ Added@floating-ui/dom@1.6.11(transitive)
- Removed@floating-ui/dom@1.6.8(transitive)
Updated@floating-ui/dom@1.6.11