@xstate/graph
Advanced tools
Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2
@@ -39,3 +39,3 @@ var __read = (this && this.__read) || function (o, n) { | ||
import { getAdjacencyMap } from './adjacency'; | ||
import { flatten } from 'xstate/src/utils'; | ||
import { flatten } from 'xstate/lib/utils'; | ||
export function getMachineSimplePaths(machine, options) { | ||
@@ -42,0 +42,0 @@ var resolvedOptions = resolveTraversalOptions(options, createDefaultMachineOptions(machine)); |
@@ -42,3 +42,3 @@ "use strict"; | ||
var adjacency_1 = require("./adjacency"); | ||
var utils_1 = require("xstate/src/utils"); | ||
var utils_1 = require("xstate/lib/utils"); | ||
function getMachineSimplePaths(machine, options) { | ||
@@ -45,0 +45,0 @@ var resolvedOptions = (0, graph_1.resolveTraversalOptions)(options, (0, graph_1.createDefaultMachineOptions)(machine)); |
{ | ||
"name": "@xstate/graph", | ||
"version": "2.0.0-alpha.1", | ||
"version": "2.0.0-alpha.2", | ||
"description": "XState graph utilities", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"xstate": "^4.37.0" | ||
"xstate": "^4.37.2" | ||
}, | ||
@@ -43,0 +43,0 @@ "devDependencies": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0