File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ export {
22 AWSSignerV4 ,
33 toAmz ,
44 toDateStamp ,
5- } from "https://deno.land/x/aws_sign_v4@0.1.4 /mod.ts" ;
5+ } from "https://deno.land/x/aws_sign_v4@0.1.5 /mod.ts" ;
66export type {
77 Credentials ,
88 Signer ,
9- } from "https://deno.land/x/aws_sign_v4@0.1.4 /mod.ts" ;
10- import { createHash } from "https://deno.land/std@0.71 .0/hash/mod.ts" ;
9+ } from "https://deno.land/x/aws_sign_v4@0.1.5 /mod.ts" ;
10+ import { createHash } from "https://deno.land/std@0.79 .0/hash/mod.ts" ;
1111export function sha256Hex ( data : string | Uint8Array ) : string {
1212 const hasher = createHash ( "sha256" ) ;
1313 hasher . update ( data ) ;
1414 return hasher . toString ( "hex" ) ;
1515}
1616export { default as parseXML } from "https://raw.githubusercontent.com/nekobato/deno-xml-parser/0bc4c2bd2f5fad36d274279978ca57eec57c680c/index.ts" ;
1717export { decode as decodeXMLEntities } from "https://deno.land/x/html_entities@v1.0/lib/xml-entities.js" ;
18- export { pooledMap } from "https://deno.land/std@0.71 .0/async/pool.ts" ;
18+ export { pooledMap } from "https://deno.land/std@0.79 .0/async/pool.ts" ;
Original file line number Diff line number Diff line change 22 assert ,
33 assertEquals ,
44 assertThrowsAsync ,
5- } from "https://deno.land/std@0.71 .0/testing/asserts.ts" ;
5+ } from "https://deno.land/std@0.79 .0/testing/asserts.ts" ;
You can’t perform that action at this time.
0 commit comments