|
57 | 57 | "prebuild": "mkdirp dist/src && cp -R src/proto dist/src", |
58 | 58 | "lint": "aegir lint", |
59 | 59 | "lint:fix": "aegir lint --fix", |
60 | | - "test": "aegir test -f \"./dist/test/**/*.spec.js\"", |
61 | | - "test:node": "npm run test -- -t node", |
62 | | - "test:browser": "npm run test -- -t browser -t webworker", |
63 | | - "test:electron-main": "npm run test -- -t electron-main", |
| 60 | + "test": "aegir test", |
| 61 | + "test:node": "aegir test -t node", |
| 62 | + "test:browser": "aegir test -t browser -t webworker", |
| 63 | + "test:electron-main": "aegir test -t electron-main", |
64 | 64 | "docs": "aegir docs", |
65 | 65 | "proto:gen": "protons ./src/proto/payload.proto", |
66 | 66 | "prepublish": "npm run build" |
67 | 67 | }, |
68 | 68 | "dependencies": { |
69 | | - "@libp2p/crypto": "^0.22.9", |
70 | | - "@libp2p/interfaces": "^2.0.1", |
71 | | - "@libp2p/logger": "^1.1.2", |
| 69 | + "@libp2p/crypto": "^1.0.0", |
| 70 | + "@libp2p/interface-connection-encrypter": "^1.0.2", |
| 71 | + "@libp2p/interface-keys": "^1.0.2", |
| 72 | + "@libp2p/interface-peer-id": "^1.0.2", |
| 73 | + "@libp2p/logger": "^2.0.0", |
72 | 74 | "@libp2p/peer-collections": "^1.0.0", |
73 | 75 | "@libp2p/peer-id": "^1.1.8", |
74 | 76 | "@stablelib/chacha20poly1305": "^1.0.1", |
|
84 | 86 | "uint8arrays": "^3.0.0" |
85 | 87 | }, |
86 | 88 | "devDependencies": { |
| 89 | + "@libp2p/interface-connection-encrypter-compliance-tests": "^1.0.1", |
87 | 90 | "@libp2p/peer-id-factory": "^1.0.8", |
88 | | - "@libp2p/interface-compliance-tests": "^2.0.1", |
89 | | - "aegir": "^37.0.15", |
| 91 | + "aegir": "^37.3.0", |
90 | 92 | "benchmark": "^2.1.4", |
91 | 93 | "events": "^3.3.0", |
92 | 94 | "microtime": "^3.0.0", |
|
0 commit comments