christophgysin / aws-sdk-js-v3

Modularized AWS SDK for JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid fast-xml-parser version

opened this issue · comments

Describe the bug

image

https://jspm.dev/fast-xml-parser provides the last version of fast-xml-parser (4+) but the used version in the SDK is 3.19.0.
See https://github.com/christophgysin/aws-sdk-js-v3/blob/deno/clients/client-sts/package.json#L59.

Your environment

SDK version number

@aws-sdk/client-sts@3.24.0

Details of the deno version

deno 1.16.1 (release, x86_64-unknown-linux-gnu)
v8 9.7.106.2
typescript 4.4.2

Steps to reproduce

deno run --no-check code.ts
//code.ts
import {} from 'https://deno.land/x/aws_sdk@v3.23.0-1/client-sts/protocols/Aws_query.ts'