Skip to content

Commit 4c56799

Browse files
committed
chore: upgrade dependencies versions, especially Yasgui to get the fix for CONSTRUCT/DESCRIBE results table
1 parent 6f9687c commit 4c56799

5 files changed

Lines changed: 149 additions & 174 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@ You can also redeploy it for a specific endpoint, or set of endpoints using the
123123
<script type="module" src="https://esm.sh/@sib-swiss/sparql-editor"></script>
124124
```
125125

126+
Using a fixed version:
127+
128+
```html
129+
<script type="module" src="https://esm.sh/@sib-swiss/sparql-editor@0.2.14"></script>
130+
```
131+
126132
2. Use the custom element in your HTML/JSX/TSX code:
127133

128134
```html

0 commit comments

Comments
 (0)