@monkey2582/thinconsole 1.4.4 → 1.4.6

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": "@monkey2582/thinconsole",
3
- "version": "1.4.4",
3
+ "version": "1.4.6",
4
4
  "description": "thinConsole是一个轻量级、功能丰富的浏览器端 JavaScript 控制台增强库。它提供了一个可浮动的按钮,点击后可以展开一个功能强大的控制台面板,用于捕获和查看日志、管理本地存储(LocalStorage)、记录系统事件,并支持通过插件系统进行扩展。",
5
5
  "keywords": [
6
6
  "console",
package/thinConsole.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * thinConsole - A lightweight web debugging console
3
- * @version 1.4.4
3
+ * @version 1.4.6
4
4
  */
5
5
 
6
6
  declare namespace thinConsole {