Skip to content

Commit

Permalink
Merge pull request #140 from apollographql/NeoPhi/prep-0.5.8
Browse files Browse the repository at this point in the history
prep 0.5.8
  • Loading branch information
NeoPhi authored Feb 22, 2018
2 parents c4ad7ee + 534cab1 commit ae033f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

### vNEXT

### 0.5.7
### 0.5.8
- Bump iterall version

### 0.5.7
- Add `[email protected]` to `peerDependencies`.

### 0.5.6

- Add `[email protected]` to `peerDependencies`.

### 0.5.5
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"name": "graphql-subscriptions",
"version": "0.5.7",
"version": "0.5.8",
"description": "GraphQL subscriptions for node.js",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/apollostack/graphql-subscriptions.git"
},
"dependencies": {
"iterall": "^1.1.3"
"iterall": "^1.2.1"
},
"peerDependencies": {
"graphql": "^0.10.5 || ^0.11.3 || ^0.12.0 || ^0.13.0"
},
"scripts": {
"clean": "rimraf dist coverage",
"compile": "tsc",
"pretest": "npm run compile",
"test": "npm run testonly --",
Expand All @@ -22,7 +23,8 @@
"watch": "tsc -w",
"testonly": "mocha --reporter spec --full-trace ./dist/test/tests.js ./dist/test/asyncIteratorSubscription.js ",
"coverage": "node ./node_modules/istanbul/lib/cli.js cover _mocha -- --full-trace ./dist/test/tests.js",
"postcoverage": "remap-istanbul --input coverage/coverage.raw.json --type lcovonly --output coverage/lcov.info"
"postcoverage": "remap-istanbul --input coverage/coverage.raw.json --type lcovonly --output coverage/lcov.info",
"prepublishOnly": "npm run clean && npm run compile"
},
"devDependencies": {
"@types/graphql": "^0.11.3",
Expand All @@ -34,6 +36,7 @@
"istanbul": "^1.0.0-alpha.2",
"mocha": "^3.3.0",
"remap-istanbul": "^0.9.1",
"rimraf": "^2.6.2",
"sinon": "^3.2.1",
"sinon-chai": "^2.9.0",
"tslint": "^5.2.0",
Expand Down

0 comments on commit ae033f9

Please sign in to comment.