@podium/client
Advanced tools
Comparing version 4.4.2 to 4.4.3
@@ -0,1 +1,8 @@ | ||
## [4.4.3](https://github.com/podium-lib/client/compare/v4.4.2...v4.4.3) (2020-10-06) | ||
### Bug Fixes | ||
* emit errors on stream when .resolve method rejects ([#141](https://github.com/podium-lib/client/issues/141)) ([9bc989b](https://github.com/podium-lib/client/commit/9bc989b3f5190a2f19fe66420d54a2c23bbe574a)) | ||
# Changelog | ||
@@ -2,0 +9,0 @@ |
@@ -97,3 +97,5 @@ /* eslint-disable no-underscore-dangle */ | ||
this[_state].setInitializingState(); | ||
this[_resolver].resolve(outgoing); | ||
this[_resolver].resolve(outgoing).catch((err) => { | ||
outgoing.emit('error', err); | ||
}); | ||
return outgoing; | ||
@@ -100,0 +102,0 @@ } |
{ | ||
"name": "@podium/client", | ||
"version": "4.4.2", | ||
"version": "4.4.3", | ||
"main": "lib/client.js", | ||
@@ -22,4 +22,8 @@ "license": "MIT", | ||
"files": [ | ||
"lib", | ||
"index.d.ts" | ||
"package.json", | ||
"CHANGELOG.md", | ||
"index.d.ts", | ||
"README.md", | ||
"LICENSE", | ||
"lib" | ||
], | ||
@@ -37,4 +41,4 @@ "types": "index.d.ts", | ||
"@metrics/client": "2.5.0", | ||
"@podium/schemas": "4.0.2", | ||
"@podium/utils": "4.2.5", | ||
"@podium/schemas": "4.0.3", | ||
"@podium/utils": "4.3.0", | ||
"abslog": "2.4.0", | ||
@@ -48,17 +52,24 @@ "http-cache-semantics": "^4.0.3", | ||
"devDependencies": { | ||
"@semantic-release/changelog": "5.0.1", | ||
"@semantic-release/commit-analyzer": "8.0.1", | ||
"@semantic-release/git": "9.0.0", | ||
"@semantic-release/github": "7.0.7", | ||
"@semantic-release/npm": "7.0.5", | ||
"@semantic-release/release-notes-generator": "9.0.1", | ||
"semantic-release": "17.1.1", | ||
"@podium/test-utils": "2.2.0", | ||
"@sinonjs/fake-timers": "6.0.1", | ||
"benchmark": "2.1.4", | ||
"eslint": "7.1.0", | ||
"eslint-config-airbnb-base": "14.1.0", | ||
"eslint": "7.4.0", | ||
"eslint-config-airbnb-base": "14.2.0", | ||
"eslint-config-prettier": "6.11.0", | ||
"eslint-plugin-import": "2.20.2", | ||
"eslint-plugin-prettier": "3.1.3", | ||
"eslint-plugin-import": "2.22.0", | ||
"eslint-plugin-prettier": "3.1.4", | ||
"express": "4.17.1", | ||
"get-stream": "5.1.0", | ||
"get-stream": "6.0.0", | ||
"http-proxy": "1.18.1", | ||
"is-stream": "2.0.0", | ||
"prettier": "2.0.5", | ||
"tap": "^14.10.6" | ||
"tap": "14.10.8" | ||
} | ||
} |
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
84281
1527
21
+ Added@podium/schemas@4.0.3(transitive)
+ Added@podium/utils@4.3.0(transitive)
+ Addedajv@6.12.4(transitive)
- Removed@podium/schemas@4.0.1(transitive)
- Removed@podium/utils@4.2.5(transitive)
- Removedajv@6.11.06.12.6(transitive)
Updated@podium/schemas@4.0.3
Updated@podium/utils@4.3.0