@smithy/util-base64
Advanced tools
+4
-4
| { | ||
| "name": "@smithy/util-base64", | ||
| "version": "4.3.1", | ||
| "version": "4.3.2", | ||
| "description": "A Base64 <-> UInt8Array converter", | ||
@@ -27,4 +27,4 @@ "main": "./dist-cjs/index.js", | ||
| "dependencies": { | ||
| "@smithy/util-buffer-from": "^4.2.1", | ||
| "@smithy/util-utf8": "^4.2.1", | ||
| "@smithy/util-buffer-from": "^4.2.2", | ||
| "@smithy/util-utf8": "^4.2.2", | ||
| "tslib": "^2.6.2" | ||
@@ -44,3 +44,3 @@ }, | ||
| "typesVersions": { | ||
| "<4.0": { | ||
| "<4.5": { | ||
| "dist-types/*": [ | ||
@@ -47,0 +47,0 @@ "dist-types/ts3.4/*" |
Updated