Merge pull request #991 from waku-org/release/v0.0.1

This commit is contained in:
fryorcraken.eth 2022-11-02 15:44:56 +11:00 committed by GitHub
commit 468a910004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -22347,7 +22347,7 @@
},
"packages/core": {
"name": "@waku/core",
"version": "0.0.0-development",
"version": "0.0.1",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^4.1.1",

View File

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