@microsoft/ccf-app 6.0.0-dev3 → 6.0.0-dev4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/global.d.ts +1 -1
  2. package/package.json +1 -1
package/global.d.ts CHANGED
@@ -312,7 +312,7 @@ export interface CCFCrypto {
312
312
  /**
313
313
  * Generate an ECDSA key pair.
314
314
  *
315
- * @param curve The name of the curve, one of "secp256r1", "secp256k1", "secp384r1".
315
+ * @param curve The name of the curve, one of "secp256r1", "secp384r1".
316
316
  */
317
317
  generateEcdsaKeyPair(curve: string): CryptoKeyPair;
318
318
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/ccf-app",
3
- "version": "6.0.0-dev3",
3
+ "version": "6.0.0-dev4",
4
4
  "description": "CCF app support package",
5
5
  "main": "index.js",
6
6
  "files": [