doofinder
Advanced tools
Comparing version 5.6.0 to 5.6.1
{ | ||
"name": "doofinder", | ||
"description": "Javascript Library for Doofinder Search API", | ||
"version": "5.6.0", | ||
"version": "5.6.1", | ||
"main": "dist/doofinder.js", | ||
@@ -6,0 +6,0 @@ "authors": [ |
@@ -7,2 +7,6 @@ # Changelog | ||
## [5.6.1] - 2018-11-28 | ||
### Fixed | ||
- Published new classes. | ||
## [5.6.0] - 2018-11-28 | ||
@@ -9,0 +13,0 @@ ### Added |
(function() { | ||
module.exports = { | ||
version: "5.6.0", | ||
version: "5.6.1", | ||
Client: require("./client"), | ||
@@ -21,2 +21,3 @@ Controller: require("./controller"), | ||
errors: require("./util/errors"), | ||
EventEnabled: require("./util/eventEnabled"), | ||
helpers: require("./util/helpers"), | ||
@@ -27,2 +28,3 @@ http: require("./util/http"), | ||
qs: require("qs"), | ||
ScrollManager: require("./util/scrollManager"), | ||
text: require("./util/text"), | ||
@@ -29,0 +31,0 @@ Thing: require("./util/thing"), |
{ | ||
"name": "doofinder", | ||
"version": "5.6.0", | ||
"version": "5.6.1", | ||
"description": "Javascript Library for Doofinder Search API", | ||
@@ -5,0 +5,0 @@ "main": "lib/doofinder.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1052450
21040