@zuzjs/flare 0.2.27 → 0.2.28
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-CnmBBd-u.d.cts → index-BDbL-6Rr.d.cts} +2 -2
- package/dist/{index-DPlKzY-d.d.ts → index-DvHbnHDV.d.ts} +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/react.d.cts +1 -1
- package/dist/react.d.ts +1 -1
- package/package.json +1 -1
|
@@ -490,8 +490,8 @@ declare class FlareBase<TPresetMap extends QueryPresetMap = {}> {
|
|
|
490
490
|
onError(callback: ErrorListener): () => void;
|
|
491
491
|
collection<T = any>(name: string): CollectionQuery<T, TPresetMap>;
|
|
492
492
|
/**
|
|
493
|
-
* Generates a
|
|
494
|
-
* UUID v4 without dashes, first
|
|
493
|
+
* Generates a 24-character hex document ID (Mongo ObjectId compatible format).
|
|
494
|
+
* UUID v4 without dashes, first 24 chars.
|
|
495
495
|
*
|
|
496
496
|
* ```ts
|
|
497
497
|
* const id = db.generateFlareId();
|
|
@@ -490,8 +490,8 @@ declare class FlareBase<TPresetMap extends QueryPresetMap = {}> {
|
|
|
490
490
|
onError(callback: ErrorListener): () => void;
|
|
491
491
|
collection<T = any>(name: string): CollectionQuery<T, TPresetMap>;
|
|
492
492
|
/**
|
|
493
|
-
* Generates a
|
|
494
|
-
* UUID v4 without dashes, first
|
|
493
|
+
* Generates a 24-character hex document ID (Mongo ObjectId compatible format).
|
|
494
|
+
* UUID v4 without dashes, first 24 chars.
|
|
495
495
|
*
|
|
496
496
|
* ```ts
|
|
497
497
|
* const id = db.generateFlareId();
|