@arcblock/forge-proto
Advanced tools
Comparing version 0.20.5 to 0.21.0
18
init.js
@@ -86,8 +86,2 @@ /** | ||
/** | ||
* Generate type_url field for google.protobuf.Any | ||
* | ||
* @param {*} type | ||
* @returns String | ||
*/ | ||
function createTypeUrls(abi) { | ||
@@ -123,2 +117,4 @@ return Object.keys(abi).reduce((typeUrls, type) => { | ||
* | ||
* @public | ||
* @static | ||
* @param {string} type - such as `Transaction`, or `TransferTx` | ||
@@ -143,2 +139,4 @@ * @returns {object} | ||
* | ||
* @public | ||
* @static | ||
* @param {string} type | ||
@@ -158,2 +156,4 @@ * @returns {string} | ||
* | ||
* @public | ||
* @static | ||
* @param {string} url | ||
@@ -176,2 +176,5 @@ * @returns {string} | ||
* @member | ||
* @public | ||
* @static | ||
* @readonly | ||
*/ | ||
@@ -184,2 +187,5 @@ enums, | ||
* @member | ||
* @public | ||
* @static | ||
* @readonly | ||
*/ | ||
@@ -186,0 +192,0 @@ messages, |
{ | ||
"name": "@arcblock/forge-proto", | ||
"description": "Static modules generated from forge-sdk protobuf files", | ||
"version": "0.20.5", | ||
"version": "0.21.0", | ||
"author": "wangshijun <shijun@arcblock.io> (https://www.arcblock.io)", | ||
@@ -62,3 +62,3 @@ "engines": { | ||
}, | ||
"gitHead": "b8526f942e8a04bcbeb47b0d6e1bd77570a29dd2" | ||
"gitHead": "70d1b0561d18f4a2082d379d836ef44ef7ac5317" | ||
} |
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
1701253
48895