backend-plus 2.6.1 → 2.6.3
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/lib/backend-plus.d.ts +1 -1
- package/lib/backend-plus.js +1 -1
- package/package.json +16 -11
package/lib/backend-plus.d.ts
CHANGED
|
@@ -167,7 +167,7 @@ export interface TableContext extends Context{
|
|
|
167
167
|
superuser?:true
|
|
168
168
|
forDump?:boolean
|
|
169
169
|
}
|
|
170
|
-
export type PgKnownTypes='decimal'|'text'|'boolean'|'integer'|'bigint'|'date'|'interval'|'timestamp'|'jsonb'|'double'|'bytea'|'jsona'|'time'|'tsrange'|'time_range'|'daterange';
|
|
170
|
+
export type PgKnownTypes='decimal'|'text'|'boolean'|'integer'|'bigint'|'date'|'interval'|'timestamp'|'jsonb'|'double'|'bytea'|'jsona'|'time'|'tsrange'|'time_range'|'daterange'|'time_multirange';
|
|
171
171
|
export type PgKnownDbValues='current_timestamp'|'current_user'|'session_user';
|
|
172
172
|
export type SequenceDefinition = {
|
|
173
173
|
name:string
|
package/lib/backend-plus.js
CHANGED
|
@@ -2500,7 +2500,7 @@ AppBackend.prototype.scanSkinFiles = function scanSkinFiles() {
|
|
|
2500
2500
|
|
|
2501
2501
|
var skinConfig = be.config.server.skins && be.config.server.skins[skinName];
|
|
2502
2502
|
|
|
2503
|
-
if (skinConfig && skinConfig['local-path']) {
|
|
2503
|
+
if (skinName && skinConfig && skinConfig['local-path']) {
|
|
2504
2504
|
try {
|
|
2505
2505
|
var skinPath = Path.join(Path.resolve(skinConfig['local-path']), skinName);
|
|
2506
2506
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "backend-plus",
|
|
3
3
|
"description": "Backend for the anti Pareto rule",
|
|
4
|
-
"version": "2.6.
|
|
4
|
+
"version": "2.6.3",
|
|
5
5
|
"author": "Codenautas <codenautas@googlegroups.com>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": "codenautas/backend-plus",
|
|
@@ -28,11 +28,16 @@
|
|
|
28
28
|
"email": "manueldelapenna@gmail.com"
|
|
29
29
|
}
|
|
30
30
|
],
|
|
31
|
+
"overrides": {
|
|
32
|
+
"diff": "^8.0.2",
|
|
33
|
+
"serialize-javascript": "^7.0.0",
|
|
34
|
+
"uuid": "^14.0.0"
|
|
35
|
+
},
|
|
31
36
|
"dependencies": {
|
|
32
37
|
"@upgraded/locate-path": "^6.0.0-alfa.1",
|
|
33
38
|
"ajax-best-promise": "^0.4.3",
|
|
34
39
|
"backend-skins": "^0.1.34",
|
|
35
|
-
"best-globals": "^2.0
|
|
40
|
+
"best-globals": "^2.1.0",
|
|
36
41
|
"big.js": "^7.0.1",
|
|
37
42
|
"body-parser": "^2.2.2",
|
|
38
43
|
"cast-error": "^0.1.3",
|
|
@@ -41,7 +46,7 @@
|
|
|
41
46
|
"cookie-parser": "^1.4.7",
|
|
42
47
|
"cors": "^2.8.6",
|
|
43
48
|
"dialog-promise": "^0.10.5",
|
|
44
|
-
"discrepances": "^0.2.
|
|
49
|
+
"discrepances": "^0.2.14",
|
|
45
50
|
"express": "^5.2.1",
|
|
46
51
|
"express-session": "^1.19.0",
|
|
47
52
|
"express-useragent": "^2.1.0",
|
|
@@ -52,11 +57,11 @@
|
|
|
52
57
|
"lazy-some": "^0.1.0",
|
|
53
58
|
"like-ar": "^0.5.2",
|
|
54
59
|
"login-plus": "^1.8.1",
|
|
55
|
-
"memorystore": "^1.6.
|
|
60
|
+
"memorystore": "^1.6.8",
|
|
56
61
|
"mini-tools": "^1.13.5",
|
|
57
62
|
"moment": "^2.30.1",
|
|
58
63
|
"multiparty": "^4.2.3",
|
|
59
|
-
"nodemailer": "^8.0.
|
|
64
|
+
"nodemailer": "^8.0.7",
|
|
60
65
|
"numeral": "^2.0.6",
|
|
61
66
|
"pg-promise-strict": "^1.4.5",
|
|
62
67
|
"pg-triggers": "0.4.6",
|
|
@@ -68,11 +73,11 @@
|
|
|
68
73
|
"self-explain": "^0.11.0",
|
|
69
74
|
"serve-content": "^1.0.4",
|
|
70
75
|
"session-file-store": "^1.5.0",
|
|
71
|
-
"simple-git": "^3.
|
|
76
|
+
"simple-git": "^3.36.0",
|
|
72
77
|
"sql-tools": "^0.1.7",
|
|
73
78
|
"stack-trace": "^0.0.10",
|
|
74
79
|
"stylus": "0.64.0",
|
|
75
|
-
"type-store": "^0.4.
|
|
80
|
+
"type-store": "^0.4.9",
|
|
76
81
|
"typed-controls": "^0.12.4",
|
|
77
82
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
|
|
78
83
|
},
|
|
@@ -85,8 +90,8 @@
|
|
|
85
90
|
"@types/js-yaml": "^4.0.9",
|
|
86
91
|
"@types/mocha": "^10.0.10",
|
|
87
92
|
"@types/multiparty": "~4.2.1",
|
|
88
|
-
"@types/node": "^25.
|
|
89
|
-
"@types/nodemailer": "^
|
|
93
|
+
"@types/node": "^25.6.0",
|
|
94
|
+
"@types/nodemailer": "^8.0.0",
|
|
90
95
|
"@types/numeral": "~2.0.5",
|
|
91
96
|
"@types/session-file-store": "^1.2.6",
|
|
92
97
|
"@types/stack-trace": "~0.0.33",
|
|
@@ -102,8 +107,8 @@
|
|
|
102
107
|
"kill-9": "~0.4.3",
|
|
103
108
|
"mocha": "^11.7.5",
|
|
104
109
|
"nyc": "^18.0.0",
|
|
105
|
-
"puppeteer": "^24.
|
|
106
|
-
"sinon": "^21.
|
|
110
|
+
"puppeteer": "^24.42.0",
|
|
111
|
+
"sinon": "^21.1.2",
|
|
107
112
|
"supertest": "^7.2.2",
|
|
108
113
|
"types.d.ts": "~0.6.22",
|
|
109
114
|
"typescript": "^5.9.3",
|