ts-viewers-core
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -26,3 +26,6 @@ // Generated by dts-bundle-generator v5.9.0 | ||
} | ||
export declare class UUID { | ||
static getRandomUuid(): string; | ||
} | ||
export {}; |
@@ -25,2 +25,4 @@ /** | ||
import { v4 } from 'uuid'; | ||
class ByteUtils { | ||
@@ -213,2 +215,8 @@ static parseIntFromBytes(bytes) { | ||
export { ByteUtils, DomUtils }; | ||
class UUID { | ||
static getRandomUuid() { | ||
return v4(); | ||
} | ||
} | ||
export { ByteUtils, DomUtils, UUID }; |
{ | ||
"name": "ts-viewers-core", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "browser image viewer with basic painting support", | ||
@@ -5,0 +5,0 @@ "module": "dist/ts-viewers-core.esm.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13302
243