foxts 5.2.0 → 5.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- declare function stringToUint8Array(str: string): Uint8Array;
1
+ declare function stringToUint8Array(str: string): Uint8Array<ArrayBuffer>;
2
2
  declare function uint8ArrayToString(array: ArrayBuffer | ArrayBufferView, encoding?: string): string;
3
3
  declare function base64ToUint8Array(base64String: string): Uint8Array;
4
4
  declare function uint8ArrayToBase64(array: Uint8Array, urlSafe?: boolean): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foxts",
3
- "version": "5.2.0",
3
+ "version": "5.2.1",
4
4
  "description": "Opinionated collection of common TypeScript utils by @SukkaW",
5
5
  "repository": {
6
6
  "url": "https://github.com/SukkaW/foxts"