edockit 0.2.2 → 0.2.4

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.
@@ -8,6 +8,7 @@
8
8
  export declare function arrayBufferToBase64(buffer: ArrayBuffer): string;
9
9
  /**
10
10
  * Convert base64 string to ArrayBuffer
11
+ * Handles base64 strings with whitespace (common in XML)
11
12
  */
12
13
  export declare function base64ToArrayBuffer(base64: string): ArrayBuffer;
13
14
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edockit",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "main": "dist/index.cjs.js",
5
5
  "scripts": {
6
6
  "test": "jest --silent",