@ocap/wallet 1.19.1 → 1.19.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ocap/wallet",
3
- "version": "1.19.1",
3
+ "version": "1.19.3",
4
4
  "description": "Utility function to create and use an forge compatible crypto wallet",
5
5
  "keywords": [
6
6
  "crypto",
@@ -21,19 +21,11 @@
21
21
  "homepage": "https://github.com/ArcBlock/blockchain/tree/master/core/forge-wallet",
22
22
  "license": "Apache-2.0",
23
23
  "main": "./lib/index.js",
24
- "module": "./lib/index.js",
25
- "types": "./esm/index.d.ts",
24
+ "types": "./lib/index.d.ts",
26
25
  "files": [
27
26
  "lib",
28
27
  "esm"
29
28
  ],
30
- "exports": {
31
- ".": {
32
- "import": "./esm/index.js",
33
- "require": "./lib/index.js",
34
- "default": "./esm/index.js"
35
- }
36
- },
37
29
  "devDependencies": {
38
30
  "@arcblock/eslint-config-ts": "0.3.3",
39
31
  "@types/jest": "^29.5.13",
@@ -63,9 +55,9 @@
63
55
  "url": "https://github.com/ArcBlock/blockchain/issues"
64
56
  },
65
57
  "dependencies": {
66
- "@arcblock/did": "1.19.1",
67
- "@ocap/mcrypto": "1.19.1",
68
- "@ocap/util": "1.19.1"
58
+ "@arcblock/did": "1.19.3",
59
+ "@ocap/mcrypto": "1.19.3",
60
+ "@ocap/util": "1.19.3"
69
61
  },
70
- "gitHead": "21184488172c6c824ebd1714f728ff2aee4a3ac0"
62
+ "gitHead": "756076dad0df7468beecc95c8effd55f8c4c4f49"
71
63
  }