build: bump version 1.5.3

This commit is contained in:
2025-06-10 07:55:14 -07:00
parent efc5dac8f4
commit bd40d20911
2 changed files with 19 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
"cron": "^4.3.1",
"ejs": "^3.1.10",
"express": "5.1.0",
"javascript-time-ago": "2.5.11",
"moment": "2.30.1",
"nconf": "1.0.0-beta.2",
"node-cron": "^4.1.0",
@@ -2833,6 +2834,15 @@
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"node_modules/javascript-time-ago": {
"version": "2.5.11",
"resolved": "https://registry.npmjs.org/javascript-time-ago/-/javascript-time-ago-2.5.11.tgz",
"integrity": "sha512-Zeyf5R7oM1fSMW9zsU3YgAYwE0bimEeF54Udn2ixGd8PUwu+z1Yc5t4Y8YScJDMHD6uCx6giLt3VJR5K4CMwbg==",
"license": "MIT",
"dependencies": {
"relative-time-format": "^1.1.6"
}
},
"node_modules/js-yaml": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
@@ -3684,6 +3694,12 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/relative-time-format": {
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/relative-time-format/-/relative-time-format-1.1.6.tgz",
"integrity": "sha512-aCv3juQw4hT1/P/OrVltKWLlp15eW1GRcwP1XdxHrPdZE9MtgqFpegjnTjLhi2m2WI9MT/hQQtE+tjEWG1hgkQ==",
"license": "MIT"
},
"node_modules/require-directory": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",

View File

@@ -1,6 +1,6 @@
{
"name": "tvapp2",
"version": "1.5.2",
"version": "1.5.3",
"description": "This package allows you to generate M3U playlists and EPG guides from various online IPTV services.",
"author": "BinaryNinja",
"license": "MIT",
@@ -80,7 +80,8 @@
"ejs": "^3.1.10",
"moment": "2.30.1",
"express": "5.1.0",
"nconf": "1.0.0-beta.2"
"nconf": "1.0.0-beta.2",
"javascript-time-ago": "2.5.11"
},
"devDependencies": {
"@aetherinox/noxenv": "^1.1.1",