@zag-js/utils 0.0.0-dev-20231114200311 → 0.0.0-dev-20231127151219

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -48,4 +48,4 @@ declare function warn(c: boolean, m: string): void;
48
48
  declare function invariant(m: string): void;
49
49
  declare function invariant(c: boolean, m: string): void;
50
50
 
51
- export { IndexOptions, MaybeFunction, Nullable, add, addOrRemove, callAll, cast, chunk, clear, compact, first, fromLength, has, hasProp, invariant, isArray, isBoolean, isDev, isEmpty, isEqual, isFunction, isNumber, isObject, isString, json, last, match, next, nextIndex, noop, prev, prevIndex, remove, removeAt, runIfFn, toArray, tryCatch, uuid, warn };
51
+ export { type IndexOptions, type MaybeFunction, type Nullable, add, addOrRemove, callAll, cast, chunk, clear, compact, first, fromLength, has, hasProp, invariant, isArray, isBoolean, isDev, isEmpty, isEqual, isFunction, isNumber, isObject, isString, json, last, match, next, nextIndex, noop, prev, prevIndex, remove, removeAt, runIfFn, toArray, tryCatch, uuid, warn };
package/dist/index.d.ts CHANGED
@@ -48,4 +48,4 @@ declare function warn(c: boolean, m: string): void;
48
48
  declare function invariant(m: string): void;
49
49
  declare function invariant(c: boolean, m: string): void;
50
50
 
51
- export { IndexOptions, MaybeFunction, Nullable, add, addOrRemove, callAll, cast, chunk, clear, compact, first, fromLength, has, hasProp, invariant, isArray, isBoolean, isDev, isEmpty, isEqual, isFunction, isNumber, isObject, isString, json, last, match, next, nextIndex, noop, prev, prevIndex, remove, removeAt, runIfFn, toArray, tryCatch, uuid, warn };
51
+ export { type IndexOptions, type MaybeFunction, type Nullable, add, addOrRemove, callAll, cast, chunk, clear, compact, first, fromLength, has, hasProp, invariant, isArray, isBoolean, isDev, isEmpty, isEqual, isFunction, isNumber, isObject, isString, json, last, match, next, nextIndex, noop, prev, prevIndex, remove, removeAt, runIfFn, toArray, tryCatch, uuid, warn };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/utils",
3
- "version": "0.0.0-dev-20231114200311",
3
+ "version": "0.0.0-dev-20231127151219",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "js",