@feathersjs/transport-commons
Advanced tools
Comparing version 4.0.0-pre.2 to 4.0.0-pre.3
@@ -6,2 +6,14 @@ # Change Log | ||
# [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01) | ||
### Bug Fixes | ||
* Make oAuth paths more consistent and improve authentication client ([#1377](https://github.com/feathersjs/feathers/issues/1377)) ([adb2543](https://github.com/feathersjs/feathers/commit/adb2543)) | ||
* Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f)) | ||
# [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15) | ||
@@ -8,0 +20,0 @@ |
@@ -22,2 +22,2 @@ import { Channel } from './channel/base'; | ||
export { keys }; | ||
export declare function channels(): (app: Application<any>) => void; | ||
export declare function channels(): (app: Application<{}>) => void; |
@@ -10,2 +10,2 @@ import { Application } from '@feathersjs/feathers'; | ||
} | ||
export declare const routing: () => (app: Application<any>) => void; | ||
export declare const routing: () => (app: Application<{}>) => void; |
@@ -9,2 +9,2 @@ import { Application } from '@feathersjs/feathers'; | ||
} | ||
export declare function socket({ done, emit, socketKey, getParams }: SocketOptions): (app: Application<any>) => void; | ||
export declare function socket({ done, emit, socketKey, getParams }: SocketOptions): (app: Application<{}>) => void; |
{ | ||
"name": "@feathersjs/transport-commons", | ||
"description": "Shared functionality for websocket providers", | ||
"version": "4.0.0-pre.2", | ||
"version": "4.0.0-pre.3", | ||
"homepage": "https://feathersjs.com", | ||
@@ -41,4 +41,4 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^4.0.0-pre.0", | ||
"@feathersjs/errors": "^4.0.0-pre.2", | ||
"@feathersjs/commons": "^4.0.0-pre.3", | ||
"@feathersjs/errors": "^4.0.0-pre.3", | ||
"debug": "^4.1.1", | ||
@@ -49,12 +49,12 @@ "lodash": "^4.17.11", | ||
"devDependencies": { | ||
"@feathersjs/feathers": "^4.0.0-pre.2", | ||
"@types/debug": "^4.1.3", | ||
"@feathersjs/feathers": "^4.0.0-pre.3", | ||
"@types/debug": "^4.1.4", | ||
"@types/mocha": "^5.2.6", | ||
"@types/node": "^12.0.0", | ||
"mocha": "^6.0.2", | ||
"@types/node": "^12.0.2", | ||
"mocha": "^6.1.4", | ||
"shx": "^0.3.2", | ||
"ts-node": "^8.0.3", | ||
"typescript": "^3.4.2" | ||
"ts-node": "^8.2.0", | ||
"typescript": "^3.4.5" | ||
}, | ||
"gitHead": "d665b9470435d6db0ecddd1fb152ab4a87266c52" | ||
"gitHead": "19eb75737659e3e4b57765c1653d23c86fd2e1c3" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
511442
38314