Merge pull request #314 from status-im/release/0.14.0-rc.0

This commit is contained in:
Franck Royer 2021-10-12 15:06:33 +11:00 committed by GitHub
commit 6823b98fc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "js-waku", "name": "js-waku",
"version": "0.13.1", "version": "0.14.0-rc.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "js-waku", "name": "js-waku",
"version": "0.13.1", "version": "0.14.0-rc.0",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"dependencies": { "dependencies": {
"@chainsafe/libp2p-noise": "^4.1.1", "@chainsafe/libp2p-noise": "^4.1.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "js-waku", "name": "js-waku",
"version": "0.13.1", "version": "0.14.0-rc.0",
"description": "TypeScript implementation of the Waku v2 protocol", "description": "TypeScript implementation of the Waku v2 protocol",
"main": "build/main/index.js", "main": "build/main/index.js",
"typings": "build/main/index.d.ts", "typings": "build/main/index.d.ts",