deeke-script-app 1.5.7 → 1.5.8

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.
@@ -25,7 +25,7 @@ interface Encrypt {
25
25
  * base64 encode
26
26
  * @param input
27
27
  */
28
- public base64Encode(input: string): string;
28
+ public base64Encode(input: string|byte[]): string;
29
29
 
30
30
  /**
31
31
  * base64 decode
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deeke-script-app",
3
- "version": "1.5.7",
3
+ "version": "1.5.8",
4
4
  "description": "DeekeScript应用",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {