|
25 | 25 | "types": "./dist/lib/waku_message/version_0.d.ts",
|
26 | 26 | "import": "./dist/lib/waku_message/version_0.js"
|
27 | 27 | },
|
28 |
| - "./lib/waku_message/version_1": { |
29 |
| - "types": "./dist/lib/waku_message/version_1.d.ts", |
30 |
| - "import": "./dist/lib/waku_message/version_1.js" |
31 |
| - }, |
32 | 28 | "./lib/waku_message/topic_only_message": {
|
33 | 29 | "types": "./dist/lib/waku_message/topic_only_message.d.ts",
|
34 | 30 | "import": "./dist/lib/waku_message/topic_only_message.js"
|
|
87 | 83 | "reset-hard": "git clean -dfx -e .idea && git reset --hard && npm i && npm run build",
|
88 | 84 | "release": "semantic-release"
|
89 | 85 | },
|
90 |
| - "browser": { |
91 |
| - "crypto": false |
92 |
| - }, |
93 | 86 | "engines": {
|
94 | 87 | "node": ">=16"
|
95 | 88 | },
|
96 | 89 | "dependencies": {
|
97 | 90 | "@waku/byte-utils": "*",
|
98 | 91 | "@chainsafe/libp2p-gossipsub": "^4.1.1",
|
99 | 92 | "@chainsafe/libp2p-noise": "^8.0.1",
|
100 |
| - "@libp2p/crypto": "^1.0.4", |
101 | 93 | "@libp2p/interface-connection": "3.0.1",
|
102 | 94 | "@libp2p/interface-peer-discovery": "^1.0.0",
|
103 | 95 | "@libp2p/interface-peer-id": "^1.0.2",
|
|
109 | 101 | "@libp2p/peer-id": "^1.1.10",
|
110 | 102 | "@libp2p/websockets": "^3.0.3",
|
111 | 103 | "@multiformats/multiaddr": "^11.0.6",
|
112 |
| - "@noble/secp256k1": "^1.3.4", |
113 | 104 | "@waku/interfaces": "*",
|
114 | 105 | "debug": "^4.3.4",
|
115 | 106 | "it-all": "^1.0.6",
|
116 | 107 | "it-length-prefixed": "^8.0.2",
|
117 | 108 | "it-pipe": "^2.0.4",
|
118 |
| - "js-sha3": "^0.8.0", |
119 | 109 | "libp2p": "0.38.0",
|
120 | 110 | "p-event": "^5.0.1",
|
121 | 111 | "protons-runtime": "^3.1.0",
|
|
0 commit comments