Comparing version 1.3.2 to 1.3.3
@@ -60,8 +60,8 @@ "use strict"; | ||
push( | ||
(config.es6 ? "const" : "var") + | ||
" $root = $protobuf.roots" + | ||
rootProp + | ||
" || ($protobuf.roots" + | ||
rootProp + | ||
" = {});" | ||
(config.es6 ? "const" : "var") + " $root = {}" | ||
// " $root = $protobuf.roots" + | ||
// rootProp + | ||
// " || ($protobuf.roots" + | ||
// rootProp + | ||
// " = {});" | ||
); | ||
@@ -68,0 +68,0 @@ buildNamespace(null, root); |
{ | ||
"name": "wsgrpc", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "TODO", | ||
@@ -5,0 +5,0 @@ "author": "tsangpo", |
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
259478