@protobuf-ts/runtime
Advanced tools
Comparing version 2.9.2 to 2.9.3
@@ -55,3 +55,3 @@ import type { FieldInfo, MessageInfo } from "./reflection-info"; | ||
*/ | ||
readonly messagePrototype?: Readonly<{}>; | ||
readonly messagePrototype?: Readonly<{}> | undefined; | ||
/** | ||
@@ -58,0 +58,0 @@ * Create a new message with default values. |
@@ -42,3 +42,3 @@ import type { IMessageType, PartialMessage } from "./message-type-contract"; | ||
*/ | ||
readonly messagePrototype: Readonly<{}> | undefined; | ||
readonly messagePrototype?: Readonly<{}> | undefined; | ||
protected readonly defaultCheckDepth = 16; | ||
@@ -45,0 +45,0 @@ protected readonly refTypeCheck: ReflectionTypeCheck; |
{ | ||
"name": "@protobuf-ts/runtime", | ||
"version": "2.9.2", | ||
"version": "2.9.3", | ||
"description": "Runtime library for code generated by the protoc plugin \"protobuf-ts\"", | ||
@@ -40,3 +40,3 @@ "license": "(Apache-2.0 AND BSD-3-Clause)", | ||
}, | ||
"gitHead": "96b4656be1904ff85f285dfe99455ab7bd5e8bc8" | ||
"gitHead": "bbda0c30ecc8e826c07a41105e93e05dbb9638b2" | ||
} |
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
348031