prostgles-server 2.0.341 → 2.0.342

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prostgles-server",
3
- "version": "2.0.341",
3
+ "version": "2.0.342",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -31,7 +31,7 @@
31
31
  "check-disk-space": "^3.3.1",
32
32
  "file-type": "^17.1.4",
33
33
  "pg-promise": "^10.11.1",
34
- "prostgles-types": "^1.5.180",
34
+ "prostgles-types": "^1.5.181",
35
35
  "sharp": "^0.31.0"
36
36
  },
37
37
  "devDependencies": {
@@ -1 +1 @@
1
- 7297
1
+ 12020
@@ -475,7 +475,7 @@ export type DBSchemaGenerated = {
475
475
  id?: number;
476
476
  jsn?: null | any;
477
477
  name?: null | string;
478
- tsv?: null | any;
478
+ tsv?: null | string;
479
479
  };
480
480
  };
481
481
 
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "../..": {
23
23
  "name": "prostgles-server",
24
- "version": "2.0.340",
24
+ "version": "2.0.341",
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
27
  "@aws-sdk/client-s3": "^3.121.0",
@@ -31,7 +31,7 @@
31
31
  "check-disk-space": "^3.3.1",
32
32
  "file-type": "^17.1.4",
33
33
  "pg-promise": "^10.11.1",
34
- "prostgles-types": "^1.5.180",
34
+ "prostgles-types": "^1.5.181",
35
35
  "sharp": "^0.31.0"
36
36
  },
37
37
  "devDependencies": {
@@ -1375,7 +1375,7 @@
1375
1375
  "check-disk-space": "^3.3.1",
1376
1376
  "file-type": "^17.1.4",
1377
1377
  "pg-promise": "^10.11.1",
1378
- "prostgles-types": "^1.5.180",
1378
+ "prostgles-types": "^1.5.181",
1379
1379
  "sharp": "^0.31.0",
1380
1380
  "typescript": "^4.8.4"
1381
1381
  }