From bc1830a9b3839f6906ce5125f5a6676304c64066 Mon Sep 17 00:00:00 2001
From: gaelle morin <gmorin.dev@gmail.com>
Date: Wed, 2 Sep 2020 14:57:30 +0200
Subject: [PATCH] loader: beta version of directory, dashboard and job-board

---
 src/dependencies.pug | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/dependencies.pug b/src/dependencies.pug
index 526a65f0..ee54ba76 100644
--- a/src/dependencies.pug
+++ b/src/dependencies.pug
@@ -19,15 +19,15 @@ if endpoints.events || (endpoints.get && endpoints.get.events)
     //- script(type="module" src="/lib/sib-event/sib-event.js" defer)
 
 if endpoints.joboffers || (endpoints.get && endpoints.get.joboffers)
-    script(type="module" src="https://unpkg.com/@startinblox/component-job-board@0.5" defer)
+    script(type="module" src="https://unpkg.com/@startinblox/component-job-board@beta" defer)
     //- script(type="module" src="/lib/solid-job-board/dist/index.js" defer)
 
 if (endpoints.uploads || (endpoints.get && endpoints.get.uploads)) && (endpoints.skills || (endpoints.get && endpoints.get.skills)) && (endpoints.users || (endpoints.get && endpoints.get.users))
-    script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.5" defer)
+    script(type="module" src="https://unpkg.com/@startinblox/component-directory@beta" defer)
     //- script(type="module" src="/lib/solid-directory/dist/index.js" defer)
 
 if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)
-    script(type="module" src="https://unpkg.com/@startinblox/component-dashboard@0.2" defer)
+    script(type="module" src="https://unpkg.com/@startinblox/component-dashboard@beta" defer)
     //- script(type="module" src="/lib/solid-dashboard/dist/index.js" defer)
 
 if endpoints.users || (endpoints.get && endpoints.get.users)
-- 
GitLab