Update xml-parser import and version in configuration files
Some checks failed
Deno-Workflow / Deploy (push) Has been cancelled

This commit is contained in:
fzzin
2026-05-04 09:43:27 +02:00
parent 9b23210131
commit e31b5d4646
3 changed files with 9 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
}, },
"imports": { "imports": {
"@discordjs": "npm:discord.js@14.18.0", "@discordjs": "npm:discord.js@14.18.0",
"@melvdouc/xml-parser": "jsr:@melvdouc/xml-parser@^0.1.3", "@melvdouc/xml-parser": "jsr:@melvdouc/xml-parser@^0.2.2",
"@std/assert": "jsr:@std/assert@^1.0.19", "@std/assert": "jsr:@std/assert@^1.0.19",
"@types/node": "npm:@types/node@^22.19.17", "@types/node": "npm:@types/node@^22.19.17",

11
deno.lock generated
View File

@@ -1,7 +1,7 @@
{ {
"version": "5", "version": "5",
"specifiers": { "specifiers": {
"jsr:@melvdouc/xml-parser@~0.1.3": "0.1.3", "jsr:@melvdouc/xml-parser@~0.2.2": "0.2.2",
"jsr:@std/assert@^1.0.19": "1.0.19", "jsr:@std/assert@^1.0.19": "1.0.19",
"jsr:@std/dotenv@*": "0.225.3", "jsr:@std/dotenv@*": "0.225.3",
"jsr:@std/dotenv@0.225.3": "0.225.3", "jsr:@std/dotenv@0.225.3": "0.225.3",
@@ -14,8 +14,11 @@
"npm:discord.js@14.18.0": "14.18.0" "npm:discord.js@14.18.0": "14.18.0"
}, },
"jsr": { "jsr": {
"@melvdouc/xml-parser@0.1.3": { "@melvdouc/xml-parser@0.2.2": {
"integrity": "0c43f5c9bfed32299b2d568246d02b612ced068a07f6240e729e5769fa4b0d77" "integrity": "7bce05870d0d3937998421e85c955aeda8f2dc814f89bb92cf1a512223214baa",
"dependencies": [
"jsr:@melvdouc/xml-parser"
]
}, },
"@std/assert@1.0.19": { "@std/assert@1.0.19": {
"integrity": "eaada96ee120cb980bc47e040f82814d786fe8162ecc53c91d8df60b8755991e", "integrity": "eaada96ee120cb980bc47e040f82814d786fe8162ecc53c91d8df60b8755991e",
@@ -182,7 +185,7 @@
}, },
"workspace": { "workspace": {
"dependencies": [ "dependencies": [
"jsr:@melvdouc/xml-parser@~0.1.3", "jsr:@melvdouc/xml-parser@~0.2.2",
"jsr:@std/assert@^1.0.19", "jsr:@std/assert@^1.0.19",
"npm:@types/node@^22.19.17", "npm:@types/node@^22.19.17",
"npm:discord.js@14.18.0" "npm:discord.js@14.18.0"

View File

@@ -1,5 +1,5 @@
//TODO Add optional extensions like limit at Posts with tags etc. //TODO Add optional extensions like limit at Posts with tags etc.
import * as xml_parser from "jsr:@melvdouc/xml-parser"; import * as xml_parser from "@melvdouc/xml-parser";
import { requestRaw } from "@root/structures/apiRequest.ts"; import { requestRaw } from "@root/structures/apiRequest.ts";
export type ImageResponse = { export type ImageResponse = {