@ocap/wallet 1.15.7 → 1.16.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -1
  2. package/package.json +4 -4
package/lib/index.d.ts CHANGED
@@ -30,7 +30,7 @@
30
30
  * hash: types.HashType.SHA3,
31
31
  * });
32
32
  */
33
- declare function DidType(type?: string | any): any;
33
+ declare function DidType(type?: DidType | string): object;
34
34
  /**
35
35
  * Generate a wallet from secretKey
36
36
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ocap/wallet",
3
- "version": "1.15.7",
3
+ "version": "1.16.0",
4
4
  "description": "Utility function to create and use an forge compatible crypto wallet",
5
5
  "keywords": [
6
6
  "crypto",
@@ -45,8 +45,8 @@
45
45
  "url": "https://github.com/ArcBlock/asset-chain/issues"
46
46
  },
47
47
  "dependencies": {
48
- "@arcblock/did": "1.15.7",
49
- "@ocap/mcrypto": "1.15.7"
48
+ "@arcblock/did": "1.16.0",
49
+ "@ocap/mcrypto": "1.16.0"
50
50
  },
51
- "gitHead": "bff98fcfd9b6e1fb9343594affc49016426dc8ce"
51
+ "gitHead": "71742ee4fe24b9d2ac32b2a50bef5ce822b3a264"
52
52
  }