Fix new formatting errors

This commit is contained in:
Abdo 2024-08-19 15:17:47 +03:00
parent a9c7c71794
commit e81f0846b2
28 changed files with 115 additions and 84 deletions

View file

@ -38,7 +38,7 @@
"https://plugins.dprint.dev/json-0.17.4.wasm",
"https://plugins.dprint.dev/markdown-0.15.3.wasm",
"https://plugins.dprint.dev/toml-0.5.4.wasm",
"https://plugins.dprint.dev/prettier-0.13.0.json@dc5d12b7c1bf1a4683eff317c2c87350e75a5a3dfcc127f3d5628931bfb534b1",
"https://plugins.dprint.dev/prettier-0.46.1.json@e5bd083088a8dfc6e5ce2d3c9bee81489b065bd5345ef55b59f5d96627928b7a",
"https://plugins.dprint.dev/disrupted/css-0.2.2.wasm"
]
}

View file

@ -36,7 +36,7 @@
"caniuse-lite": "^1.0.30001431",
"cross-env": "^7.0.2",
"diff": "^5.0.0",
"dprint": "=0.35.3",
"dprint": "=0.47.2",
"esbuild": "^0.18.10",
"esbuild-sass-plugin": "^2",
"esbuild-svelte": "^0.8.1",
@ -46,7 +46,7 @@
"eslint-plugin-svelte": "^2.30.0",
"license-checker-rseidelsohn": "^4.2.6",
"prettier": "^2.4.1",
"prettier-plugin-svelte": "^2.10.1",
"prettier-plugin-svelte": "^3.2.6",
"svelte": "5.0.0-next.179",
"svelte-check": "^3.4.4",
"svelte-preprocess": "^5.0.4",

View file

@ -54,7 +54,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
on:blur
on:click={updateAllState}
on:keyup={updateAllState}
/>
></anki-editable>
<style lang="scss">
anki-editable {

View file

@ -95,7 +95,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
resolve,
hidden,
}}
/>
></textarea>
</div>
<style lang="scss">

View file

@ -18,7 +18,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
.collapse-badge {
display: inline-block;
opacity: 0.4;
transition: opacity var(--transition) ease-in-out,
transition:
opacity var(--transition) ease-in-out,
transform var(--transition) ease-in;
:global(.collapse-label:hover) & {
opacity: 1;

View file

@ -13,7 +13,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
on:dblclick
tabindex="-1"
role="button"
/>
></div>
<style lang="scss">
.handle-background {

View file

@ -32,7 +32,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
on:mousedown|preventDefault
tabindex="-1"
role="button"
/>
></div>
<div
class:nightMode={$pageTheme.isDark}
class:active
@ -42,7 +42,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
on:pointermove
tabindex="-1"
role="button"
/>
></div>
<div
class:nightMode={$pageTheme.isDark}
class:active
@ -52,7 +52,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
on:pointermove
tabindex="-1"
role="button"
/>
></div>
<div
class:nightMode={$pageTheme.isDark}
class:active
@ -62,7 +62,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
on:pointermove
tabindex="-1"
role="button"
/>
></div>
<div
class:nightMode={$pageTheme.isDark}
class:active
@ -72,7 +72,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
on:pointermove
tabindex="-1"
role="button"
/>
></div>
</div>
<style lang="scss">

View file

@ -43,10 +43,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
{#if !result}
<div class="progress">
<div class="spinner" class:nightMode={$pageTheme.isDark}>
<div />
<div />
<div />
<div />
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div id="label">{label}</div>
</div>

View file

@ -48,8 +48,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
"md": $calc,
"lg": $calc,
"xl": $calc,
"xxl": $calc
)
"xxl": $calc,
),
)
);
</style>

View file

