@libp2p/crypto 1.0.17-6fdaa7dc → 1.0.17-7fb23cd3
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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/crypto",
|
|
3
|
-
"version": "1.0.17-
|
|
3
|
+
"version": "1.0.17-7fb23cd3",
|
|
4
4
|
"description": "Crypto primitives for libp2p",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/crypto#readme",
|
|
@@ -83,13 +83,13 @@
|
|
|
83
83
|
"test:chrome-webworker": "aegir test -t webworker",
|
|
84
84
|
"test:firefox": "aegir test -t browser -- --browser firefox",
|
|
85
85
|
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
|
|
86
|
-
"test:webkit": "
|
|
86
|
+
"test:webkit": "aegir test -t browser -- --browser webkit",
|
|
87
87
|
"test:node": "aegir test -t node --cov",
|
|
88
88
|
"test:electron-main": "aegir test -t electron-main",
|
|
89
89
|
"generate": "protons ./src/keys/keys.proto"
|
|
90
90
|
},
|
|
91
91
|
"dependencies": {
|
|
92
|
-
"@libp2p/interface": "0.0.1-
|
|
92
|
+
"@libp2p/interface": "0.0.1-7fb23cd3",
|
|
93
93
|
"@noble/ed25519": "^1.6.0",
|
|
94
94
|
"@noble/secp256k1": "^1.5.4",
|
|
95
95
|
"multiformats": "^12.0.1",
|