aws-appsync-subscription-link
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="3.1.1"></a> | ||
## [3.1.1](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-subscription-link@3.1.0...aws-appsync-subscription-link@3.1.1) (2022-10-07) | ||
**Note:** Version bump only for package aws-appsync-subscription-link | ||
<a name="3.1.0"></a> | ||
@@ -8,0 +16,0 @@ # [3.1.0](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-subscription-link@3.0.11...aws-appsync-subscription-link@3.1.0) (2022-06-24) |
@@ -6,2 +6,3 @@ /*! | ||
import { ApolloLink, Observable, Operation, FetchResult } from "@apollo/client/core"; | ||
import * as ZenObservable from 'zen-observable-ts'; | ||
declare type MqttConnectionInfo = { | ||
@@ -18,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[]>; | ||
@@ -21,0 +22,0 @@ connectNewClient(connectionInfo: MqttConnectionInfo, observer: ZenObservable.Observer<FetchResult>, selectionNames: string[]): Promise<any>; |
import { AuthOptions } from "aws-appsync-auth-link"; | ||
import * as ZenObservable from 'zen-observable-ts'; | ||
export declare enum SUBSCRIPTION_STATUS { | ||
@@ -3,0 +4,0 @@ PENDING = 0, |
{ | ||
"name": "aws-appsync-subscription-link", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"main": "lib/index.js", | ||
@@ -24,3 +24,4 @@ "license": "Apache-2.0", | ||
"debug": "2.6.9", | ||
"url": "^0.11.0" | ||
"url": "^0.11.0", | ||
"zen-observable-ts": "^1.2.5" | ||
}, | ||
@@ -27,0 +28,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
295070
6474
5
+ Addedzen-observable-ts@^1.2.5