Merge pull request #1007 from waku-org/chore/release/core-create

This commit is contained in:
fryorcraken.eth 2022-11-04 16:49:05 +11:00 committed by GitHub
commit 6e0503631e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -22496,7 +22496,7 @@
},
"packages/core": {
"name": "@waku/core",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^4.1.1",
@ -22612,7 +22612,7 @@
},
"packages/create": {
"name": "@waku/create",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@chainsafe/libp2p-noise": "^8.0.1",

View File

@ -1,6 +1,6 @@
{
"name": "@waku/core",
"version": "0.0.2",
"version": "0.0.3",
"description": "TypeScript implementation of the Waku v2 protocol",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@waku/create",
"version": "0.0.2",
"version": "0.0.3",
"description": "Easily create a Waku node",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",