From bb59dd0a668a9fad913be512ee3a0b75184b1151 Mon Sep 17 00:00:00 2001 From: Benoit Alessandroni Date: Fri, 2 Oct 2020 11:45:54 +0200 Subject: [PATCH] Fixing dependency --- src/dependencies.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dependencies.pug b/src/dependencies.pug index 0e10883..dc0fe12 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -15,7 +15,7 @@ script(type="module" src="https://unpkg.com/@startinblox/component-notifications //- script(type="module" src="/lib/sib-notifications/index.js" defer) if (endpoints.events || (endpoints.get && endpoints.get.events)) && (endpoints.typeevents || (endpoints.get && endpoints.get.typeevents)) - script(type="module" src="https://unpkg.com/@startinblox/component-event@1.1" defer) + script(type="module" src="https://unpkg.com/@startinblox/component-event@1.2" defer) //- script(type="module" src="/lib/sib-event-component/sib-event.js" defer) if (endpoints.resources || (endpoints.get && endpoints.get.resources)) && (endpoints.resourceskeywords || (endpoints.get && endpoints.get.resourceskeywords)) && (endpoints.resourcestypes || (endpoints.get && endpoints.get.resourcestypes))