diff --git a/README.md b/README.md
index 80c6a54..e4faa6b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# ulog v2.0.0-beta.10
+# ulog v2.0.0-beta.11
### The Universal Logger
[![npm](https://img.shields.io/npm/v/ulog.svg)](https://npmjs.com/package/ulog)
@@ -8,14 +8,14 @@
.
-![logo](https://unpkg.com/ulog@2.0.0-beta.10/ulog.png)
+![logo](https://unpkg.com/ulog@2.0.0-beta.11/ulog.png)
## The logger for applications
`ulog` is *the* logger for Javascript applications. It's universal, meaning it runs everywhere. You can use `ulog` in your Express server application running on Node JS just as well as in your React single page application running in the browser. It just works.
-![screenshot](https://unpkg.com/ulog@2.0.0-beta.10/screenshot.jpg)
+![screenshot](https://unpkg.com/ulog@2.0.0-beta.11/screenshot.jpg)
## Install
@@ -85,7 +85,7 @@ In our library code:
If you want, you can import `ulog` with a script tag:
```html
-
+
```
@@ -98,7 +98,7 @@ If you want, you can import `ulog` with a script tag:
Or, if you want the full version:
```html
-
+
```
@@ -106,8 +106,8 @@ Or, if you want the full version:
If you want the file for the browser to include in your project yourself, you can download it from here.
-* [ulog.min.js](https://unpkg.com/ulog@2.0.0-beta.10) (~2.8kB minified and gzipped)
-* [full.min.js](https://unpkg.com/ulog@2.0.0-beta.10/full.min.js) (~3.5kB minified and gzipped)
+* [ulog.min.js](https://unpkg.com/ulog@2.0.0-beta.11) (~2.6kB minified and gzipped)
+* [full.min.js](https://unpkg.com/ulog@2.0.0-beta.11/full.min.js) (~3.4kB minified and gzipped)
## Why `ulog`
diff --git a/mods/options/index.js b/mods/options/index.js
index ae34529..16a8863 100644
--- a/mods/options/index.js
+++ b/mods/options/index.js
@@ -67,7 +67,7 @@ var options = module.exports = {
parse: function(value, name) {
var d = (name == 'debug') && name
var settings = []
- var items = (value||'').trim().split(/(?&1 | tap-nirvana",
"prepare": "npm run test -S && npm run clean -S && npm run build -S"
@@ -40,18 +40,18 @@
"license": "MIT",
"dependencies": {
"anylogger": "^1.0.9",
- "kurly": "^1.0.0"
+ "kurly": "^1.0.1"
},
"devDependencies": {
"gzip-size": "^5.1.1",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
- "sinon": "^9.2.1",
+ "sinon": "^9.2.3",
"tap-nirvana": "^1.1.0",
"tap-spec": "^5.0.0",
- "tape": "^5.0.1",
- "webpack": "^4.43.0",
- "webpack-cli": "^3.3.12"
+ "tape": "^5.1.1",
+ "webpack": "^5.16.0",
+ "webpack-cli": "^4.4.0"
},
"peerDependencies": {
"anylogger": "^1.0.9"