tinybase 8.3.0-beta.1 → 8.3.0-beta.2

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.
@@ -1489,8 +1489,8 @@ export interface Persister<Persist extends Persists = Persists.StoreOnly> {
1489
1489
  * });
1490
1490
  *
1491
1491
  * await persister.load();
1492
- * // -> `Status changed to 1`
1493
- * // -> `Status changed to 0`
1492
+ * // -> 'Status changed to 1'
1493
+ * // -> 'Status changed to 0'
1494
1494
  *
1495
1495
  * persister.delListener(listenerId);
1496
1496
  *
@@ -1597,8 +1597,8 @@ export interface Persister<
1597
1597
  * });
1598
1598
  *
1599
1599
  * await persister.load();
1600
- * // -> `Status changed to 1`
1601
- * // -> `Status changed to 0`
1600
+ * // -> 'Status changed to 1'
1601
+ * // -> 'Status changed to 0'
1602
1602
  *
1603
1603
  * persister.delListener(listenerId);
1604
1604
  *
@@ -9,12 +9,12 @@
9
9
  *
10
10
  * The components in this module provide a further abstraction over those hooks
11
11
  * to ease the composition of user interfaces that use TinyBase.
12
- * @see Building UIs guides
13
- * @see Building UIs With Metrics guide
14
- * @see Building UIs With Indexes guide
15
- * @see Building UIs With Relationships guide
16
- * @see Building UIs With Queries guide
17
- * @see Building UIs With Checkpoints guide
12
+ * @see Building UIs With React guide
13
+ * @see Building A UI With Metrics guide
14
+ * @see Building A UI With Indexes guide
15
+ * @see Building A UI With Relationships guide
16
+ * @see Building A UI With Queries guide
17
+ * @see Building A UI With Checkpoints guide
18
18
  * @see Hello World (React) demo
19
19
  * @see Countries (React) demo
20
20
  * @see Todo App demos
@@ -9,12 +9,12 @@
9
9
  *
10
10
  * The components in this module provide a further abstraction over those hooks
11
11
  * to ease the composition of user interfaces that use TinyBase.
12
- * @see Building UIs guides
13
- * @see Building UIs With Metrics guide
14
- * @see Building UIs With Indexes guide
15
- * @see Building UIs With Relationships guide
16
- * @see Building UIs With Queries guide
17
- * @see Building UIs With Checkpoints guide
12
+ * @see Building UIs With React guide
13
+ * @see Building A UI With Metrics guide
14
+ * @see Building A UI With Indexes guide
15
+ * @see Building A UI With Relationships guide
16
+ * @see Building A UI With Queries guide
17
+ * @see Building A UI With Checkpoints guide
18
18
  * @see Hello World (React) demo
19
19
  * @see Countries (React) demo
20
20
  * @see Todo App demos