Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/fast-json-stringif…
Browse files Browse the repository at this point in the history
…y-1.15.3
  • Loading branch information
Acanguven authored May 29, 2019
2 parents c420c2d + add8fe6 commit 4f1cef1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## [1.7.0] - 2019-05-29
### Changed
- Warden is now module require friendly.

### Removed
- Removed Couchbase cache from Warden repository, moved to [individual repo](https://github.com/puzzle-js/warden-couchbase-plugin).

Expand Down
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ const streamFactory = new StreamFactory(cacheFactory, requestWrapper);
const requestManager = new RequestManager(streamFactory, tokenizer);
const warden = new Warden(requestManager, requestWrapper, cacheFactory);

// export {CouchbaseCache} from "./couchbase-cache";


export = {
warden
Expand Down

0 comments on commit 4f1cef1

Please sign in to comment.