Comparing version 2.1.0 to 2.2.0
@@ -22,2 +22,3 @@ { | ||
"./documents/shared/eventsHub.md", | ||
"./documents/shared/objectUtils.md", | ||
"./documents/browser/simpleStorage.md" | ||
@@ -24,0 +25,0 @@ ] |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://homer0.github.io/wootils/", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"repository": "homer0/wootils", | ||
@@ -8,0 +8,0 @@ "author": "Leonardo Apiwan (@homer0) <me@homer0.com>", |
@@ -98,3 +98,3 @@ # Wootils | ||
#### deferred | ||
#### EventsHub | ||
@@ -105,2 +105,8 @@ A small implementation of a pubsub service for handling events on an app. | ||
#### ObjectUtils | ||
A small collection of utility methods to work with objects. | ||
[Read more about ObjectUtils](manual/objectUtils.html) | ||
### Browser utilities | ||
@@ -107,0 +113,0 @@ |
@@ -98,3 +98,3 @@ # Wootils | ||
#### deferred | ||
#### EventsHub | ||
@@ -105,2 +105,8 @@ A small implementation of a pubsub service for handling events on an app. | ||
#### ObjectUtils | ||
A small collection of utility methods to work with objects. | ||
[Read more about ObjectUtils](./documents/shared/objectUtils.md) | ||
### Browser utilities | ||
@@ -107,0 +113,0 @@ |
const APIClient = require('./apiClient'); | ||
const deferred = require('./deferred'); | ||
const EventsHub = require('./eventsHub'); | ||
const ObjectUtils = require('./objectUtils'); | ||
@@ -9,2 +10,3 @@ module.exports = { | ||
EventsHub, | ||
ObjectUtils, | ||
}; |
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
538253
64
6852
153