@protobuf-ts/runtime
Advanced tools
Comparing version 2.0.0-alpha.12 to 2.0.0-alpha.13
@@ -47,2 +47,4 @@ import { FieldInfo } from "./reflection-info"; | ||
* | ||
* Unknown fields are discarded. | ||
* | ||
* `PartialMessage<T>` is similar to `Partial<T>`, | ||
@@ -49,0 +51,0 @@ * but it is recursive, and it keeps `oneof` groups |
@@ -50,2 +50,5 @@ import { IMessageType, PartialMessage } from "./message-type-contract"; | ||
* Where a field is omitted, the default value is used. | ||
* | ||
* Unknown fields are discarded. | ||
* | ||
* `PartialMessage<T>` is similar to `Partial<T>`, | ||
@@ -52,0 +55,0 @@ * but it is recursive, and it keeps `oneof` groups |
{ | ||
"name": "@protobuf-ts/runtime", | ||
"version": "2.0.0-alpha.12", | ||
"version": "2.0.0-alpha.13", | ||
"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": "00553c29b1e227660fb7ecca9e88506ab1e68a6b" | ||
"gitHead": "ac0e10517e6aae7025f537f4bcdbab79be589829" | ||
} |
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
323175
8224