@windypro-rourou/dsh-logcat 0.2.0 → 0.2.1
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/cordis.patch.yml +1 -1
- package/lib/client.js +1 -1
- package/package.json +1 -1
package/cordis.patch.yml
CHANGED
package/lib/client.js
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
* the only client bundle format the web shell materializes.
|
|
14
14
|
*/
|
|
15
15
|
window.__ModuleLoader__.load({
|
|
16
|
-
id: "@
|
|
16
|
+
id: "@windypro-rourou/dsh-logcat",
|
|
17
17
|
factory: (require) => {
|
|
18
18
|
var module = { exports: {} };
|
|
19
19
|
var exports = module.exports;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@windypro-rourou/dsh-logcat",
|
|
3
3
|
"description": "Android Logcat viewer for the dsh web GUI: auto-connects to any adb device in debug mode, live logcat stream with level/keyword filters, pause/clear/export, plus agent tools (logcat_recent). Hot-pluggable — mounted via ~/.dsh/cordis.patch.yml + a profile node_modules copy, no dsh source changes.",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "pnpm@11.22.0",
|
|
7
7
|
"engines": {
|