@esmalley/ts-utils 6.4.5 → 6.4.6

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.
@@ -9,11 +9,11 @@ declare class UuidService {
9
9
  /**
10
10
  * Convert a UUID string to binary Uint8Array
11
11
  */
12
- static uuidToBin(uuid: string): Uint8Array;
12
+ uuidToBin(uuid: string): Uint8Array;
13
13
  /**
14
14
  * Convert binary Uint8Array/Buffer to formatted UUID string
15
15
  */
16
- static binToUuid(buffer: Uint8Array): string;
16
+ binToUuid(buffer: Uint8Array): string;
17
17
  }
18
18
  export declare const uuidService: UuidService;
19
19
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"UuidService.d.ts","sourceRoot":"","sources":["../../src/UuidService.ts"],"names":[],"mappings":"AAgBA;;GAEG;AACH,cAAM,WAAW;IACf,OAAO,CAAC,aAAa,CAAM;IAC3B,OAAO,CAAC,UAAU,CAAK;IAEvB,OAAO,CAAC,cAAc;IAUf,mBAAmB,IAAI,UAAU;IAiDxC;;OAEG;WACW,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU;IAWjD;;OAEG;WACW,SAAS,CAAC,MAAM,EAAE,UAAU,GAAG,MAAM;CAQpD;AAED,eAAO,MAAM,WAAW,aAAoB,CAAC"}
1
+ {"version":3,"file":"UuidService.d.ts","sourceRoot":"","sources":["../../src/UuidService.ts"],"names":[],"mappings":"AAgBA;;GAEG;AACH,cAAM,WAAW;IACf,OAAO,CAAC,aAAa,CAAM;IAC3B,OAAO,CAAC,UAAU,CAAK;IAEvB,OAAO,CAAC,cAAc;IAUf,mBAAmB,IAAI,UAAU;IAiDxC;;OAEG;IACI,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU;IAgB1C;;OAEG;IACI,SAAS,CAAC,MAAM,EAAE,UAAU,GAAG,MAAM;CAW7C;AAED,eAAO,MAAM,WAAW,aAAoB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esmalley/ts-utils",
3
- "version": "6.4.5",
3
+ "version": "6.4.6",
4
4
  "description": "A modular collection of TypeScript utilities for modern web development.",
5
5
  "private": false,
6
6
  "type": "module",