Skip to content

Commit

Permalink
feat(export and dependencies): return proxy instance by default now o…
Browse files Browse the repository at this point in the history
…n server side, bumped dependencies and `http-proxy-middleware`

BREAKING CHANGE: Uses 1.x middleware with different import scheme, see https://github.com/chimurai/http-proxy-middleware/releases
  • Loading branch information
BowlingX committed Apr 20, 2020
2 parents 83ef725 + 78d77f3 commit bb17aa7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0](https://github.com/BowlingX/apollo-proxy-cache/compare/v2.0.4...v3.0.0) (2020-01-03)


### Features

* **browser:** adjusted structure to be browser compatible. ([35317c9](https://github.com/BowlingX/apollo-proxy-cache/commit/35317c9c8e8806b556bb4dd07834b90b2b38ade6))


### BREAKING CHANGES

* **browser:** removed support for `redis` library, added `ioredis` instead

## [2.0.4](https://github.com/BowlingX/apollo-proxy-cache/compare/v2.0.3...v2.0.4) (2019-07-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-proxy-cache",
"version": "2.0.4",
"version": "3.0.0",
"description": "Provides an apollo-link and express (proxy) middleware setup to support a local `@cache` directive",
"main": "dist/index.js",
"repository": "[email protected]:BowlingX/apollo-proxy-cache.git",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6154,9 +6154,9 @@ read@1, read@~1.0.1, read@~1.0.7:
mute-stream "~0.0.4"

"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.6, readable-stream@~2.3.6:
version "2.3.7"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57"
integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==
version "2.3.6"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf"
integrity sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==
dependencies:
core-util-is "~1.0.0"
inherits "~2.0.3"
Expand Down

0 comments on commit bb17aa7

Please sign in to comment.