pinokiod 3.202.0 → 3.203.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "3.202.0",
3
+ "version": "3.203.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -484,7 +484,7 @@ document.addEventListener("DOMContentLoaded", () => {
484
484
 
485
485
  try {
486
486
  const frameElement = window.frameElement || null;
487
- window.parent?.postMessage({
487
+ window.top?.postMessage({
488
488
  e: 'pinokio-start-inspector',
489
489
  frameUrl: window.location.href,
490
490
  frameName: window.name || null,