@zag-js/presence
Advanced tools
Comparing version 1.2.1 to 1.3.0
import * as _zag_js_core from '@zag-js/core'; | ||
import { Service, Machine, EventObject } from '@zag-js/core'; | ||
import { EventObject, Machine, Service } from '@zag-js/core'; | ||
import { PropTypes, NormalizeProps } from '@zag-js/types'; | ||
@@ -4,0 +4,0 @@ |
{ | ||
"name": "@zag-js/presence", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "Core logic for the presence widget implemented as a state machine", | ||
@@ -30,5 +30,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@zag-js/dom-query": "1.2.1", | ||
"@zag-js/core": "1.2.1", | ||
"@zag-js/types": "1.2.1" | ||
"@zag-js/dom-query": "1.3.0", | ||
"@zag-js/core": "1.3.0", | ||
"@zag-js/types": "1.3.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
+ Added@zag-js/core@1.3.0(transitive)
+ Added@zag-js/dom-query@1.3.0(transitive)
+ Added@zag-js/types@1.3.0(transitive)
+ Added@zag-js/utils@1.3.0(transitive)
- Removed@zag-js/core@1.2.1(transitive)
- Removed@zag-js/dom-query@1.2.1(transitive)
- Removed@zag-js/types@1.2.1(transitive)
- Removed@zag-js/utils@1.2.1(transitive)
Updated@zag-js/core@1.3.0
Updated@zag-js/dom-query@1.3.0
Updated@zag-js/types@1.3.0