@statelyai/inspect
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -257,3 +257,3 @@ "use strict"; | ||
name: "@statelyai/inspect", | ||
version: "0.0.4", | ||
version: "0.0.5", | ||
description: "Inspection utilities for state, actors, workflows, and state machines.", | ||
@@ -267,3 +267,3 @@ main: "dist/index.js", | ||
"isomorphic-ws": "^5.0.0", | ||
xstate: "5.0.0-beta.53" | ||
xstate: "5.0.0" | ||
}, | ||
@@ -270,0 +270,0 @@ scripts: { |
@@ -11,3 +11,3 @@ { | ||
"name": "@statelyai/inspect", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Inspection utilities for state, actors, workflows, and state machines.", | ||
@@ -21,3 +21,3 @@ "main": "dist/index.js", | ||
"isomorphic-ws": "^5.0.0", | ||
"xstate": "5.0.0-beta.53" | ||
"xstate": "5.0.0" | ||
}, | ||
@@ -24,0 +24,0 @@ "scripts": { |
@@ -76,3 +76,3 @@ import { expect, test } from 'vitest'; | ||
"event": { | ||
"type": "xstate.after(10)#trafficLight.green", | ||
"type": "xstate.after.10.trafficLight.green", | ||
}, | ||
@@ -89,3 +89,3 @@ "sessionId": "x:0", | ||
"event": { | ||
"type": "xstate.after(10)#trafficLight.yellow", | ||
"type": "xstate.after.10.trafficLight.yellow", | ||
}, | ||
@@ -92,0 +92,0 @@ "sessionId": "x:0", |
59859
+ Addedxstate@5.0.0(transitive)
- Removedxstate@5.0.0-beta.53(transitive)
Updatedxstate@5.0.0