|
1 | 1 | { |
2 | 2 | "type": "module", |
3 | 3 | "name": "@btc-vision/opnet-node", |
4 | | - "version": "1.0.4", |
| 4 | + "version": "1.0.5", |
5 | 5 | "description": "Bitcoin Smart Contracts Node", |
6 | 6 | "main": "build/index.js", |
7 | 7 | "scripts": { |
|
40 | 40 | "typescript-eslint": { |
41 | 41 | "typescript": "$typescript" |
42 | 42 | }, |
43 | | - "jsonpath-plus": "^10.4.0" |
| 43 | + "jsonpath-plus": "^10.4.0", |
| 44 | + "interface-datastore": "^10.0.1" |
44 | 45 | }, |
45 | 46 | "dependencies": { |
46 | 47 | "@asyncapi/generator": "^3.2.1", |
|
64 | 65 | "@chainsafe/libp2p-yamux": "^8.0.1", |
65 | 66 | "@datastructures-js/priority-queue": "^6.3.5", |
66 | 67 | "@eslint/js": "^10.0.1", |
67 | | - "@libp2p/autonat-v2": "^2.0.18", |
68 | | - "@libp2p/bootstrap": "^12.0.20", |
69 | | - "@libp2p/crypto": "^5.1.17", |
70 | | - "@libp2p/identify": "^4.1.3", |
| 68 | + "@libp2p/autonat-v2": "^2.0.19", |
| 69 | + "@libp2p/bootstrap": "^12.0.21", |
| 70 | + "@libp2p/crypto": "^5.1.18", |
| 71 | + "@libp2p/identify": "^4.1.4", |
71 | 72 | "@libp2p/interface": "^3.2.2", |
72 | 73 | "@libp2p/interface-transport": "^4.0.3", |
73 | | - "@libp2p/kad-dht": "^16.2.4", |
74 | | - "@libp2p/logger": "^6.2.6", |
75 | | - "@libp2p/mdns": "^12.0.20", |
76 | | - "@libp2p/peer-id": "^6.0.8", |
77 | | - "@libp2p/peer-store": "^12.0.18", |
78 | | - "@libp2p/ping": "^3.1.3", |
79 | | - "@libp2p/tcp": "^11.0.18", |
80 | | - "@libp2p/upnp-nat": "^4.0.18", |
81 | | - "@libp2p/websockets": "^10.1.11", |
| 74 | + "@libp2p/kad-dht": "^16.2.5", |
| 75 | + "@libp2p/logger": "^6.2.7", |
| 76 | + "@libp2p/mdns": "^12.0.21", |
| 77 | + "@libp2p/peer-id": "^6.0.9", |
| 78 | + "@libp2p/peer-store": "^12.0.19", |
| 79 | + "@libp2p/ping": "^3.1.4", |
| 80 | + "@libp2p/tcp": "^11.0.19", |
| 81 | + "@libp2p/upnp-nat": "^4.0.19", |
| 82 | + "@libp2p/websockets": "^10.1.12", |
82 | 83 | "@multiformats/multiaddr": "^13.0.1", |
83 | 84 | "@noble/curves": "^2.2.0", |
84 | 85 | "@noble/secp256k1": "^3.1.0", |
85 | | - "@typescript/native-preview": "^7.0.0-dev.20260506.1", |
| 86 | + "@typescript/native-preview": "^7.0.0-dev.20260511.1", |
86 | 87 | "asyncapi-validator": "^5.1.1", |
87 | 88 | "bignumber.js": "^11.1.1", |
88 | 89 | "bip174": "^3.0.0", |
|
91 | 92 | "bytenode": "^1.5.7", |
92 | 93 | "chalk": "^5.6.2", |
93 | 94 | "cors": "^2.8.6", |
94 | | - "datastore-level": "^12.0.4", |
| 95 | + "datastore-level": "^13.0.1", |
95 | 96 | "eslint-plugin-openapi": "^0.0.4", |
96 | 97 | "express": "^5.2.1", |
97 | 98 | "figlet": "^1.11.0", |
98 | | - "interface-datastore": "^9.0.3", |
99 | | - "it-length-prefixed-stream": "^2.0.6", |
100 | | - "libp2p": "^3.2.4", |
| 99 | + "interface-datastore": "^10.0.1", |
| 100 | + "it-length-prefixed-stream": "^3.0.0", |
| 101 | + "libp2p": "^3.3.0", |
101 | 102 | "long": "^5.3.2", |
102 | 103 | "lru-cache": "^11.3.6", |
103 | 104 | "mongodb": "^7.2.0", |
104 | | - "multiformats": "^13.4.2", |
| 105 | + "multiformats": "^14.0.0", |
105 | 106 | "openapi-comment-parser": "^1.0.0", |
106 | | - "protobufjs": "^8.0.3", |
| 107 | + "protobufjs": "^8.2.0", |
107 | 108 | "sodium-native": "^5.1.0", |
108 | 109 | "ssh2": "^1.17.0", |
109 | 110 | "swagger-ui-express": "^5.0.1", |
110 | 111 | "tiny-secp256k1": "^2.2.4", |
111 | 112 | "toml": "^4.1.1", |
112 | 113 | "typescript": "^6.0.3", |
113 | | - "typescript-eslint": "^8.59.2", |
114 | | - "uint8arraylist": "^2.4.9" |
| 114 | + "typescript-eslint": "^8.59.3", |
| 115 | + "uint8arraylist": "^3.0.2" |
115 | 116 | }, |
116 | 117 | "devDependencies": { |
117 | 118 | "@types/cors": "^2.8.19", |
118 | | - "@types/node": "^25.6.0", |
| 119 | + "@types/node": "^25.7.0", |
119 | 120 | "@types/semver": "^7.7.1", |
120 | 121 | "@types/sodium-native": "^2.3.9", |
121 | 122 | "@types/ssh2": "^1.15.5", |
122 | 123 | "@types/swagger-ui-express": "^4.1.8", |
123 | | - "@vitest/coverage-v8": "^4.1.5", |
| 124 | + "@vitest/coverage-v8": "^4.1.6", |
124 | 125 | "eslint": "^10.3.0", |
125 | 126 | "gulp": "^5.0.1", |
126 | 127 | "gulp-cached": "^1.1.1", |
127 | 128 | "gulp-clean": "^0.4.0", |
128 | 129 | "gulp-eslint-new": "^2.6.2", |
129 | 130 | "patch-package": "^8.0.1", |
130 | 131 | "prettier": "^3.8.3", |
131 | | - "vitest": "^4.1.5" |
| 132 | + "vitest": "^4.1.6" |
132 | 133 | } |
133 | 134 | } |
0 commit comments