aws-appsync-subscription-link
Advanced tools
Comparing version 2.4.2 to 2.4.3
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="2.4.3"></a> | ||
## [2.4.3](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-subscription-link@2.4.2...aws-appsync-subscription-link@2.4.3) (2024-01-23) | ||
### Bug Fixes | ||
* exception due to illegal access to item in an empty map ([ba45213](https://github.com/awslabs/aws-mobile-appsync-sdk-js/commit/ba45213)) | ||
<a name="2.4.2"></a> | ||
@@ -8,0 +19,0 @@ ## [2.4.2](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-subscription-link@2.4.1...aws-appsync-subscription-link@2.4.2) (2022-11-17) |
@@ -343,3 +343,3 @@ "use strict"; | ||
case 5: | ||
_e = this.subscriptionObserverMap.get(subscriptionId), subscriptionFailedCallback = _e.subscriptionFailedCallback, subscriptionReadyCallback = _e.subscriptionReadyCallback; | ||
_e = this.subscriptionObserverMap.get(subscriptionId) || {}, subscriptionFailedCallback = _e.subscriptionFailedCallback, subscriptionReadyCallback = _e.subscriptionReadyCallback; | ||
// This must be done before sending the message in order to be listening immediately | ||
@@ -346,0 +346,0 @@ this.subscriptionObserverMap.set(subscriptionId, { |
{ | ||
"name": "aws-appsync-subscription-link", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
295737