@ -80,7 +80,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
{#if animated && measuring}
<!-- Maintain document flow while collapsible height is measured -->
<div class="collapsible-placeholder" />
<div class="collapsible-placeholder"></div>
{/if}
<style lang="scss">

View file

@ -2,7 +2,7 @@
Copyright: Ankitects Pty Ltd and contributors
License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
-->
<div class="arrow" />
<div class="arrow"></div>
<style lang="scss">
@use "../sass/elevation" as elevation;

View file

@ -100,7 +100,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
class:invert={$pageTheme.isDark}
data-bs-dismiss="modal"
aria-label="Close"
/>
></button>
</div>
{#if url}
<div class="chapter-redirect">

View file

@ -50,22 +50,30 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
use:initObserver
>
<div class="d-flex flex-column flex-grow-1">
<div class="scroll-edge" data-edge="top" />
<div class="scroll-edge" data-edge="top"></div>
<div class="d-flex flex-row flex-grow-1">
<div class="scroll-edge" data-edge="left" />
<div class="scroll-edge" data-edge="left"></div>
<div class="scroll-content flex-grow-1">
<slot />
</div>
<div class="scroll-edge" data-edge="right" />
<div class="scroll-edge" data-edge="right"></div>
</div>
<div class="scroll-edge" data-edge="bottom" />
<div class="scroll-edge" data-edge="bottom"></div>
</div>
</div>
{#if scrollStates.top} <div class="scroll-shadow top-0" /> {/if}
{#if scrollStates.bottom} <div class="scroll-shadow bottom-0" /> {/if}
{#if scrollStates.left} <div class="scroll-shadow start-0" /> {/if}
{#if scrollStates.right} <div class="scroll-shadow end-0" /> {/if}
{#if scrollStates.top}
<div class="scroll-shadow top-0"></div>
{/if}
{#if scrollStates.bottom}
<div class="scroll-shadow bottom-0"></div>
{/if}
{#if scrollStates.left}
<div class="scroll-shadow start-0"></div>
{/if}
{#if scrollStates.right}
<div class="scroll-shadow end-0"></div>
{/if}
</div>
</div>

View file

@ -2,7 +2,7 @@
Copyright: Ankitects Pty Ltd and contributors
License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
-->
<div />
<div></div>
<style lang="scss">
div {

View file

@ -43,7 +43,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
</thead>
<tbody>
{#if itemHeight * startIndex > 0}
<tr><td style="height: {itemHeight * startIndex}px;" /></tr>
<tr><td style="height: {itemHeight * startIndex}px;"></td></tr>
{/if}
{#each slice as index (index)}
@ -55,7 +55,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<td
style="height: {itemHeight * itemsCount -
itemHeight * endIndex}px;"
/>
></td>
</tr>
{/if}
</tbody>

View file

@ -56,7 +56,8 @@ body {
button:not(.btn, .btn-close) {
/* override transition for instant hover response */
transition: color var(--transition) ease-in-out,
transition:
color var(--transition) ease-in-out,
box-shadow var(--transition) ease-in-out !important;
border-radius: prop(border-radius);
@include button.base;

View file

@ -23,7 +23,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
bind:value
spellcheck="false"
autocapitalize="none"
/>
></textarea>
</div>
</details>
</ConfigInput>

View file

@ -86,7 +86,7 @@
),
new ValueTab(
tr.deckConfigTodayOnly(),
$limits.newTodayActive ? $limits.newToday ?? null : null,
$limits.newTodayActive ? ($limits.newToday ?? null) : null,
(value) => ($limits.newToday = value ?? undefined),
null,
$limits.newToday ?? null,
@ -110,7 +110,7 @@
),
new ValueTab(
tr.deckConfigTodayOnly(),
$limits.reviewTodayActive ? $limits.reviewToday ?? null : null,
$limits.reviewTodayActive ? ($limits.reviewToday ?? null) : null,
(value) => ($limits.reviewToday = value ?? undefined),
null,
$limits.reviewToday ?? null,

View file

@ -79,7 +79,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
class:invert={$pageTheme.isDark}
data-bs-dismiss="modal"
aria-label="Close"
/>
></button>
</div>
<div class="modal-body">
<form on:submit|preventDefault={onOkClicked}>

View file

@ -27,4 +27,4 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
on:blur={update}
class="w-100"
placeholder={render(defaults)}
/>
></textarea>

View file

@ -81,7 +81,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
{total}
</td>
<td class="right">{graphData.totalCards}</td>
<td />
<td></td>
</tr>
</tbody>
</table>

View file

@ -18,7 +18,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
const search = writable(initialSearch);
const days = writable(initialDays);
export let graphs: typeof SvelteComponent<any>[];
export let graphs: (typeof SvelteComponent<any>)[];
/** See RangeBox */
export let controller: typeof SvelteComponent<any> | null = RangeBox;
@ -46,7 +46,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
{/each}
{/if}
</div>
<div class="spacer" />
<div class="spacer"></div>
</WithGraphData>
<style lang="scss">

View file

@ -106,7 +106,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
</InputBox>
</div>
<div class="range-box-pad" />
<div class="range-box-pad"></div>
<style lang="scss">
.range-box {

View file

@ -80,7 +80,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<div class="editor-container" use:init>
<!-- svelte-ignore a11y-missing-attribute -->
<img id="image" />
<canvas id="canvas" />
<canvas id="canvas"></canvas>
</div>
</div>

View file

@ -49,12 +49,12 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
field.textareaValue = field.divValue;
}}
contenteditable
/>
></div>
<textarea
id="{field.id}--textarea"
class="text-area"
bind:value={field.textareaValue}
/>
></textarea>
</div>
</Row>
{/each}

View file

@ -14,7 +14,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
export let addNote: () => void;
</script>
<div style:flex-grow="1" />
<div style:flex-grow="1"></div>
<div class="sticky-footer">
<ButtonGroup size={2}>
<LabelButton

View file

@ -33,7 +33,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<th>#</th>
<th>{tr.importingStatus()}</th>
<th>{tr.editingFields()}</th>
<th />
<th></th>
</tr>
<svelte:fragment slot="row" let:index>
<tr>

View file

@ -32,6 +32,46 @@
"@typescript/vfs" "^1.4.0"
typescript "4.5.2"
"@dprint/darwin-arm64@0.47.2":
version "0.47.2"
resolved "https://registry.yarnpkg.com/@dprint/darwin-arm64/-/darwin-arm64-0.47.2.tgz#dea8bfa146159e565e510266a2f1d7ebd2676090"
integrity sha512-mVPFBJsXxGDKHHCAY8wbqOyS4028g1bN15H9tivCnPAjwaZhkUimZHXWejXADjhGn+Xm2SlakugY9PY/68pH3Q==
"@dprint/darwin-x64@0.47.2":
version "0.47.2"
resolved "https://registry.yarnpkg.com/@dprint/darwin-x64/-/darwin-x64-0.47.2.tgz#9e03a7ebb1a38ffcd46fbade96e98e8326d4c77c"
integrity sha512-T7wzlc+rBV+6BRRiBjoqoy5Hj4TR2Nv2p2s9+ycyPGs10Kj/JXOWD8dnEHeBgUr2r4qe/ZdcxmsFQ5Hf2n0WuA==
"@dprint/linux-arm64-glibc@0.47.2":
version "0.47.2"
resolved "https://registry.yarnpkg.com/@dprint/linux-arm64-glibc/-/linux-arm64-glibc-0.47.2.tgz#7d6c70b1c097d8dd8756cb4cdff40afdde4d42f3"
integrity sha512-B0m1vT5LdVtrNOVdkqpLPrSxuCD+l5bTIgRzPaDoIB1ChWQkler9IlX8C+RStpujjPj6SYvwo5vTzjQSvRdQkA==
"@dprint/linux-arm64-musl@0.47.2":
version "0.47.2"
resolved "https://registry.yarnpkg.com/@dprint/linux-arm64-musl/-/linux-arm64-musl-0.47.2.tgz#76158f3400848d6d00023559c7b1fbf1cf1198c9"
integrity sha512-zID6wZZqpg2/Q2Us+ERQkbhLwlW3p3xaeEr00MPf49bpydmEjMiPuSjWPkNv+slQSIyIsVovOxF4lbNZjsdtvw==
"@dprint/linux-x64-glibc@0.47.2":
version "0.47.2"
resolved "https://registry.yarnpkg.com/@dprint/linux-x64-glibc/-/linux-x64-glibc-0.47.2.tgz#1c30261e7a085bcbd6d673c7ac4064a4e50c1a02"
integrity sha512-rB3WXMdINnRd33DItIp7mObS7dzHW90ZzeJSsoKJLPp+Z7wXjjb27UUowfqVI4baa/1pd7sdbX54DPohMtfu/A==
"@dprint/linux-x64-musl@0.47.2":
version "0.47.2"
resolved "https://registry.yarnpkg.com/@dprint/linux-x64-musl/-/linux-x64-musl-0.47.2.tgz#27d50baca893bbaa8d5ff6448621a1d68d5eba1b"
integrity sha512-E0+TNbzYdTXJ/jCVjUctVxkda/faw++aDQLfyWGcmdMJnbM7NZz+W4fUpDXzMPsjy+zTWxXcPK7/q2DZz2gnbg==
"@dprint/win32-arm64@0.47.2":
version "0.47.2"
resolved "https://registry.yarnpkg.com/@dprint/win32-arm64/-/win32-arm64-0.47.2.tgz#eb7eb2b4acd17d8221ae85c835c80aa1b6b3110c"
integrity sha512-K1EieTCFjfOCmyIhw9zFSduE6qVCNHEveupqZEfbSkVGw5T9MJQ1I9+n7MDb3RIDYEUk0enJ58/w82q8oDKCyA==
"@dprint/win32-x64@0.47.2":
version "0.47.2"
resolved "https://registry.yarnpkg.com/@dprint/win32-x64/-/win32-x64-0.47.2.tgz#117c4b22de19dd11991851f27424ccc332d2266a"
integrity sha512-LhizWr8VrhHvq4ump8HwOERyFmdLiE8C6A42QSntGXzKdaa2nEOq20x/o56ZIiDcesiV+1TmosMKimPcOZHa+Q==
"@esbuild/aix-ppc64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz#d1bc06aedb6936b3b6d313bf809a5a40387d2b7f"
@ -1341,11 +1381,6 @@ buffer-crc32@^1.0.0:
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-1.0.0.tgz#a10993b9055081d55304bd9feb4a072de179f405"
integrity sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==
buffer-crc32@~0.2.3:
version "0.2.13"
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242"
integrity sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==
buffer-from@^1.0.0:
version "1.1.2"
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
@ -1975,13 +2010,19 @@ domutils@^3.0.1:
domelementtype "^2.3.0"
domhandler "^5.0.3"
dprint@=0.35.3:
version "0.35.3"
resolved "https://registry.yarnpkg.com/dprint/-/dprint-0.35.3.tgz#be89ff5e76b46c21d5db84015ee9232e82e9bc14"
integrity sha512-BWFdr2Ury2dtqyjaTI9P5vCpb1yn5laLfO3Yo5egrrDlK2A2mv6CSpe/oK2cuOPESMY1JT2dubMv2dPDiJfMnA==
dependencies:
https-proxy-agent "=5.0.1"
yauzl "=2.10.0"
dprint@=0.47.2:
version "0.47.2"
resolved "https://registry.yarnpkg.com/dprint/-/dprint-0.47.2.tgz#f3aca518324b9948066652c87e4c4a3bc509869d"
integrity sha512-geUcVIIrmLaY+YtuOl4gD7J/QCjsXZa5gUqre9sO6cgH0X/Fa9heBN3l/AWVII6rKPw45ATuCSDWz1pyO+HkPQ==
optionalDependencies:
"@dprint/darwin-arm64" "0.47.2"
"@dprint/darwin-x64" "0.47.2"
"@dprint/linux-arm64-glibc" "0.47.2"
"@dprint/linux-arm64-musl" "0.47.2"
"@dprint/linux-x64-glibc" "0.47.2"
"@dprint/linux-x64-musl" "0.47.2"
"@dprint/win32-arm64" "0.47.2"
"@dprint/win32-x64" "0.47.2"
eastasianwidth@^0.2.0:
version "0.2.0"
@ -2467,13 +2508,6 @@ fastq@^1.6.0:
dependencies:
reusify "^1.0.4"
fd-slicer@~1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e"
integrity sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==
dependencies:
pend "~1.2.0"
file-entry-cache@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@ -2762,7 +2796,7 @@ http-proxy-agent@^5.0.0:
agent-base "6"
debug "4"
https-proxy-agent@=5.0.1, https-proxy-agent@^5.0.0:
https-proxy-agent@^5.0.0:
version "5.0.1"
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
@ -3563,11 +3597,6 @@ pathval@^1.1.1:
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d"
integrity sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==
pend@~1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
integrity sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==
picocolors@^1.0.0, picocolors@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
@ -3632,10 +3661,10 @@ prelude-ls@^1.2.1:
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
prettier-plugin-svelte@^2.10.1:
version "2.10.1"
resolved "https://registry.yarnpkg.com/prettier-plugin-svelte/-/prettier-plugin-svelte-2.10.1.tgz#e1abbe5689e8a926c60b8bc42e61233556ca90d1"
integrity sha512-Wlq7Z5v2ueCubWo0TZzKc9XHcm7TDxqcuzRuGd0gcENfzfT4JZ9yDlCbEgxWgiPmLHkBjfOtpAWkcT28MCDpUQ==
prettier-plugin-svelte@^3.2.6:
version "3.2.6"
resolved "https://registry.yarnpkg.com/prettier-plugin-svelte/-/prettier-plugin-svelte-3.2.6.tgz#22e5b6783a2c87bfe112e0f4b1886ea3db236bf4"
integrity sha512-Y1XWLw7vXUQQZmgv1JAEiLcErqUniAF2wO7QJsw8BVMvpLET2dI5WpEIEJx1r11iHVdSMzQxivyfrH9On9t2IQ==
prettier@^2.4.1:
version "2.8.8"
@ -4628,14 +4657,6 @@ yaml@^1.10.2:
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
yauzl@=2.10.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9"
integrity sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==
dependencies:
buffer-crc32 "~0.2.3"
fd-slicer "~1.1.0"
yocto-queue@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"