Comparing version 0.4.0 to 0.4.1
@@ -0,1 +1,4 @@ | ||
## v0.4.1 - Dec 10 2018 | ||
+ Dependency updates to address https://github.com/dominictarr/event-stream/issues/116 | ||
## v0.4.0 - Sep 21 2018 | ||
@@ -2,0 +5,0 @@ + Adds `validator` option to topic configuration. |
{ | ||
"name": "pubst", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "A slightly opinionated pub/sub event emitter for JavaScript.", | ||
@@ -39,12 +39,12 @@ "main": "lib/pubst.js", | ||
"babel-preset-env": "1.7.0", | ||
"chai": "4.1.2", | ||
"clear-require": "2.0.0", | ||
"eslint": "5.6.0", | ||
"chai": "4.2.0", | ||
"clear-require": "3.0.0", | ||
"eslint": "5.10.0", | ||
"jsdoc": "3.5.5", | ||
"mocha": "5.2.0", | ||
"npm-run-all": "4.1.3", | ||
"npm-run-all": "4.1.5", | ||
"shx": "0.3.2", | ||
"sinon": "6.3.4", | ||
"sinon-chai": "3.2.0" | ||
"sinon": "7.2.0", | ||
"sinon-chai": "3.3.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
85272