@ctrl/transmission 7.3.0 → 7.4.0
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/dist/src/transmission.js +1 -1
- package/package.json +6 -3
package/README.md
CHANGED
@@ -27,7 +27,7 @@ async function main() {
|
|
27
27
|
### Api
|
28
28
|
|
29
29
|
Docs: https://transmission.vercel.app
|
30
|
-
API Docs: https://github.com/transmission/transmission/blob/
|
30
|
+
API Docs: https://github.com/transmission/transmission/blob/main/docs/rpc-spec.md
|
31
31
|
|
32
32
|
### Normalized API
|
33
33
|
|
package/dist/src/transmission.js
CHANGED
package/package.json
CHANGED
@@ -1,10 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ctrl/transmission",
|
3
|
-
"version": "7.
|
4
|
-
"description": "TypeScript api wrapper for transmission using
|
3
|
+
"version": "7.4.0",
|
4
|
+
"description": "TypeScript api wrapper for transmission using ofetch",
|
5
5
|
"author": "Scott Cooper <scttcper@gmail.com>",
|
6
6
|
"license": "MIT",
|
7
|
-
"repository":
|
7
|
+
"repository": {
|
8
|
+
"type": "git",
|
9
|
+
"url": "git+https://github.com/scttcper/transmission.git"
|
10
|
+
},
|
8
11
|
"keywords": [
|
9
12
|
"transmission",
|
10
13
|
"typescript"
|