diff --git a/package-lock.json b/package-lock.json
index 8152205..aeeb96d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mod-catalog",
- "version": "0.3.0",
+ "version": "0.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mod-catalog",
- "version": "0.3.0",
+ "version": "0.4.0",
"dependencies": {
"@module-federation/bridge-vue3": "^0.21.2",
"@tailwindcss/vite": "^4.1.16",
diff --git a/package.json b/package.json
index ab5a38c..633b86d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mod-catalog",
- "version": "0.3.0",
+ "version": "0.4.0",
"type": "module",
"private": true,
"scripts": {
diff --git a/src/App.vue b/src/App.vue
index c538694..a931e90 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -49,7 +49,6 @@ onMounted(async () => {
});
function handleRedirectPlayer() {
- // Usa o vĂdeo do hero (id: '1')
navigateToPlayerByVideoId('1');
}
@@ -87,14 +86,8 @@ function handleRedirectPlayer() {
-
+
diff --git a/src/catalogData.ts b/src/catalogData.ts
index 5862439..fb1cc6b 100644
--- a/src/catalogData.ts
+++ b/src/catalogData.ts
@@ -13,7 +13,7 @@ export type CatalogVideo = {
technologies?: string[];
learnings?: string[];
relatedIds?: string[];
- manifestUrl?: string; // URL do manifest.remote.json para buscar thumbnail e duration real
+ manifestUrl?: string;
};
export type CatalogCarousel = {