File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
src/app/[locale]/(doc-session)/documentation/js/subComponents Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -85,21 +85,30 @@ export function Cdns() {
8585 < div className = "mb-4" >
8686 < h3 className = "mb-2" > jsDelivr</ h3 >
8787 < SyntaxHighlighter language = "bash" style = { a11yDark } >
88- https://cdn.jsdelivr.net/npm/multiform-validator@2.5.2 /+esm
88+ https://cdn.jsdelivr.net/npm/multiform-validator@2.6.1 /+esm
8989 </ SyntaxHighlighter >
9090 < SyntaxHighlighter language = "html" style = { a11yDark } >
9191 { `<script type="module">
92- import multiformValidator from "https://cdn.jsdelivr.net/npm/multiform-validator@2.5.2 /+esm"
92+ import mv from "https://cdn.jsdelivr.net/npm/multiform-validator@2.6.1 /+esm"
9393</script>` }
9494 </ SyntaxHighlighter >
9595 </ div >
96+ < div className = "mb-4" >
97+ < h3 className = "mb-2" > jsDelivr</ h3 >
98+ < SyntaxHighlighter language = "bash" style = { a11yDark } >
99+ https://cdn.jsdelivr.net/npm/multiform-validator@2.6.1/dist/index.min.js
100+ </ SyntaxHighlighter >
101+ < SyntaxHighlighter language = "html" style = { a11yDark } >
102+ { `<script src="https://cdn.jsdelivr.net/npm/multiform-validator@2.6.1/dist/index.min.js"></script>` }
103+ </ SyntaxHighlighter >
104+ </ div >
96105 < div className = "mb-4" >
97106 < h3 className = "mb-2" > unpkg</ h3 >
98107 < SyntaxHighlighter language = "bash" style = { a11yDark } >
99- https://unpkg.com/multiform-validator@2.5.2 /dist/cjs/ index.cjs
108+ https://unpkg.com/multiform-validator@2.6.1 /dist/index.js
100109 </ SyntaxHighlighter >
101110 < SyntaxHighlighter language = "html" style = { a11yDark } >
102- { `<script src="https://unpkg.com/multiform-validator@2.5.2 /dist/cjs/ index.cjs "></script>` }
111+ { `<script src="https://unpkg.com/multiform-validator@2.6.1 /dist/index.js "></script>` }
103112 </ SyntaxHighlighter >
104113 </ div >
105114 </ >
You can’t perform that action at this time.
0 commit comments