@statelyai/inspect
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -59,3 +59,3 @@ "use strict"; | ||
name: "@statelyai/inspect", | ||
version: "0.0.9", | ||
version: "0.0.10", | ||
description: "Inspection utilities for state, actors, workflows, and state machines.", | ||
@@ -320,4 +320,4 @@ main: "dist/index.js", | ||
this.targetWindow = this.options.iframe?.contentWindow ?? null; | ||
this.options.iframe?.setAttribute("src", String(this.options.url)); | ||
}); | ||
this.options.iframe?.setAttribute("src", String(this.options.url)); | ||
} | ||
@@ -324,0 +324,0 @@ this.options.window.addEventListener("message", (event) => { |
@@ -11,3 +11,3 @@ { | ||
"name": "@statelyai/inspect", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Inspection utilities for state, actors, workflows, and state machines.", | ||
@@ -14,0 +14,0 @@ "main": "dist/index.js", |
@@ -30,4 +30,4 @@ import { Adapter, StatelyInspectionEvent } from './types'; | ||
this.targetWindow = this.options.iframe?.contentWindow ?? null; | ||
this.options.iframe?.setAttribute('src', String(this.options.url)); | ||
}); | ||
this.options.iframe?.setAttribute('src', String(this.options.url)); | ||
} | ||
@@ -34,0 +34,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57360