@muhammedaksam/easiarr 1.2.0 → 1.2.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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@muhammedaksam/easiarr",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "TUI tool for generating docker-compose files for the *arr media ecosystem with 41 apps, TRaSH Guides best practices, VPN routing, and Traefik reverse proxy support",
|
|
5
5
|
"module": "src/index.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -61,15 +61,15 @@
|
|
|
61
61
|
"jiti": "^2.6.1",
|
|
62
62
|
"prettier": "^3.7.4",
|
|
63
63
|
"ts-jest": "^29.4.6",
|
|
64
|
-
"typescript-eslint": "^8.50.
|
|
64
|
+
"typescript-eslint": "^8.50.1"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"typescript": "^5.9.3"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@opentui/core": "^0.1.
|
|
70
|
+
"@opentui/core": "^0.1.63",
|
|
71
71
|
"bcrypt": "^6.0.0",
|
|
72
|
-
"socket.io-client": "^4.8.
|
|
72
|
+
"socket.io-client": "^4.8.2",
|
|
73
73
|
"yaml": "^2.8.2"
|
|
74
74
|
},
|
|
75
75
|
"engines": {
|