@zag-js/core
Advanced tools
Comparing version 0.0.0-dev-20220426091714 to 0.0.0-dev-20220426092659
@@ -236,3 +236,3 @@ export declare type Dict<T = any> = Record<string, T>; | ||
*/ | ||
__hookSync?: boolean; | ||
hookSync?: boolean; | ||
} | ||
@@ -239,0 +239,0 @@ type HookOptions<TContext, TState extends StateSchema, TEvent extends EventObject> = { |
{ | ||
"name": "@zag-js/core", | ||
"version": "0.0.0-dev-20220426091714", | ||
"version": "0.0.0-dev-20220426092659", | ||
"description": "A minimal implementation of xstate fsm for UI machines", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@zag-js/utils": "^0.0.0-dev-20220426091714", | ||
"@zag-js/utils": "^0.0.0-dev-20220426092659", | ||
"klona": "^2.0.5", | ||
@@ -43,0 +43,0 @@ "valtio": "^1.6.0" |
Sorry, the diff of this file is not supported yet
222448