prostgles-server 4.1.14 → 4.1.15

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.
@@ -473,7 +473,7 @@ BEGIN
473
473
 
474
474
  END IF;
475
475
 
476
- /** Notify all apps about trigger table change
476
+ /** Notify all apps about trigger table change */
477
477
  PERFORM pg_notify(
478
478
  ${(0, PubSubManager_1.asValue)(this.NOTIF_CHANNEL.preffix)},
479
479
  LEFT(concat_ws(
@@ -475,7 +475,7 @@ BEGIN
475
475
 
476
476
  END IF;
477
477
 
478
- /** Notify all apps about trigger table change
478
+ /** Notify all apps about trigger table change */
479
479
  PERFORM pg_notify(
480
480
  ${asValue(this.NOTIF_CHANNEL.preffix)},
481
481
  LEFT(concat_ws(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prostgles-server",
3
- "version": "4.1.14",
3
+ "version": "4.1.15",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1 +1 @@
1
- 16396
1
+ 19904
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "../..": {
23
23
  "name": "prostgles-server",
24
- "version": "4.1.13",
24
+ "version": "4.1.14",
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
27
  "@types/express": "^4.17.13",