@ombori/ga-gridapp-iframe
Advanced tools
Comparing version 2.233.0 to 3.22.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.22.0](https://github.com/ombori/gridapp/compare/v3.21.0...v3.22.0) (2023-02-22) | ||
### Features | ||
* qa and dev screen and boot ([3f4d1ad](https://github.com/ombori/gridapp/commit/3f4d1ad8f50689becf224d0130ced38cd86bf503)) | ||
# [2.233.0](https://github.com/ombori/gridapp/compare/v2.232.0...v2.233.0) (2022-10-20) | ||
@@ -8,0 +19,0 @@ |
@@ -61,7 +61,7 @@ var __assign = (this && this.__assign) || function () { | ||
var origin = event.origin, data = event.data; | ||
if (origin !== 'https://app.omborigrid.com') { | ||
if (origin !== 'https://screen.omborigrid.com') { | ||
return; | ||
} | ||
if (iframeRefContainer.current) { | ||
(_a = iframeRefContainer.current.contentWindow) === null || _a === void 0 ? void 0 : _a.postMessage(data, 'https://app.omborigrid.com/'); | ||
(_a = iframeRefContainer.current.contentWindow) === null || _a === void 0 ? void 0 : _a.postMessage(data, 'https://screen.omborigrid.com/'); | ||
} | ||
@@ -68,0 +68,0 @@ }, false); |
{ | ||
"name": "@ombori/ga-gridapp-iframe", | ||
"version": "2.233.0", | ||
"version": "3.22.0", | ||
"main": "dist/index.js", | ||
@@ -16,3 +16,3 @@ "license": "UNLICENSED", | ||
}, | ||
"gitHead": "ae3e02c9d4ed2d99861d7202f7a38be6115c7621" | ||
"gitHead": "6d5058d1a877703fe51aeae5072105730b0b4f18" | ||
} |
Sorry, the diff of this file is not supported yet
18220