@seeed-studio/meshtastic 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -39,13 +39,13 @@ https://github.com/user-attachments/assets/demo.mp4
39
39
  ## Install
40
40
 
41
41
  ```bash
42
- openclaw plugins install @seeed-studio/openclaw-meshtastic
42
+ openclaw plugins install @seeed-studio/meshtastic
43
43
  ```
44
44
 
45
45
  Or install from a local directory during development:
46
46
 
47
47
  ```bash
48
- git clone https://github.com/suharvest/openclaw-meshtastic.git
48
+ git clone https://github.com/Seeed-Solution/openclaw-meshtastic.git
49
49
  openclaw plugins install -l ./openclaw-meshtastic
50
50
  ```
51
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeed-studio/meshtastic",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "OpenClaw Meshtastic LoRa mesh channel plugin",
5
5
  "type": "module",
6
6
  "license": "MIT",