chore: remove xml-js

This commit is contained in:
dusk 2024-11-19 01:29:51 +03:00
parent 06cc45c4de
commit cf76e8f84c
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw
3 changed files with 1 additions and 3 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -47,8 +47,7 @@
"rehype-autolink-headings": "^7.1.0", "rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0", "rehype-slug": "^6.0.0",
"steamgriddb": "^2.2.0", "steamgriddb": "^2.2.0",
"typescript-svelte-plugin": "^0.3.42", "typescript-svelte-plugin": "^0.3.42"
"xml-js": "^1.6.11"
}, },
"trustedDependencies": [ "trustedDependencies": [
"@sveltejs/kit", "@sveltejs/kit",

View File

@ -3,7 +3,6 @@ import { env } from '$env/dynamic/private'
import { get, writable } from 'svelte/store' import { get, writable } from 'svelte/store'
import { existsSync, readFileSync } from 'fs' import { existsSync, readFileSync } from 'fs'
import { Agent, CredentialSession } from '@atproto/api' import { Agent, CredentialSession } from '@atproto/api'
import { xml2json } from 'xml-js'
import SGDB from 'steamgriddb' import SGDB from 'steamgriddb'
export const scopeCookies = (cookies: Cookies, path: string) => { export const scopeCookies = (cookies: Cookies, path: string) => {