@livedigital/client 2.4.0-beta.1 → 2.4.1

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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,8 +30,7 @@ There are three log severities:
30
30
  All the logs generated by LiveDigital client have a namespace starting with “LiveDigital” plus colon, followed by the log severity in upper case plus colon (just if “warn” or “error”), and followed by the internal component name (if any) and the log message.
31
31
 
32
32
  ### Enable Logging
33
- By default, logging is turned off. In order to enable it, the debug key in the browser's
34
- localStorage must be set.
33
+ By default logging is turned off. In order to enable it, the debug key in the browser's localStorage must be set.
35
34
  >Check the [debug](https://www.npmjs.com/package/debug) module documentation for further information regarding how to filter specific log messages based on namespace matching rules.
36
35
 
37
36
  ### Example
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@livedigital/client",
3
3
  "author": "vlprojects",
4
4
  "license": "MIT",
5
- "version": "2.4.0-beta.1",
5
+ "version": "2.4.1",
6
6
  "private": false,
7
7
  "bugs": {
8
8
  "url": "https://github.com/vlprojects/livedigital-sdk/issues"