@xstate/graph
Advanced tools
Comparing version 2.0.1 to 3.0.0
@@ -81,2 +81,3 @@ 'use strict'; | ||
superpathLoop: for (const superpathWithEventSequence of superpathsWithEventSequence) { | ||
// eslint-disable-next-line @typescript-eslint/no-for-in-array | ||
for (const i in pathWithEventSequence.eventSequence) { | ||
@@ -410,3 +411,4 @@ // Check event sequence to determine if path is subpath, e.g.: | ||
stopChild: () => {}, | ||
emit: () => {} | ||
emit: () => {}, | ||
actionExecutor: () => {} | ||
}; | ||
@@ -413,0 +415,0 @@ } |
@@ -77,2 +77,3 @@ import { getShortestPaths as getShortestPaths$1, getSimplePaths as getSimplePaths$1, joinPaths as joinPaths$1, getPathsFromEvents as getPathsFromEvents$1, getAdjacencyMap as getAdjacencyMap$1, serializeSnapshot as serializeSnapshot$1 } from '@xstate/graph'; | ||
superpathLoop: for (const superpathWithEventSequence of superpathsWithEventSequence) { | ||
// eslint-disable-next-line @typescript-eslint/no-for-in-array | ||
for (const i in pathWithEventSequence.eventSequence) { | ||
@@ -406,3 +407,4 @@ // Check event sequence to determine if path is subpath, e.g.: | ||
stopChild: () => {}, | ||
emit: () => {} | ||
emit: () => {}, | ||
actionExecutor: () => {} | ||
}; | ||
@@ -409,0 +411,0 @@ } |
{ | ||
"name": "@xstate/graph", | ||
"version": "2.0.1", | ||
"version": "3.0.0", | ||
"description": "XState graph utilities", | ||
@@ -42,6 +42,6 @@ "keywords": [ | ||
"peerDependencies": { | ||
"xstate": "^5.18.2" | ||
"xstate": "^5.19.0" | ||
}, | ||
"devDependencies": { | ||
"xstate": "^5.18.2" | ||
"xstate": "^5.19.0" | ||
}, | ||
@@ -48,0 +48,0 @@ "dependencies": {}, |
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
77809
2068