@aws-amplify/pubsub 6.0.5-unstable.fe5afe6.0 → 6.0.6-unstable.f2b7a8d.0
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.
|
@@ -2819,10 +2819,10 @@ function onMessageArrived(message) {
|
|
|
2819
2819
|
typeof global !== 'undefined'
|
|
2820
2820
|
? global
|
|
2821
2821
|
: typeof self !== 'undefined'
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2822
|
+
? self
|
|
2823
|
+
: typeof window !== 'undefined'
|
|
2824
|
+
? window
|
|
2825
|
+
: {}
|
|
2826
2826
|
);
|
|
2827
2827
|
return PahoMQTT;
|
|
2828
2828
|
});
|
|
@@ -2819,10 +2819,10 @@ function onMessageArrived(message) {
|
|
|
2819
2819
|
typeof global !== 'undefined'
|
|
2820
2820
|
? global
|
|
2821
2821
|
: typeof self !== 'undefined'
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2822
|
+
? self
|
|
2823
|
+
: typeof window !== 'undefined'
|
|
2824
|
+
? window
|
|
2825
|
+
: {}
|
|
2826
2826
|
);
|
|
2827
2827
|
return PahoMQTT;
|
|
2828
2828
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/pubsub",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.6-unstable.f2b7a8d.0+f2b7a8d",
|
|
4
4
|
"description": "Pubsub category of aws-amplify",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"module": "./dist/esm/index.mjs",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"mqtt"
|
|
74
74
|
],
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@aws-amplify/auth": "6.0.
|
|
76
|
+
"@aws-amplify/auth": "6.0.6-unstable.f2b7a8d.0+f2b7a8d",
|
|
77
77
|
"buffer": "4.9.2",
|
|
78
78
|
"graphql": "15.8.0",
|
|
79
79
|
"rxjs": "^7.8.1",
|
|
@@ -81,10 +81,10 @@
|
|
|
81
81
|
"url": "0.11.0"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
84
|
-
"@aws-amplify/core": "6.0.
|
|
84
|
+
"@aws-amplify/core": "6.0.6-unstable.f2b7a8d.0+f2b7a8d"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@aws-amplify/core": "6.0.
|
|
87
|
+
"@aws-amplify/core": "6.0.6-unstable.f2b7a8d.0+f2b7a8d",
|
|
88
88
|
"@rollup/plugin-typescript": "11.1.5",
|
|
89
89
|
"rollup": "3.29.4",
|
|
90
90
|
"typescript": "5.0.2"
|
|
@@ -145,5 +145,5 @@
|
|
|
145
145
|
"dist"
|
|
146
146
|
]
|
|
147
147
|
},
|
|
148
|
-
"gitHead": "
|
|
148
|
+
"gitHead": "f2b7a8d78058af2e1c04f7d507525641def667c3"
|
|
149
149
|
}
|
package/src/vendor/paho-mqtt.js
CHANGED
|
@@ -2819,10 +2819,10 @@ function onMessageArrived(message) {
|
|
|
2819
2819
|
typeof global !== 'undefined'
|
|
2820
2820
|
? global
|
|
2821
2821
|
: typeof self !== 'undefined'
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2822
|
+
? self
|
|
2823
|
+
: typeof window !== 'undefined'
|
|
2824
|
+
? window
|
|
2825
|
+
: {}
|
|
2826
2826
|
);
|
|
2827
2827
|
return PahoMQTT;
|
|
2828
2828
|
});
|