graphql-subscriptions-continued
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -7,2 +7,3 @@ import { PubSubAsyncIterableIterator } from './pubsub-async-iterable-iterator'; | ||
asyncIterableIterator<T>(triggers: string | readonly string[]): PubSubAsyncIterableIterator<T>; | ||
asyncIterator<T>(triggers: string | readonly string[]): PubSubAsyncIterableIterator<T>; | ||
} |
@@ -11,2 +11,5 @@ "use strict"; | ||
}; | ||
PubSubEngine.prototype.asyncIterator = function (triggers) { | ||
return this.asyncIterableIterator(triggers); | ||
}; | ||
return PubSubEngine; | ||
@@ -13,0 +16,0 @@ }()); |
{ | ||
"name": "graphql-subscriptions-continued", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "GraphQL subscriptions for node.js, with modern Typescript types", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
62105
383