dsh-mobilecode 0.1.2 → 0.1.4
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/README.md +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ the installed package.)
|
|
|
22
22
|
|
|
23
23
|
## Support
|
|
24
24
|
|
|
25
|
-
If you find this useful, you can support development at ko-fi.com/spix18
|
|
25
|
+
If you find this useful, you can support development at [ko-fi.com/spix18](https://ko-fi.com/spix18).
|
|
26
26
|
|
|
27
27
|
## What the plugin provides
|
|
28
28
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-mobilecode",
|
|
3
3
|
"description": "MobileCode for the dsh web GUI: detect iOS/Android projects, run serve-sim / serve-avd preview servers, and build-install-launch the app on the simulator or emulator from the session — plus agent tools (device_run, device_detect). Hot-pluggable — mounted via the profile bundle list + cordis.patch.yml, no dsh source changes.",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "pnpm@11.22.0",
|
|
7
7
|
"engines": {
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
],
|
|
41
41
|
"license": "MIT",
|
|
42
42
|
"author": "spix18 <spix18@users.noreply.github.com> (https://github.com/spix18)",
|
|
43
|
+
"funding": "https://ko-fi.com/spix18",
|
|
43
44
|
"keywords": [
|
|
44
45
|
"dsh",
|
|
45
46
|
"deepseek-harness",
|