@atlassian/atlassian-connect-js 5.3.205 → 5.3.206
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.
- package/dist/connect-host.js +1 -1
- package/dist/iframe-fedramp.js +1 -1
- package/dist/iframe.js +1 -1
- package/package.json +1 -1
package/dist/connect-host.js
CHANGED
|
@@ -13881,7 +13881,7 @@
|
|
|
13881
13881
|
* Add version
|
|
13882
13882
|
*/
|
|
13883
13883
|
if (!window._AP.version) {
|
|
13884
|
-
window._AP.version = '5.3.
|
|
13884
|
+
window._AP.version = '5.3.206';
|
|
13885
13885
|
}
|
|
13886
13886
|
simpleXDM.defineModule('messages', messages);
|
|
13887
13887
|
simpleXDM.defineModule('flag', flag);
|
package/dist/iframe-fedramp.js
CHANGED
|
@@ -1373,7 +1373,7 @@ var AP = (function () {
|
|
|
1373
1373
|
_this._eventHandlers = {};
|
|
1374
1374
|
_this._pendingCallbacks = {};
|
|
1375
1375
|
_this._keyListeners = [];
|
|
1376
|
-
_this._version = '5.3.
|
|
1376
|
+
_this._version = '5.3.206';
|
|
1377
1377
|
_this._apiTampered = undefined;
|
|
1378
1378
|
_this._isSubIframe = _this._topHost !== window.parent;
|
|
1379
1379
|
_this._onConfirmedFns = [];
|
package/dist/iframe.js
CHANGED
|
@@ -1373,7 +1373,7 @@ var AP = (function () {
|
|
|
1373
1373
|
_this._eventHandlers = {};
|
|
1374
1374
|
_this._pendingCallbacks = {};
|
|
1375
1375
|
_this._keyListeners = [];
|
|
1376
|
-
_this._version = '5.3.
|
|
1376
|
+
_this._version = '5.3.206';
|
|
1377
1377
|
_this._apiTampered = undefined;
|
|
1378
1378
|
_this._isSubIframe = _this._topHost !== window.parent;
|
|
1379
1379
|
_this._onConfirmedFns = [];
|