@arcblock/forge-proto
Advanced tools
Comparing version 0.30.0 to 0.30.3
{ | ||
"name": "@arcblock/forge-proto", | ||
"description": "Static modules generated from forge-sdk protobuf files", | ||
"version": "0.30.0", | ||
"version": "0.30.3", | ||
"author": { | ||
@@ -67,3 +67,3 @@ "name": "wangshijun", | ||
}, | ||
"gitHead": "2d1a961d0e07e7014a170b1e7e9f491c0ec58f6e" | ||
"gitHead": "8f247453191c71b1511fdace854e607f88836708" | ||
} |
@@ -131,3 +131,2 @@ /** | ||
// | ||
/** | ||
@@ -144,3 +143,3 @@ * Search for a type and its fields descriptor, then the result can be used to create a protobuf message | ||
return { | ||
fn: get(types, type) || get(vendorTypes, type), | ||
fn: get(types, type) || get(vendorTypes, type) || get(vendorTypes, type.split('.').pop()), | ||
fields, | ||
@@ -147,0 +146,0 @@ oneofs, |
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
1802297
51850