File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Both UMD and ESM bundles externalize rdflib to keep bundle sizes small and avoid
6666``` html
6767<script type =" module" >
6868 import * as $rdf from ' https://esm.sh/rdflib' ;
69- import { solidLogicSingleton , store , authn } from ' https://esm.sh/solid-logic' ;
69+ import { solidLogicSingleton , store , authn } from ' https://esm.sh/solid-logic@4.0.1 ' ;
7070
7171 // Example usage
7272 console .log (' Store:' , store);
@@ -81,7 +81,7 @@ Both UMD and ESM bundles externalize rdflib to keep bundle sizes small and avoid
8181{
8282 " imports" : {
8383 " rdflib" : " https://esm.sh/rdflib" ,
84- " solid-logic" : " https://esm.sh/solid-logic"
84+ " solid-logic" : " https://esm.sh/solid-logic@4.0.1 "
8585 }
8686}
8787 </script >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ <h1>Solid Logic UMD Bundle Browser Test</h1>
1111 {
1212 "imports" : {
1313 "rdflib" : "https://esm.sh/rdflib" ,
14- "solid-logic" : "https://esm.sh/solid-logic"
14+ "solid-logic" : "https://esm.sh/solid-logic@4.0.1 "
1515 }
1616 }
1717 </ script >
You can’t perform that action at this time.
0 commit comments