@zag-js/core
Advanced tools
Comparing version 0.0.0-dev-20240515121647 to 0.0.0-dev-20240515160243
@@ -314,3 +314,3 @@ export { Ref, proxy, ref, snapshot, subscribe } from '@zag-js/store'; | ||
getState(): StateMachine.State<TContext, TState, TEvent>; | ||
private get contextSnapshot(); | ||
get contextSnapshot(): TContext; | ||
_created: () => void; | ||
@@ -317,0 +317,0 @@ start: (init?: StateMachine.StateInit<TContext, TState>) => this; |
{ | ||
"name": "@zag-js/core", | ||
"version": "0.0.0-dev-20240515121647", | ||
"version": "0.0.0-dev-20240515160243", | ||
"description": "A minimal implementation of xstate fsm for UI machines", | ||
@@ -30,7 +30,7 @@ "keywords": [ | ||
"klona": "2.0.6", | ||
"@zag-js/store": "0.0.0-dev-20240515121647" | ||
"@zag-js/store": "0.0.0-dev-20240515160243" | ||
}, | ||
"devDependencies": { | ||
"clean-package": "2.2.0", | ||
"@zag-js/utils": "0.0.0-dev-20240515121647" | ||
"@zag-js/utils": "0.0.0-dev-20240515160243" | ||
}, | ||
@@ -37,0 +37,0 @@ "clean-package": "../../clean-package.config.json", |
@@ -104,3 +104,3 @@ import { ref, snapshot, subscribe } from "@zag-js/store" | ||
// immutable context value | ||
private get contextSnapshot(): TContext { | ||
public get contextSnapshot(): TContext { | ||
return this.stateSnapshot.context | ||
@@ -107,0 +107,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
296844
+ Added@zag-js/store@0.0.0-dev-20240515160243(transitive)
- Removed@zag-js/store@0.0.0-dev-20240515121647(transitive)