Comparing version 2.1.82 to 2.1.83
@@ -861,2 +861,6 @@ "use strict"; | ||
}); //endregion | ||
return { | ||
ecdhPrivateKey | ||
}; | ||
}, error => Promise.reject(error)); //endregion | ||
@@ -863,0 +867,0 @@ |
@@ -108,3 +108,3 @@ { | ||
"name": "pkijs", | ||
"version": "2.1.82", | ||
"version": "2.1.83", | ||
"license": "BSD-3-Clause", | ||
@@ -111,0 +111,0 @@ "esdoc": { |
@@ -935,2 +935,4 @@ import * as asn1js from "asn1js"; | ||
//endregion | ||
return {ecdhPrivateKey}; | ||
}, error => | ||
@@ -937,0 +939,0 @@ Promise.reject(error) |
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
4406463
62762