@atlassian/atlassian-connect-js 5.3.206 → 5.3.207

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.
@@ -13881,7 +13881,7 @@
13881
13881
  * Add version
13882
13882
  */
13883
13883
  if (!window._AP.version) {
13884
- window._AP.version = '5.3.206';
13884
+ window._AP.version = '5.3.207';
13885
13885
  }
13886
13886
  simpleXDM.defineModule('messages', messages);
13887
13887
  simpleXDM.defineModule('flag', flag);
@@ -1373,7 +1373,7 @@ var AP = (function () {
1373
1373
  _this._eventHandlers = {};
1374
1374
  _this._pendingCallbacks = {};
1375
1375
  _this._keyListeners = [];
1376
- _this._version = '5.3.206';
1376
+ _this._version = '5.3.207';
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.206';
1376
+ _this._version = '5.3.207';
1377
1377
  _this._apiTampered = undefined;
1378
1378
  _this._isSubIframe = _this._topHost !== window.parent;
1379
1379
  _this._onConfirmedFns = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlassian/atlassian-connect-js",
3
- "version": "5.3.206",
3
+ "version": "5.3.207",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Atlassian Connect JavaScript bridge",
6
6
  "main": "dist/connect-host.js",
@@ -36,7 +36,7 @@
36
36
  "@rollup/plugin-babel": "^6.0.4",
37
37
  "@rollup/plugin-commonjs": "^21.0.1",
38
38
  "@rollup/plugin-node-resolve": "^13.0.6",
39
- "@rollup/plugin-replace": "^5.0.5",
39
+ "@rollup/plugin-replace": "^6.0.0",
40
40
  "@types/jasmine": "^2.5.54",
41
41
  "@types/jquery": "^3.5.29",
42
42
  "babel-loader": "8.0.6",
package/renovate.json CHANGED
@@ -1,11 +1,6 @@
1
1
  {
2
2
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
3
  "extends": [
4
- "local>atlassian/renovate-connect-ktlo"
5
- ],
6
- "enabledManagers": [
7
- "npm",
8
- "nvm"
9
- ],
10
- "prConcurrentLimit": 4
4
+ "local>atlassian/golden-renovate-config:automated"
5
+ ]
11
6
  }