Comparing version 1.3.0 to 1.3.1
@@ -84,3 +84,3 @@ "use strict"; | ||
return file.addCode(ts_poet_1.CodeBlock.empty() | ||
.add('export type DeepPartial<T> = {%>\n') | ||
.add('type DeepPartial<T> = {%>\n') | ||
.add('[P in keyof T]?: T[P] extends Array<infer U>\n') | ||
@@ -87,0 +87,0 @@ .add('? Array<DeepPartial<U>>\n') |
{ | ||
"name": "ts-proto", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "build/plugin.js", |
@@ -141,3 +141,3 @@ import { | ||
CodeBlock.empty() | ||
.add('export type DeepPartial<T> = {%>\n') | ||
.add('type DeepPartial<T> = {%>\n') | ||
.add('[P in keyof T]?: T[P] extends Array<infer U>\n') | ||
@@ -144,0 +144,0 @@ .add('? Array<DeepPartial<U>>\n') |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
835601