@peculiar/asn1-x509-logotype
Advanced tools
Comparing version 2.0.37 to 2.0.38
@@ -10,3 +10,3 @@ "use strict"; | ||
constructor(params = {}) { | ||
this.imageDetails = new logotype_details_1.LogotypeDetails(); | ||
this.audioDetails = new logotype_details_1.LogotypeDetails(); | ||
Object.assign(this, params); | ||
@@ -17,6 +17,6 @@ } | ||
asn1_schema_1.AsnProp({ type: logotype_details_1.LogotypeDetails }) | ||
], LogotypeAudio.prototype, "imageDetails", void 0); | ||
], LogotypeAudio.prototype, "audioDetails", void 0); | ||
tslib_1.__decorate([ | ||
asn1_schema_1.AsnProp({ type: logotype_audio_info_1.LogotypeAudioInfo, optional: true }) | ||
], LogotypeAudio.prototype, "imageInfo", void 0); | ||
], LogotypeAudio.prototype, "audioInfo", void 0); | ||
exports.LogotypeAudio = LogotypeAudio; |
@@ -7,3 +7,3 @@ import { __decorate } from "tslib"; | ||
constructor(params = {}) { | ||
this.imageDetails = new LogotypeDetails(); | ||
this.audioDetails = new LogotypeDetails(); | ||
Object.assign(this, params); | ||
@@ -14,5 +14,5 @@ } | ||
AsnProp({ type: LogotypeDetails }) | ||
], LogotypeAudio.prototype, "imageDetails", void 0); | ||
], LogotypeAudio.prototype, "audioDetails", void 0); | ||
__decorate([ | ||
AsnProp({ type: LogotypeAudioInfo, optional: true }) | ||
], LogotypeAudio.prototype, "imageInfo", void 0); | ||
], LogotypeAudio.prototype, "audioInfo", void 0); |
@@ -11,5 +11,5 @@ import { LogotypeDetails } from "./logotype_details"; | ||
export declare class LogotypeAudio { | ||
imageDetails: LogotypeDetails; | ||
imageInfo?: LogotypeAudioInfo; | ||
audioDetails: LogotypeDetails; | ||
audioInfo?: LogotypeAudioInfo; | ||
constructor(params?: Partial<LogotypeAudio>); | ||
} |
{ | ||
"name": "@peculiar/asn1-x509-logotype", | ||
"version": "2.0.37", | ||
"version": "2.0.38", | ||
"description": "ASN.1 schema of `Internet X.509 Public Key Infrastructure: Logotypes in X.509 Certificates` (RFC3709)", | ||
@@ -37,8 +37,8 @@ "files": [ | ||
"dependencies": { | ||
"@peculiar/asn1-schema": "^2.0.37", | ||
"@peculiar/asn1-x509": "^2.0.37", | ||
"@peculiar/asn1-schema": "^2.0.38", | ||
"@peculiar/asn1-x509": "^2.0.38", | ||
"asn1js": "^2.1.1", | ||
"tslib": "^2.3.0" | ||
}, | ||
"gitHead": "4cf937034f25d995e8f396ed338af43e7e85ffd1" | ||
"gitHead": "3eba886d2b33dcf86fa41e9dcc8281ff3d1a53a7" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
111603
Updated@peculiar/asn1-x509@^2.0.38