rtme.sh 0.1.22 → 0.1.31
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
|
@@ -18,4 +18,4 @@ rtme.sh
|
|
|
18
18
|
|
|
19
19
|
This wrapper publishes default values for `SEND_NAME`. Values from the invoking shell override these defaults at runtime.
|
|
20
20
|
|
|
21
|
-
This package forwards to `@elefunc/send@0.1.
|
|
21
|
+
This package forwards to `@elefunc/send@0.1.31`. 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.31",
|
|
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.31"
|
|
24
24
|
}
|
|
25
25
|
}
|