rtme.sh 0.1.19 → 0.1.20
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 -2
package/README.md
CHANGED
|
@@ -14,4 +14,4 @@ bun add -g rtme.sh
|
|
|
14
14
|
rtme.sh
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
This package forwards to `@elefunc/send@0.1.
|
|
17
|
+
This package forwards to `@elefunc/send@0.1.20`. Visible help text and in-app branding may still refer to the source package.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rtme.sh",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.20",
|
|
4
4
|
"description": "Thin Bun wrapper for @elefunc/send.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
"access": "public"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@elefunc/send": "0.1.
|
|
23
|
+
"@elefunc/send": "0.1.20"
|
|
24
24
|
}
|
|
25
25
|
}
|