@zag-js/collection
Advanced tools
Comparing version 0.68.1 to 0.69.0
@@ -126,3 +126,3 @@ interface CollectionSearchState { | ||
search(queryString: string, options: CollectionSearchOptions): string | null; | ||
[Symbol.iterator](): Generator<T, void, undefined>; | ||
[Symbol.iterator](): Generator<T, void, unknown>; | ||
insertBefore(value: string, item: T): void; | ||
@@ -129,0 +129,0 @@ insertAfter(value: string, item: T): void; |
{ | ||
"name": "@zag-js/collection", | ||
"version": "0.68.1", | ||
"version": "0.69.0", | ||
"description": "Utilities to manage a collection of items.", | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@zag-js/utils": "0.68.1" | ||
"@zag-js/utils": "0.69.0" | ||
}, | ||
@@ -29,0 +29,0 @@ "clean-package": "../../../clean-package.config.json", |
Sorry, the diff of this file is not supported yet
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
61853
+ Added@zag-js/utils@0.69.0(transitive)
- Removed@zag-js/utils@0.68.1(transitive)
Updated@zag-js/utils@0.69.0