@xstate/inspect
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -52,3 +52,3 @@ var __assign = (this && this.__assign) || function () { | ||
}, | ||
'service.send': { | ||
'service.event': { | ||
actions: function (ctx, e) { return ctx.client.send(e); } | ||
@@ -55,0 +55,0 @@ }, |
@@ -56,3 +56,3 @@ "use strict"; | ||
}, | ||
'service.send': { | ||
'service.event': { | ||
actions: function (ctx, e) { return ctx.client.send(e); } | ||
@@ -59,0 +59,0 @@ }, |
{ | ||
"name": "@xstate/inspect", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "XState inspection utilities", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
25103