tsarr 2.4.5 → 2.4.7
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 +9 -1
- package/dist/cli/index.js +2 -2
- package/dist/tsarr-2.4.7.tgz +0 -0
- package/package.json +2 -2
- package/dist/tsarr-2.4.5.tgz +0 -0
package/README.md
CHANGED
|
@@ -109,7 +109,15 @@ yay -S tsarr-bin
|
|
|
109
109
|
|
|
110
110
|
### Nix
|
|
111
111
|
|
|
112
|
-
|
|
112
|
+
Install the repo flake directly:
|
|
113
|
+
|
|
114
|
+
```bash
|
|
115
|
+
nix profile install github:robbeverhelst/tsarr?dir=packaging/nix
|
|
116
|
+
# or run it without installing
|
|
117
|
+
nix run github:robbeverhelst/tsarr?dir=packaging/nix -- doctor
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
The committed flake under [`packaging/nix/flake.nix`](./packaging/nix/flake.nix) tracks the latest published release. Shared `nixpkgs` distribution still requires a maintainer submission. See [docs/distribution.md](./docs/distribution.md) for the full distribution flow.
|
|
113
121
|
|
|
114
122
|
## CLI
|
|
115
123
|
|
package/dist/cli/index.js
CHANGED
|
@@ -18854,7 +18854,7 @@ init_dist();
|
|
|
18854
18854
|
// package.json
|
|
18855
18855
|
var package_default = {
|
|
18856
18856
|
name: "tsarr",
|
|
18857
|
-
version: "2.4.
|
|
18857
|
+
version: "2.4.7",
|
|
18858
18858
|
author: "Robbe Verhelst",
|
|
18859
18859
|
repository: {
|
|
18860
18860
|
type: "git",
|
|
@@ -18927,7 +18927,7 @@ var package_default = {
|
|
|
18927
18927
|
},
|
|
18928
18928
|
description: "Type-safe TypeScript SDK for Servarr APIs (Radarr, Sonarr, etc.)",
|
|
18929
18929
|
engines: {
|
|
18930
|
-
node: ">=18.
|
|
18930
|
+
node: ">=18.20.8"
|
|
18931
18931
|
},
|
|
18932
18932
|
files: [
|
|
18933
18933
|
"dist",
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tsarr",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.7",
|
|
4
4
|
"author": "Robbe Verhelst",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
},
|
|
74
74
|
"description": "Type-safe TypeScript SDK for Servarr APIs (Radarr, Sonarr, etc.)",
|
|
75
75
|
"engines": {
|
|
76
|
-
"node": ">=18.
|
|
76
|
+
"node": ">=18.20.8"
|
|
77
77
|
},
|
|
78
78
|
"files": [
|
|
79
79
|
"dist",
|
package/dist/tsarr-2.4.5.tgz
DELETED
|
Binary file
|