@waku/core 0.0.2 → 0.0.3
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 +2 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@waku/core",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.3",
|
4
4
|
"description": "TypeScript implementation of the Waku v2 protocol",
|
5
5
|
"types": "./dist/index.d.ts",
|
6
6
|
"module": "./dist/index.js",
|
@@ -80,8 +80,7 @@
|
|
80
80
|
"watch:test": "mocha --watch",
|
81
81
|
"prepublish": "npm run build",
|
82
82
|
"deploy": "node ci/deploy.js",
|
83
|
-
"reset-hard": "git clean -dfx -e .idea && git reset --hard && npm i && npm run build"
|
84
|
-
"release": "semantic-release"
|
83
|
+
"reset-hard": "git clean -dfx -e .idea && git reset --hard && npm i && npm run build"
|
85
84
|
},
|
86
85
|
"engines": {
|
87
86
|
"node": ">=16"
|
@@ -89,7 +88,6 @@
|
|
89
88
|
"dependencies": {
|
90
89
|
"@waku/byte-utils": "*",
|
91
90
|
"@chainsafe/libp2p-gossipsub": "^4.1.1",
|
92
|
-
"@chainsafe/libp2p-noise": "^8.0.1",
|
93
91
|
"@libp2p/interface-connection": "3.0.1",
|
94
92
|
"@libp2p/interface-peer-discovery": "^1.0.0",
|
95
93
|
"@libp2p/interface-peer-id": "^1.0.2",
|
@@ -97,9 +95,7 @@
|
|
97
95
|
"@libp2p/interface-peer-store": "^1.0.0",
|
98
96
|
"@libp2p/interface-pubsub": "^2.0.1",
|
99
97
|
"@libp2p/interfaces": "^3.0.2",
|
100
|
-
"@libp2p/mplex": "^5.1.1",
|
101
98
|
"@libp2p/peer-id": "^1.1.10",
|
102
|
-
"@libp2p/websockets": "^3.0.3",
|
103
99
|
"@multiformats/multiaddr": "^11.0.6",
|
104
100
|
"@waku/interfaces": "*",
|
105
101
|
"debug": "^4.3.4",
|