Skip to content

Commit

Permalink
chore: v4.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Oct 26, 2019
1 parent 3e5a4a0 commit 16ea413
Show file tree
Hide file tree
Showing 20 changed files with 31 additions and 21 deletions.
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26)


### Bug Fixes

* Add jsonwebtoken TypeScript type dependency ([317c80a](https://github.com/feathersjs/feathers/commit/317c80a9205e8853bb830a12c3aa1a19e95f9abc))
* Only initialize default Express session if oAuth is actually used ([#1648](https://github.com/feathersjs/feathers/issues/1648)) ([9b9b43f](https://github.com/feathersjs/feathers/commit/9b9b43ff09af1080e4aaa537064bac37b881c9a2))
* Small type improvements ([#1624](https://github.com/feathersjs/feathers/issues/1624)) ([50162c6](https://github.com/feathersjs/feathers/commit/50162c6e562f0a47c6a280c4f01fff7c3afee293))





## [4.3.8](https://github.com/feathersjs/feathers/compare/v4.3.7...v4.3.8) (2019-10-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
"ts-node": "^8.4.1",
"typescript": "^3.6.4"
},
"gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694"
"gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335"
}
2 changes: 1 addition & 1 deletion packages/adapter-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"feathers-memory": "^4.1.0",
"mocha": "^6.2.1"
},
"gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694"
"gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335"
}
2 changes: 1 addition & 1 deletion packages/authentication-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@
"ts-node": "^8.4.1",
"typescript": "^3.6.4"
},
"gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694"
"gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335"
}
2 changes: 1 addition & 1 deletion packages/authentication-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
"ts-node": "^8.4.1",
"typescript": "^3.6.4"
},
"gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694"
"gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335"
}
2 changes: 1 addition & 1 deletion packages/authentication-oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@
"ts-node": "^8.4.1",
"typescript": "^3.6.4"
},
"gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694"
"gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335"
}
2 changes: 1 addition & 1 deletion packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@
"ts-node": "^8.4.1",
"typescript": "^3.6.4"
},
"gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694"
"gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335"
}
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@
"ws": "^7.1.2",
"xhr2": "^0.2.0"
},
"gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694"
"gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335"
}
2 changes: 1 addition & 1 deletion packages/configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
"ts-node": "^8.4.1",
"typescript": "^3.6.4"
},
"gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694"
"gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335"
}
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"sinon": "^7.5.0",
"sinon-chai": "^3.3.0"
},
"gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694"
"gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335"
}
3 changes: 0 additions & 3 deletions packages/express/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ declare namespace feathersExpress {
}

declare module 'express-serve-static-core' {
interface Application extends FeathersApplication<any> {
}

interface Request {
feathers?: Partial<FeathersParams>;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
"lodash": "^4.17.15",
"mocha": "^6.2.1"
},
"gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694"
"gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335"
}
2 changes: 1 addition & 1 deletion packages/feathers/lib/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = 'development';
module.exports = '4.3.9';
2 changes: 1 addition & 1 deletion packages/feathers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"devDependencies": {
"mocha": "^6.2.1"
},
"gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694"
"gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335"
}
2 changes: 1 addition & 1 deletion packages/primus-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"mocha": "^6.2.1",
"ws": "^7.1.2"
},
"gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694"
"gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335"
}
2 changes: 1 addition & 1 deletion packages/primus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
"mocha": "^6.2.1",
"ws": "^7.1.2"
},
"gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694"
"gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335"
}
2 changes: 1 addition & 1 deletion packages/rest-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
"shx": "^0.3.2",
"superagent": "^5.1.0"
},
"gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694"
"gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335"
}
2 changes: 1 addition & 1 deletion packages/socketio-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"mocha": "^6.2.1",
"socket.io-client": "^2.3.0"
},
"gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694"
"gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335"
}
2 changes: 1 addition & 1 deletion packages/socketio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
"mocha": "^6.2.1",
"socket.io-client": "^2.3.0"
},
"gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694"
"gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335"
}
2 changes: 1 addition & 1 deletion packages/transport-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
"ts-node": "^8.4.1",
"typescript": "^3.6.4"
},
"gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694"
"gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335"
}

0 comments on commit 16ea413

Please sign in to comment.