@aws-amplify/pubsub 4.1.12-unstable.2 → 4.1.12-unstable.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7306,7 +7306,9 @@ var __spread = undefined && undefined.__spread || function () {
|
|
|
7306
7306
|
|
|
7307
7307
|
var logger = new _aws_amplify_core__WEBPACK_IMPORTED_MODULE_1__["ConsoleLogger"]('AWSAppSyncProvider');
|
|
7308
7308
|
|
|
7309
|
-
var AWSAppSyncProvider =
|
|
7309
|
+
var AWSAppSyncProvider =
|
|
7310
|
+
/** @class */
|
|
7311
|
+
function (_super) {
|
|
7310
7312
|
__extends(AWSAppSyncProvider, _super);
|
|
7311
7313
|
|
|
7312
7314
|
function AWSAppSyncProvider() {
|
|
@@ -7985,7 +7987,9 @@ var START_ACK_TIMEOUT = 15000;
|
|
|
7985
7987
|
|
|
7986
7988
|
var DEFAULT_KEEP_ALIVE_TIMEOUT = 5 * 60 * 1000;
|
|
7987
7989
|
|
|
7988
|
-
var AWSAppSyncRealTimeProvider =
|
|
7990
|
+
var AWSAppSyncRealTimeProvider =
|
|
7991
|
+
/** @class */
|
|
7992
|
+
function (_super) {
|
|
7989
7993
|
__extends(AWSAppSyncRealTimeProvider, _super);
|
|
7990
7994
|
|
|
7991
7995
|
function AWSAppSyncRealTimeProvider() {
|
|
@@ -9191,7 +9195,9 @@ var __generator = undefined && undefined.__generator || function (thisArg, body)
|
|
|
9191
9195
|
|
|
9192
9196
|
var SERVICE_NAME = 'iotdevicegateway';
|
|
9193
9197
|
|
|
9194
|
-
var AWSIoTProvider =
|
|
9198
|
+
var AWSIoTProvider =
|
|
9199
|
+
/** @class */
|
|
9200
|
+
function (_super) {
|
|
9195
9201
|
__extends(AWSIoTProvider, _super);
|
|
9196
9202
|
|
|
9197
9203
|
function AWSIoTProvider() {
|
|
@@ -9522,7 +9528,9 @@ function mqttTopicMatch(filter, topic) {
|
|
|
9522
9528
|
return length === topicArray.length;
|
|
9523
9529
|
}
|
|
9524
9530
|
|
|
9525
|
-
var ClientsQueue =
|
|
9531
|
+
var ClientsQueue =
|
|
9532
|
+
/** @class */
|
|
9533
|
+
function () {
|
|
9526
9534
|
function ClientsQueue() {
|
|
9527
9535
|
this.promises = new Map();
|
|
9528
9536
|
}
|
|
@@ -9565,7 +9573,9 @@ var ClientsQueue = function () {
|
|
|
9565
9573
|
|
|
9566
9574
|
var topicSymbol = typeof Symbol !== 'undefined' ? Symbol('topic') : '@@topic';
|
|
9567
9575
|
|
|
9568
|
-
var MqttOverWSProvider =
|
|
9576
|
+
var MqttOverWSProvider =
|
|
9577
|
+
/** @class */
|
|
9578
|
+
function (_super) {
|
|
9569
9579
|
__extends(MqttOverWSProvider, _super);
|
|
9570
9580
|
|
|
9571
9581
|
function MqttOverWSProvider(options) {
|
|
@@ -10001,7 +10011,9 @@ var __assign = undefined && undefined.__assign || function () {
|
|
|
10001
10011
|
|
|
10002
10012
|
var logger = new _aws_amplify_core__WEBPACK_IMPORTED_MODULE_0__["ConsoleLogger"]('AbstractPubSubProvider');
|
|
10003
10013
|
|
|
10004
|
-
var AbstractPubSubProvider =
|
|
10014
|
+
var AbstractPubSubProvider =
|
|
10015
|
+
/** @class */
|
|
10016
|
+
function () {
|
|
10005
10017
|
function AbstractPubSubProvider(options) {
|
|
10006
10018
|
if (options === void 0) {
|
|
10007
10019
|
options = {};
|
|
@@ -10262,7 +10274,9 @@ var __generator = undefined && undefined.__generator || function (thisArg, body)
|
|
|
10262
10274
|
var isNode = Object(_aws_amplify_core__WEBPACK_IMPORTED_MODULE_1__["browserOrNode"])().isNode;
|
|
10263
10275
|
var logger = new _aws_amplify_core__WEBPACK_IMPORTED_MODULE_1__["ConsoleLogger"]('PubSub');
|
|
10264
10276
|
|
|
10265
|
-
var PubSubClass =
|
|
10277
|
+
var PubSubClass =
|
|
10278
|
+
/** @class */
|
|
10279
|
+
function () {
|
|
10266
10280
|
/**
|
|
10267
10281
|
* Initialize PubSub with AWS configurations
|
|
10268
10282
|
*
|