Compare commits

..

No commits in common. "a47b8a482c938c2970ab0a6a4754d1fdf104dd5d" and "14d3e9eb0326c1e08875008dcbe5a21f1c3c98cf" have entirely different histories.

5 changed files with 5 additions and 5 deletions

View File

@ -17,5 +17,5 @@
"npm-run-all": "^4.1.5",
"shelljs": "^0.8.5"
},
"packageManager": "pnpm@9.11.0"
"packageManager": "pnpm@9.9.0"
}

View File

@ -261,7 +261,7 @@ dependencies = [
[[package]]
name = "cryptgeon"
version = "2.8.2"
version = "2.8.1"
dependencies = [
"axum",
"bs62",

View File

@ -1,6 +1,6 @@
[package]
name = "cryptgeon"
version = "2.8.2"
version = "2.8.1"
authors = ["cupcakearmy <hi@nicco.io>"]
edition = "2021"
rust-version = "1.80"

View File

@ -1,6 +1,6 @@
{
"name": "cryptgeon",
"version": "2.8.2",
"version": "2.8.1",
"homepage": "https://github.com/cupcakearmy/cryptgeon",
"repository": {
"type": "git",

View File

@ -18,7 +18,7 @@
export let icon: keyof typeof map
</script>
<button type="button" on:click {...$$restProps}>
<button on:click {...$$restProps}>
{#if map[icon]}
<svelte:component this={map[icon]} />
{/if}