Comparing version 0.3.0-build.2 to 0.3.0-build.3
@@ -367,3 +367,3 @@ "use strict"; | ||
ctor = 'new ' + propertyinfoName + '(' + thisMeta + '._Instance, "' + property.name + '")'; | ||
return '' + | ||
return '' + crlf + | ||
' private _' + property.name + ': ' + propertyinfoName + ' = null;' + crlf + | ||
@@ -370,0 +370,0 @@ ' public get ' + property.name + '(): ' + propertyinfoName + crlf + |
{ | ||
"name": "breezets", | ||
"version": "0.3.0-build.2", | ||
"version": "0.3.0-build.3", | ||
"description": "Library generating a strongly type client-side Typescript API for a Breeze data service", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
71986