Skip to content

Commit 2ae8c78

Browse files
committed
[docs] Powersync tweaks
1 parent 71abdc9 commit 2ae8c78

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/types/docs/persisters/persister-powersync.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
/**
2-
* The persister-powersync module of the TinyBase project lets you save and
3-
* load Store data to and from a local SQLite database that is automatically
4-
* synced using the PowerSync service.
2+
* The persister-powersync module of the TinyBase project lets you save and load
3+
* Store data to and from a local SQLite database that is automatically synced
4+
* using the PowerSync service.
55
* @see Persisting Data guide
66
* @packageDocumentation
77
* @module persister-powersync
8-
* @since v4.7.0
8+
* @since v4.8.0
99
*/
1010
/// persister-powersync
1111
/**
1212
* The PowerSyncPersister interface is a minor extension to the Persister
1313
* interface.
1414
*
15-
* It simply provides an extra getPowerSync method for accessing a
16-
* reference to the PowerSync instance the Store is being persisted to.
17-
* @since v4.7.0
15+
* It simply provides an extra getPowerSync method for accessing a reference to
16+
* the PowerSync instance the Store is being persisted to.
17+
* @since v4.8.0
1818
*/
1919
/// PowerSyncPersister
2020
{
2121
/**
22-
* The getPowerSync method returns a reference to the PowerSync instance
23-
* the Store is being persisted to.
22+
* The getPowerSync method returns a reference to the PowerSync instance the
23+
* Store is being persisted to.
2424
* @returns A reference to the PowerSync instance.
2525
* @example
2626
* This example creates a Persister object against a newly-created Store and
@@ -37,7 +37,7 @@
3737
* persister.destroy();
3838
* ```
3939
* @category Getter
40-
* @since v4.7.0
40+
* @since v4.8.0
4141
*/
4242
/// PowerSyncPersister.getPowerSync
4343
}
@@ -139,6 +139,6 @@
139139
* persister.destroy();
140140
* ```
141141
* @category Creation
142-
* @since v4.7.0
142+
* @since v4.8.0
143143
*/
144144
/// createPowerSyncPersister

0 commit comments

Comments
 (0)