@sswroom/sswr 1.6.13 → 1.6.15

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.
package/Changelog CHANGED
@@ -1,3 +1,17 @@
1
+ 1.6.15
2
+ -shreadsheet Support Chart
3
+ -Added web.getCanvasElement, web.getImgElement
4
+ -Added export/GPXExporter.js
5
+ -data.LocalDate.toString support undefined
6
+ -Enhance map.GPSTrack
7
+
8
+ 1.6.14
9
+ -Added zip.ZIPBuilder
10
+ -Added Timestamp.toFILETIME
11
+ -Added Timestamp.toMSDOSDate, toMSDOSTime
12
+ -Added spreadsheet.js
13
+ -Added export/XLSXExporter.js
14
+
1
15
  1.6.13
2
16
  -Added crypto.ICrypto, crypto.AES256GCM
3
17
 
package/certutil.d.ts CHANGED
@@ -97,7 +97,7 @@ export class ASN1Util
97
97
  static oidEqualsText(oidPDU: Uint8Array | number[], oidText: string): boolean;
98
98
  static oidToString(oidPDU: Uint8Array | number[]): string;
99
99
  // static UOSInt OIDCalcPDUSize(const UTF8Char *oidText, UOSInt oidTextLen);
100
- static oidText2PDU(oidText: string): number[];
100
+ static oidText2PDU(oidText: string): number[] | null;
101
101
 
102
102
  // static void OIDToCPPCode(const UInt8 *oid, UOSInt oidLen, const UTF8Char *objectName, UOSInt nameLen, NotNullPtr<Text::StringBuilderUTF8> sb);
103
103