aws-appsync-subscription-link
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="2.4.1"></a> | ||
## [2.4.1](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-subscription-link@2.4.0...aws-appsync-subscription-link@2.4.1) (2022-10-07) | ||
### Bug Fixes | ||
* **data:** port over Angular fix from master ([#733](https://github.com/awslabs/aws-mobile-appsync-sdk-js/issues/733)) ([0a38f28](https://github.com/awslabs/aws-mobile-appsync-sdk-js/commit/0a38f28)) | ||
<a name="2.4.0"></a> | ||
@@ -8,0 +19,0 @@ # [2.4.0](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-subscription-link@2.3.0...aws-appsync-subscription-link@2.4.0) (2022-06-24) |
@@ -1,2 +0,1 @@ | ||
/// <reference types="zen-observable" /> | ||
/*! | ||
@@ -7,2 +6,3 @@ * Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. | ||
import { ApolloLink, Observable, Operation, FetchResult } from "apollo-link"; | ||
import * as ZenObservable from 'zen-observable-ts'; | ||
declare type MqttConnectionInfo = { | ||
@@ -19,3 +19,3 @@ client: string; | ||
constructor(subsInfoContextKey: any); | ||
request(operation: Operation): Observable<unknown>; | ||
request(operation: Operation): Observable<FetchResult> | null; | ||
connectNewClients(connectionInfo: MqttConnectionInfo[], observer: ZenObservable.Observer<FetchResult>, operation: Operation): Promise<any[]>; | ||
@@ -22,0 +22,0 @@ connectNewClient(connectionInfo: MqttConnectionInfo, observer: ZenObservable.Observer<FetchResult>, selectionNames: string[]): Promise<any>; |
@@ -1,3 +0,3 @@ | ||
/// <reference types="zen-observable" /> | ||
import { AuthOptions } from "aws-appsync-auth-link"; | ||
import * as ZenObservable from 'zen-observable-ts'; | ||
export declare enum SUBSCRIPTION_STATUS { | ||
@@ -4,0 +4,0 @@ PENDING = 0, |
{ | ||
"name": "aws-appsync-subscription-link", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"main": "lib/index.js", | ||
@@ -28,3 +28,4 @@ "license": "Apache-2.0", | ||
"debug": "2.6.9", | ||
"url": "^0.11.0" | ||
"url": "^0.11.0", | ||
"zen-observable-ts": "^1.2.5" | ||
}, | ||
@@ -31,0 +32,0 @@ "devDependencies": { |
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
294648
9
+ Addedzen-observable-ts@^1.2.5
+ Addedzen-observable-ts@1.2.5(transitive)