@statelyai/sky-react
Advanced tools
Comparing version 0.0.9 to 0.0.10
import { SkyConfigFile, actorFromStately } from '@statelyai/sky'; | ||
import { Actor, AnyStateMachine } from 'xstate'; | ||
export declare function useStatelyActor<T extends AnyStateMachine>(options: Parameters<typeof actorFromStately>[0], skyConfig?: SkyConfigFile<T>): readonly [import("xstate").SnapshotFrom<T>, ((event: import("xstate").EventFromLogic<T>) => void) | undefined, Actor<T> | undefined, { | ||
export declare function useStatelyActor<T extends AnyStateMachine>(options: Parameters<typeof actorFromStately>[0], skyConfig?: SkyConfigFile<T>): readonly [any, ((event: import("xstate").EventFromLogic<T>) => void) | undefined, Actor<T> | undefined, { | ||
isConnecting: boolean; | ||
}]; |
{ | ||
"name": "@statelyai/sky-react", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "", | ||
@@ -33,5 +33,5 @@ "main": "dist/statelyai-sky-react.cjs.js", | ||
"dependencies": { | ||
"@statelyai/sky": "0.0.9", | ||
"@xstate/react": "4.0.0-beta.10", | ||
"xstate": "5.0.0-beta.37" | ||
"@statelyai/sky": "*", | ||
"@xstate/react": "4.0.1", | ||
"xstate": "5.2.1" | ||
}, | ||
@@ -38,0 +38,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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
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
4557
77
3
+ Added@statelyai/sky@0.0.14(transitive)
+ Added@xstate/react@4.0.1(transitive)
+ Addedevent-target-shim@6.0.2(transitive)
+ Addedpartysocket@1.0.2(transitive)
+ Addedsuperjson@2.2.1(transitive)
+ Addedxstate@5.19.05.2.1(transitive)
- Removed@statelyai/sky@0.0.9(transitive)
- Removed@xstate/react@4.0.0-beta.10(transitive)
- Removedpartysocket@0.0.12(transitive)
- Removedsuperjson@1.13.1(transitive)
- Removedxstate@5.0.0-beta.37(transitive)
Updated@statelyai/sky@*
Updated@xstate/react@4.0.1
Updatedxstate@5.2.1