@arcblock/did 1.18.79 → 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/type.d.ts +1 -1
  2. package/package.json +6 -6
package/lib/type.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { LiteralUnion } from 'type-fest';
1
+ import type { LiteralUnion } from 'type-fest';
2
2
  export declare type DIDTypeKey = LiteralUnion<'role' | 'pk' | 'hash' | 'address', string>;
3
3
  export declare type DIDTypeShortcut = LiteralUnion<'default' | 'arcblock' | 'eth' | 'ethereum', string>;
4
4
  export declare type DIDType = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/did",
3
- "version": "1.18.79",
3
+ "version": "1.18.80",
4
4
  "description": "Javascript lib to work with ArcBlock DID",
5
5
  "keywords": [
6
6
  "arcblock",
@@ -33,6 +33,7 @@
33
33
  "eslint": "^8.25.0",
34
34
  "jest": "^28.1.3",
35
35
  "ts-jest": "^28.0.8",
36
+ "type-fest": "^3.1.0",
36
37
  "typescript": "^4.8.4"
37
38
  },
38
39
  "repository": {
@@ -53,12 +54,11 @@
53
54
  "url": "https://github.com/ArcBlock/asset-chain/issues"
54
55
  },
55
56
  "dependencies": {
56
- "@ocap/mcrypto": "1.18.79",
57
- "@ocap/util": "1.18.79",
57
+ "@ocap/mcrypto": "1.18.80",
58
+ "@ocap/util": "1.18.80",
58
59
  "bn.js": "^5.2.1",
59
60
  "debug": "^4.3.4",
60
- "lodash": "^4.17.21",
61
- "type-fest": "^3.1.0"
61
+ "lodash": "^4.17.21"
62
62
  },
63
- "gitHead": "158c6265a6746d9a7ddae8b68cb00f6667f5f248"
63
+ "gitHead": "a8336aacf07904ff809bc3915ca44c52cfa68f6d"
64
64
  }