Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mbild committed Oct 17, 2016
1 parent 2242b25 commit f08e8bc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 1.1.4 - 17/10/16

* Update GraphQL 0.7.2
* Update PouchDB 6.0.7

#### 1.1.3 - 09/29/16

* increase JSON limit to 5MB
Expand Down
2 changes: 1 addition & 1 deletion lib/pouch-graphql/pouchdb.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const _ = require('lodash');
const fetch = require('node-fetch');
const PouchDB = require('pouchdb');
const logout = require('../../logout')();
require('pouchdb/extras/websql');
PouchDB.plugin(require('pouchdb-adapter-node-websql'));
PouchDB.plugin(require('pouchdb-find'));

module.exports = {
Expand Down
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-pouch",
"version": "1.1.3",
"version": "1.1.4",
"description": "GraphQL-API runtime on top of PouchDB",
"author": "Mike Bild <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -33,24 +33,25 @@
"dependencies": {
"body-parser": "^1.15.2",
"commander": "^2.9.0",
"cors": "^2.8.0",
"cors": "^2.8.1",
"dataloader": "^1.2.0",
"debug": "^2.2.0",
"eslint": "^3.4.0",
"eslint": "^3.8.0",
"express": "^4.14.0",
"express-graphql": "^0.5.4",
"express-jwt": "^3.4.0",
"graphql": "^0.6.2",
"graphql-relay": "^0.4.2",
"graphql": "^0.7.2",
"graphql-relay": "^0.4.3",
"jsonwebtoken": "^7.1.9",
"lodash": "^4.15.0",
"lodash": "^4.16.4",
"morgan": "^1.7.0",
"node-fetch": "^1.6.0",
"node-fetch": "^1.6.3",
"node-uuid": "^1.4.7",
"paint-console": "0.0.1",
"parse-data-url": "^0.1.2",
"pouchdb": "^5.4.5",
"pouchdb-find": "^0.10.2",
"pouchdb": "^6.0.7",
"pouchdb-adapter-node-websql": "^6.0.7",
"pouchdb-find": "^0.10.3",
"response-time": "^2.3.1",
"serve-favicon": "^2.3.0"
},
Expand Down

0 comments on commit f08e8bc

Please sign in to comment.