@biglogic/rgs 3.5.3 → 3.7.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.
@@ -1,2 +0,0 @@
1
- import type { IPlugin } from '../../core/types';
2
- export declare const immerPlugin: <S extends Record<string, unknown>>() => IPlugin<S>;
@@ -1,7 +0,0 @@
1
- import type { IPlugin } from '../../core/types';
2
- export interface IndexedDBOptions {
3
- dbName?: string;
4
- storeName?: string;
5
- version?: number;
6
- }
7
- export declare const indexedDBPlugin: <S extends Record<string, unknown>>(options?: IndexedDBOptions) => IPlugin<S>;
@@ -1,2 +0,0 @@
1
- import type { IPlugin } from '../../core/types';
2
- export declare const schemaPlugin: (schemas: Record<string, (val: unknown) => boolean | string>) => IPlugin;
@@ -1,2 +0,0 @@
1
- import type { IPlugin } from '../../core/types';
2
- export declare const snapshotPlugin: () => IPlugin;
@@ -1,4 +0,0 @@
1
- import type { IPlugin } from '../../core/types';
2
- export declare const syncPlugin: (options?: {
3
- channelName?: string;
4
- }) => IPlugin;
@@ -1,4 +0,0 @@
1
- import type { IPlugin } from '../../core/types';
2
- export declare const undoRedoPlugin: <S extends Record<string, unknown>>(options?: {
3
- limit?: number;
4
- }) => IPlugin<S>;
Binary file