Comparing version 1.1.7 to 1.1.8
@@ -0,1 +1,2 @@ | ||
/* | ||
'use strict'; | ||
@@ -46,3 +47,3 @@ var util = require('util'); | ||
} | ||
pbo[field.name].push(fpbo) | ||
pbo.add(field.name, fpbo, true); | ||
} | ||
@@ -64,3 +65,3 @@ } else { | ||
} | ||
pbo[field.name] = fpbo; | ||
pbo.set(field.name, fpbo, true); | ||
} | ||
@@ -71,1 +72,2 @@ } | ||
}; | ||
*/ |
{ | ||
"name": "json2pb", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "Randy Liu <randyliu@foxmail.com>", |
Sorry, the diff of this file is not supported yet
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
42734
23
81