@xstate/inspect
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -52,2 +52,5 @@ var __assign = (this && this.__assign) || function () { | ||
}, | ||
'service.send': { | ||
actions: function (ctx, e) { return ctx.client.send(e); } | ||
}, | ||
'service.register': { | ||
@@ -54,0 +57,0 @@ actions: function (ctx, e) { return ctx.client.send(e); } |
@@ -56,2 +56,5 @@ "use strict"; | ||
}, | ||
'service.send': { | ||
actions: function (ctx, e) { return ctx.client.send(e); } | ||
}, | ||
'service.register': { | ||
@@ -58,0 +61,0 @@ actions: function (ctx, e) { return ctx.client.send(e); } |
{ | ||
"name": "@xstate/inspect", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"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
25101
677