@feathersjs/transport-commons
Advanced tools
Comparing version 4.1.3 to 4.1.4
@@ -6,4 +6,4 @@ # Change Log | ||
<a name="4.1.3"></a> | ||
## [4.1.3](https://github.com/feathersjs/feathers/compare/@feathersjs/transport-commons@4.1.2...@feathersjs/transport-commons@4.1.3) (2018-09-02) | ||
<a name="4.1.4"></a> | ||
## [4.1.4](https://github.com/feathersjs/feathers/compare/@feathersjs/transport-commons@4.1.3...@feathersjs/transport-commons@4.1.4) (2018-09-17) | ||
@@ -16,4 +16,12 @@ **Note:** Version bump only for package @feathersjs/transport-commons | ||
# Change Log | ||
<a name="4.1.3"></a> | ||
## [4.1.3](https://github.com/feathersjs/feathers/compare/@feathersjs/transport-commons@4.1.2...@feathersjs/transport-commons@4.1.3) (2018-09-02) | ||
**Note:** Version bump only for package @feathersjs/transport-commons | ||
<a name="4.1.2"></a> | ||
## 4.1.2 | ||
- Migrate to Monorepo ([feathers#462](https://github.com/feathersjs/feathers/issues/462)) | ||
## [v4.1.1](https://github.com/feathersjs/transport-commons/tree/v4.1.1) (2018-07-03) | ||
@@ -20,0 +28,0 @@ [Full Changelog](https://github.com/feathersjs/transport-commons/compare/v4.1.0...v4.1.1) |
{ | ||
"name": "@feathersjs/transport-commons", | ||
"description": "Shared functionality for websocket providers", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"homepage": "https://feathersjs.com", | ||
@@ -38,5 +38,5 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^3.0.0", | ||
"@feathersjs/errors": "^3.3.2", | ||
"debug": "^3.1.0", | ||
"@feathersjs/commons": "^3.0.1", | ||
"@feathersjs/errors": "^3.3.3", | ||
"debug": "^4.0.0", | ||
"lodash": "^4.17.10", | ||
@@ -46,5 +46,5 @@ "radix-router": "^3.0.1" | ||
"devDependencies": { | ||
"@feathersjs/feathers": "^3.2.1" | ||
"@feathersjs/feathers": "^3.2.2" | ||
}, | ||
"gitHead": "da1bd2e895b4eabe03cef8e0c016b327381a479d" | ||
"gitHead": "da6e2732874c9c7834cb4a53526787218d62e4a3" | ||
} |
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
36830
- Removeddebug@3.2.7(transitive)
Updated@feathersjs/commons@^3.0.1
Updated@feathersjs/errors@^3.3.3
Updateddebug@^4.0.0