@pubkeeper/client
Advanced tools
Comparing version 3.0.0-beta.1 to 3.0.0-beta.2
@@ -1057,3 +1057,3 @@ module.exports = | ||
get key() { | ||
return null; | ||
return ''; | ||
}, | ||
@@ -1060,0 +1060,0 @@ encrypt: function encrypt(ptext) { |
{ | ||
"name": "@pubkeeper/client", | ||
"version": "3.0.0-beta.1", | ||
"version": "3.0.0-beta.2", | ||
"description": "Pubkeeper javascript SDK", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -1,2 +0,2 @@ | ||
# `@pubkeeper/client` | ||
# Pubkeeper Client | ||
@@ -173,3 +173,2 @@ `@pubkeeper/client` enables web browsers to join, consume, and produce content on a **Pubkeeper** network. | ||
The `PubkeeperClient` manages the connection to a pubkeeper server. | ||
@@ -176,0 +175,0 @@ |
@@ -5,3 +5,3 @@ export const MODE = 'NONE'; | ||
get mode() { return MODE; }, | ||
get key() { return null; }, | ||
get key() { return ''; }, | ||
encrypt(ptext) { return new Uint8Array([...ptext]); }, | ||
@@ -8,0 +8,0 @@ decrypt(ctext) { return new Uint8Array([...ctext]); }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
362039
520