prostgles-client 4.0.107 → 4.0.108

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.
@@ -35,7 +35,7 @@ const useProstglesClient = ({ skip, socketOptions, ...initOpts } = {}) => {
35
35
  if (!socket || skip)
36
36
  return;
37
37
  //@ts-ignore
38
- const prgl = await (0, prostgles_1.prostgles)({
38
+ await (0, prostgles_1.prostgles)({
39
39
  socket,
40
40
  ...initOpts,
41
41
  onReady: (...args) => {
@@ -58,7 +58,7 @@ export const useProstglesClient = <DBSchema>({ skip, socketOptions, ...initOpts
58
58
  if(!socket || skip) return;
59
59
 
60
60
  //@ts-ignore
61
- const prgl = await prostgles({
61
+ await prostgles({
62
62
  socket,
63
63
  ...initOpts,
64
64
  onReady: (...args) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prostgles-client",
3
- "version": "4.0.107",
3
+ "version": "4.0.108",
4
4
  "description": "Reactive client for Postgres",
5
5
  "main": "dist/prostgles-full.js",
6
6
  "types": "dist/prostgles-full.d.ts",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "..": {
19
19
  "name": "prostgles-client",
20
- "version": "4.0.106",
20
+ "version": "4.0.107",
21
21
  "license": "MIT",
22
22
  "dependencies": {
23
23
  "prostgles-types": "^4.0.73"