@blitznocode/blitz-orm 0.14.1 → 0.14.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.
- package/dist/index.d.mts +1 -1
- package/dist/index.mjs +42 -41
- package/dist/index.mjs.map +1 -1
- package/package.json +38 -37
package/dist/index.d.mts
CHANGED
|
@@ -27,12 +27,12 @@ declare class SurrealClient {
|
|
|
27
27
|
* Connect to SurrealDB if not connected and run the callback.
|
|
28
28
|
*/
|
|
29
29
|
private run;
|
|
30
|
+
private scheduleConnectionCheck;
|
|
30
31
|
/**
|
|
31
32
|
* Try to run the callback until it succeeds or the maximum number of retries is reached.
|
|
32
33
|
* Retry only on engine disconnected errors.
|
|
33
34
|
*/
|
|
34
35
|
private tryRun;
|
|
35
|
-
private scheduleConnectionCheck;
|
|
36
36
|
/**
|
|
37
37
|
* This method should not throw any exception.
|
|
38
38
|
*/
|