diff --git a/components/torrent/TorrentTable.vue b/components/torrent/TorrentTable.vue
index 06044ec6..200c1233 100644
--- a/components/torrent/TorrentTable.vue
+++ b/components/torrent/TorrentTable.vue
@@ -33,7 +33,7 @@
-
+
diff --git a/package-lock.json b/package-lock.json
index 732a1ecf..0f4e6bb5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12,8 +12,8 @@
"dompurify": "^3.0.5",
"marked": "^7.0.2",
"notiwind-ts": "^2.0.2",
- "torrust-index-api-lib": "^0.2.0",
- "torrust-index-types-lib": "^0.2.0",
+ "torrust-index-api-lib": "^1.0.0-alpha.1",
+ "torrust-index-types-lib": "^1.0.0-alpha.1",
"uuid": "^9.0.0"
},
"devDependencies": {
@@ -19491,17 +19491,17 @@
}
},
"node_modules/torrust-index-api-lib": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/torrust-index-api-lib/-/torrust-index-api-lib-0.2.0.tgz",
- "integrity": "sha512-aSXcJCjVGcniUkL2oaFqmetSVpngqmNob20musnNsJbIHfgSw6f0mYVCOGJLAveUY6EYAyXC4eXgo2tQlfKEPw==",
+ "version": "1.0.0-alpha.1",
+ "resolved": "https://registry.npmjs.org/torrust-index-api-lib/-/torrust-index-api-lib-1.0.0-alpha.1.tgz",
+ "integrity": "sha512-1J6alsg43MYXuVqbVAcXH0Oe+orDbkUZyAPg4JJ+qcwENiFkjl8VtGx8dRp/ehX6Pcdd++44NiLZT7PmNEFdqw==",
"dependencies": {
- "torrust-index-types-lib": "^0.2.0"
+ "torrust-index-types-lib": "^1.0.0-alpha.1"
}
},
"node_modules/torrust-index-types-lib": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/torrust-index-types-lib/-/torrust-index-types-lib-0.2.0.tgz",
- "integrity": "sha512-3L6cSbcdHyOcqGKcvmXLKu3XhM/N91IQ2IizCi67926VDtl/M5GJB5xtB9wFmWWeZwOlLgxBlrOunG9w+CxgvQ=="
+ "version": "1.0.0-alpha.1",
+ "resolved": "https://registry.npmjs.org/torrust-index-types-lib/-/torrust-index-types-lib-1.0.0-alpha.1.tgz",
+ "integrity": "sha512-4URayd6n7IZlMvVargom7ZcMvLMkv2XLAJAjJBx7fNWtlvKbY3XH5stqFod/jtDVrk1MrX/NDkjTM7BEXtm8LA=="
},
"node_modules/totalist": {
"version": "3.0.1",
diff --git a/package.json b/package.json
index 4761d220..16652501 100644
--- a/package.json
+++ b/package.json
@@ -39,8 +39,8 @@
"dompurify": "^3.0.5",
"marked": "^7.0.2",
"notiwind-ts": "^2.0.2",
- "torrust-index-api-lib": "^0.2.0",
- "torrust-index-types-lib": "^0.2.0",
+ "torrust-index-api-lib": "^1.0.0-alpha.1",
+ "torrust-index-types-lib": "^1.0.0-alpha.1",
"uuid": "^9.0.0"
}
}
|