We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe2874 commit 50cc399Copy full SHA for 50cc399
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 3.4.3 (15 Jun 2025)
2
+
3
+* fix: redundant code imported
4
5
## 3.4.2 (15 Jun 2025)
6
7
* fix: elements horizontal scrollbar [#504](https://github.com/liriliri/eruda/issues/504)
package.json
@@ -1,6 +1,6 @@
{
"name": "eruda",
- "version": "3.4.2",
+ "version": "3.4.3",
"description": "Console for Mobile Browsers",
"main": "eruda.js",
"browserslist": [
@@ -66,7 +66,7 @@
66
"licia": "^1.44.0",
67
"luna-box-model": "^1.0.1",
68
"luna-console": "^1.3.6",
69
- "luna-data-grid": "^1.6.3",
+ "luna-data-grid": "^1.6.4",
70
"luna-dom-viewer": "^1.8.3",
71
"luna-modal": "^1.3.1",
72
"luna-notification": "^0.3.3",
0 commit comments