@feathersjs/transport-commons
Advanced tools
Comparing version 5.0.12 to 5.0.13
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.13](https://github.com/feathersjs/feathers/compare/v5.0.12...v5.0.13) (2023-12-29) | ||
**Note:** Version bump only for package @feathersjs/transport-commons | ||
## [5.0.12](https://github.com/feathersjs/feathers/compare/v5.0.11...v5.0.12) (2023-11-28) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/transport-commons", | ||
"description": "Shared functionality for websocket providers", | ||
"version": "5.0.12", | ||
"version": "5.0.13", | ||
"homepage": "https://feathersjs.com", | ||
@@ -57,5 +57,5 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.12", | ||
"@feathersjs/errors": "^5.0.12", | ||
"@feathersjs/feathers": "^5.0.12", | ||
"@feathersjs/commons": "^5.0.13", | ||
"@feathersjs/errors": "^5.0.13", | ||
"@feathersjs/feathers": "^5.0.13", | ||
"encodeurl": "^1.0.2", | ||
@@ -68,9 +68,9 @@ "lodash": "^4.17.21" | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.10.0", | ||
"@types/node": "^20.10.5", | ||
"mocha": "^10.2.0", | ||
"shx": "^0.3.4", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.3.2" | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3" | ||
}, | ||
"gitHead": "9e0aadcee4f6ad45d4b364b7fa6f6caf6c7ed419" | ||
"gitHead": "486f4e781015f05944f3200da277a9e50759f513" | ||
} |
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
146892
Updated@feathersjs/commons@^5.0.13
Updated@feathersjs/errors@^5.0.13
Updated@feathersjs/feathers@^5.0.13