@ocap/util 1.15.6 → 1.16.1

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/lib/index.d.ts +3 -0
  2. package/package.json +2 -2
package/lib/index.d.ts CHANGED
@@ -135,6 +135,9 @@ declare namespace _Lib {
135
135
  isUUID: typeof isUUID;
136
136
  toDid: typeof toDid;
137
137
  toAddress: typeof toAddress;
138
+ formatTxType: (type: any) => any;
139
+ leftPad: any;
140
+ rightPad: any;
138
141
  }
139
142
  }
140
143
  export = _Lib;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ocap/util",
3
- "version": "1.15.6",
3
+ "version": "1.16.1",
4
4
  "description": "utils shared across multiple forge js libs, works in both node.js and browser",
5
5
  "keywords": [
6
6
  "forge",
@@ -56,5 +56,5 @@
56
56
  "bugs": {
57
57
  "url": "https://github.com/ArcBlock/asset-chain/issues"
58
58
  },
59
- "gitHead": "866970f65d02e32255f909a3e3a5d1d3a87ec89a"
59
+ "gitHead": "9d396112e1a0bdabea753d6104117ca9e1fede26"
60
60
  }