@denevads/dnv-smo 1.0.30 → 1.0.31

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/smo.js CHANGED
@@ -713,7 +713,7 @@ var Utils = /** @class */ (function () {
713
713
 
714
714
  }
715
715
  }*/
716
- window.parent.postMessage(obj, dest);
716
+ window.parent.postMessage(obj, "*");
717
717
  };
718
718
  Utils.prototype.setJsonObj = function (xml) {
719
719
  var jsonObj = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@denevads/dnv-smo",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "description": "SMO module",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
package/src/smo.ts CHANGED
@@ -739,7 +739,7 @@ class Utils{
739
739
 
740
740
  }
741
741
  }*/
742
- window.parent.postMessage(obj, dest);
742
+ window.parent.postMessage(obj, "*");
743
743
  }
744
744
  setJsonObj(xml: any) {
745
745
  let jsonObj = {} as any;