diff --git a/bun.lockb b/bun.lockb index e91d688..b9f9ae9 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index bfb3a32..fc72f5d 100644 --- a/package.json +++ b/package.json @@ -47,8 +47,7 @@ "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", "steamgriddb": "^2.2.0", - "typescript-svelte-plugin": "^0.3.42", - "xml-js": "^1.6.11" + "typescript-svelte-plugin": "^0.3.42" }, "trustedDependencies": [ "@sveltejs/kit", diff --git a/src/lib/index.ts b/src/lib/index.ts index d8e54f8..8168953 100644 --- a/src/lib/index.ts +++ b/src/lib/index.ts @@ -3,7 +3,6 @@ import { env } from '$env/dynamic/private' import { get, writable } from 'svelte/store' import { existsSync, readFileSync } from 'fs' import { Agent, CredentialSession } from '@atproto/api' -import { xml2json } from 'xml-js' import SGDB from 'steamgriddb' export const scopeCookies = (cookies: Cookies, path: string) => {