@ocap/util 1.18.78 → 1.18.80

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 +1 -1
  2. package/package.json +3 -3
package/lib/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /// <reference types="node" />
2
2
  /// <reference types="jest" />
3
- import { LiteralUnion } from 'type-fest';
3
+ import type { LiteralUnion } from 'type-fest';
4
4
  import rightPad from 'lodash/padEnd';
5
5
  import leftPad from 'lodash/padStart';
6
6
  import BN from 'bn.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ocap/util",
3
- "version": "1.18.78",
3
+ "version": "1.18.80",
4
4
  "description": "utils shared across multiple forge js libs, works in both node.js and browser",
5
5
  "keywords": [
6
6
  "arcblock",
@@ -15,7 +15,6 @@
15
15
  "bn.js": "5.2.1",
16
16
  "bs58": "^5.0.0",
17
17
  "lodash": "^4.17.21",
18
- "type-fest": "^3.1.0",
19
18
  "utf8": "^3.0.0"
20
19
  },
21
20
  "resolutions": {
@@ -32,6 +31,7 @@
32
31
  "eslint": "^8.25.0",
33
32
  "jest": "^28.1.3",
34
33
  "ts-jest": "^28.0.8",
34
+ "type-fest": "^3.1.0",
35
35
  "typescript": "^4.8.4"
36
36
  },
37
37
  "author": {
@@ -66,5 +66,5 @@
66
66
  "bugs": {
67
67
  "url": "https://github.com/ArcBlock/asset-chain/issues"
68
68
  },
69
- "gitHead": "55bd3460826600a3d7472c6529de1e101621d286"
69
+ "gitHead": "a8336aacf07904ff809bc3915ca44c52cfa68f6d"
70
70
  }