prostgles-server 2.0.153 → 2.0.154

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,6 +1,6 @@
1
- import { AnyObject, asName } from "prostgles-types";
2
- import { DboBuilder, getKeys, JoinInfo, LocalParams } from "./DboBuilder";
3
- import { asSQLIdentifier, ALLOWED_EXTENSION, ALLOWED_CONTENT_TYPE } from "./FileManager";
1
+ import { getKeys, asName } from "prostgles-types";
2
+ import { JoinInfo } from "./DboBuilder";
3
+ import { ALLOWED_EXTENSION, ALLOWED_CONTENT_TYPE } from "./FileManager";
4
4
  import { DB, DbHandler, Prostgles } from "./Prostgles";
5
5
  import { asValue } from "./PubSubManager";
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prostgles-server",
3
- "version": "2.0.153",
3
+ "version": "2.0.154",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -29,7 +29,7 @@
29
29
  "bluebird": "^3.7.2",
30
30
  "file-type": "^16.5.3",
31
31
  "pg-promise": "^10.11.1",
32
- "prostgles-types": "^1.5.128",
32
+ "prostgles-types": "^1.5.129",
33
33
  "sharp": "^0.30.5"
34
34
  },
35
35
  "devDependencies": {
@@ -1 +1 @@
1
- 10356
1
+ 15875
@@ -11,7 +11,7 @@
11
11
  "dependencies": {
12
12
  "@types/node": "^14.14.16",
13
13
  "@types/socket.io-client": "^1.4.35",
14
- "prostgles-client": "^1.5.141",
14
+ "prostgles-client": "^1.5.142",
15
15
  "prostgles-types": "^1.5.68",
16
16
  "socket.io-client": "^4.5.1"
17
17
  }
@@ -73,17 +73,17 @@
73
73
  "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
74
74
  },
75
75
  "node_modules/prostgles-client": {
76
- "version": "1.5.141",
77
- "resolved": "https://registry.npmjs.org/prostgles-client/-/prostgles-client-1.5.141.tgz",
78
- "integrity": "sha512-wjKuQ5tkTBFuGx+4tQiKcRQq/hvzyJCZNUWTx+Fc52/CsKMsHQnFMeXC7XMw6xk/eRD00BC/0NuJP5YooGqVVw==",
76
+ "version": "1.5.142",
77
+ "resolved": "https://registry.npmjs.org/prostgles-client/-/prostgles-client-1.5.142.tgz",
78
+ "integrity": "sha512-q4PvTn8dPteN7aJ0On57mq/9AcqXj2sIm+UmFZsyl97ngf9GJ18YUUjlCfhMb/wK0FZHwsM4/+TvyW2TN2xk5w==",
79
79
  "dependencies": {
80
- "prostgles-types": "^1.5.127"
80
+ "prostgles-types": "^1.5.129"
81
81
  }
82
82
  },
83
83
  "node_modules/prostgles-types": {
84
- "version": "1.5.127",
85
- "resolved": "https://registry.npmjs.org/prostgles-types/-/prostgles-types-1.5.127.tgz",
86
- "integrity": "sha512-Yg1hLBskSJl96hHZPTlzqFFU0XGhgB48qXnb/NZO11srQqxz67Wmxtt5/sZuZ3iNTV6PUGcvx9dSFKOx1MZAdg=="
84
+ "version": "1.5.129",
85
+ "resolved": "https://registry.npmjs.org/prostgles-types/-/prostgles-types-1.5.129.tgz",
86
+ "integrity": "sha512-2mMfPlXFbVxqBRJvGw63QQdGZmiEWbNjMw6/IzDN5EF59ru1Ph2SkpFN4C0zQ65KHKMVjVJ9FK9TorpVZ7GLbw=="
87
87
  },
88
88
  "node_modules/socket.io-client": {
89
89
  "version": "4.5.1",
@@ -187,17 +187,17 @@
187
187
  "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
188
188
  },
189
189
  "prostgles-client": {
190
- "version": "1.5.141",
191
- "resolved": "https://registry.npmjs.org/prostgles-client/-/prostgles-client-1.5.141.tgz",
192
- "integrity": "sha512-wjKuQ5tkTBFuGx+4tQiKcRQq/hvzyJCZNUWTx+Fc52/CsKMsHQnFMeXC7XMw6xk/eRD00BC/0NuJP5YooGqVVw==",
190
+ "version": "1.5.142",
191
+ "resolved": "https://registry.npmjs.org/prostgles-client/-/prostgles-client-1.5.142.tgz",
192
+ "integrity": "sha512-q4PvTn8dPteN7aJ0On57mq/9AcqXj2sIm+UmFZsyl97ngf9GJ18YUUjlCfhMb/wK0FZHwsM4/+TvyW2TN2xk5w==",
193
193
  "requires": {
194
- "prostgles-types": "^1.5.127"
194
+ "prostgles-types": "^1.5.129"
195
195
  }
196
196
  },
197
197
  "prostgles-types": {
198
- "version": "1.5.127",
199
- "resolved": "https://registry.npmjs.org/prostgles-types/-/prostgles-types-1.5.127.tgz",
200
- "integrity": "sha512-Yg1hLBskSJl96hHZPTlzqFFU0XGhgB48qXnb/NZO11srQqxz67Wmxtt5/sZuZ3iNTV6PUGcvx9dSFKOx1MZAdg=="
198
+ "version": "1.5.129",
199
+ "resolved": "https://registry.npmjs.org/prostgles-types/-/prostgles-types-1.5.129.tgz",
200
+ "integrity": "sha512-2mMfPlXFbVxqBRJvGw63QQdGZmiEWbNjMw6/IzDN5EF59ru1Ph2SkpFN4C0zQ65KHKMVjVJ9FK9TorpVZ7GLbw=="
201
201
  },
202
202
  "socket.io-client": {
203
203
  "version": "4.5.1",
@@ -14,7 +14,7 @@
14
14
  "dependencies": {
15
15
  "@types/node": "^14.14.16",
16
16
  "@types/socket.io-client": "^1.4.35",
17
- "prostgles-client": "^1.5.141",
17
+ "prostgles-client": "^1.5.142",
18
18
  "prostgles-types": "^1.5.68",
19
19
  "socket.io-client": "^4.5.1"
20
20
  }
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "../..": {
25
25
  "name": "prostgles-server",
26
- "version": "2.0.152",
26
+ "version": "2.0.153",
27
27
  "license": "MIT",
28
28
  "dependencies": {
29
29
  "@aws-sdk/client-s3": "^3.95.0",
@@ -31,7 +31,7 @@
31
31
  "bluebird": "^3.7.2",
32
32
  "file-type": "^16.5.3",
33
33
  "pg-promise": "^10.11.1",
34
- "prostgles-types": "^1.5.128",
34
+ "prostgles-types": "^1.5.129",
35
35
  "sharp": "^0.30.5"
36
36
  },
37
37
  "devDependencies": {
@@ -1436,7 +1436,7 @@
1436
1436
  "bluebird": "^3.7.2",
1437
1437
  "file-type": "^16.5.3",
1438
1438
  "pg-promise": "^10.11.1",
1439
- "prostgles-types": "^1.5.128",
1439
+ "prostgles-types": "^1.5.129",
1440
1440
  "sharp": "^0.30.5",
1441
1441
  "typescript": "^4.7.2"
1442
1442
  }