@abtnode/util 1.16.0 → 1.16.1-beta-cd775909

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.
@@ -4,7 +4,7 @@ const { types } = require('@ocap/mcrypto');
4
4
  /**
5
5
  * Get wallet of abtnode from sk
6
6
  * @param {String} sk
7
- * @returns {Wallet}
7
+ * @returns {import('@ocap/wallet').WalletObject}
8
8
  */
9
9
  module.exports = function getWallet(sk) {
10
10
  const type = WalletType({
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.0",
6
+ "version": "1.16.1-beta-cd775909",
7
7
  "description": "ArcBlock's JavaScript utility",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -18,10 +18,10 @@
18
18
  "author": "polunzh <polunzh@gmail.com> (http://github.com/polunzh)",
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
- "@abtnode/constant": "1.16.0",
22
- "@abtnode/logger": "1.16.0",
21
+ "@abtnode/constant": "1.16.1-beta-cd775909",
22
+ "@abtnode/logger": "1.16.1-beta-cd775909",
23
23
  "@arcblock/jwt": "1.18.65",
24
- "@blocklet/constant": "1.16.0",
24
+ "@blocklet/constant": "1.16.1-beta-cd775909",
25
25
  "@ocap/mcrypto": "1.18.65",
26
26
  "@ocap/util": "1.18.65",
27
27
  "@ocap/wallet": "1.18.65",
@@ -71,5 +71,5 @@
71
71
  "jest": "^27.5.1",
72
72
  "unzipper": "^0.10.11"
73
73
  },
74
- "gitHead": "da461546c6db9c7d347689708af27654c17ac28e"
74
+ "gitHead": "9fd68e48cd87d5d8feafcf37dac1b586c1dccd8f"
75
75
  }