backend-plus 1.16.3 → 1.16.4
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 +6 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "backend-plus",
|
|
3
3
|
"description": "Backend for typed controls",
|
|
4
|
-
"version": "1.16.
|
|
4
|
+
"version": "1.16.4",
|
|
5
5
|
"author": "Codenautas <codenautas@googlegroups.com>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": "codenautas/backend-plus",
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
}
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
|
+
"@upgraded/locate-path": "^6.0.0-alfa.1",
|
|
31
32
|
"ajax-best-promise": "^0.3.7",
|
|
32
33
|
"backend-skins": "^0.1.15",
|
|
33
34
|
"best-globals": "^1.0.3",
|
|
@@ -48,13 +49,12 @@
|
|
|
48
49
|
"json4all": "^1.1.0",
|
|
49
50
|
"lazy-some": "^0.1.0",
|
|
50
51
|
"like-ar": "^0.3.6",
|
|
51
|
-
"@upgraded/locate-path": "^6.0.0-alfa.1",
|
|
52
52
|
"login-plus": "^1.6.2",
|
|
53
53
|
"memorystore": "^1.6.7",
|
|
54
54
|
"mini-tools": "^1.11.2",
|
|
55
|
-
"nodemailer": "^6.7.5",
|
|
56
55
|
"moment": "^2.29.3",
|
|
57
56
|
"multiparty": "^4.2.3",
|
|
57
|
+
"nodemailer": "^6.7.5",
|
|
58
58
|
"numeral": "^2.0.6",
|
|
59
59
|
"pg-promise-strict": "^1.2.6",
|
|
60
60
|
"pikaday": "^1.8.2",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"session-file-store": "^1.5.0",
|
|
68
68
|
"sql-tools": "^0.1.2",
|
|
69
69
|
"stack-trace": "^0.0.10",
|
|
70
|
-
"stylus": "
|
|
70
|
+
"stylus": "0.56.0",
|
|
71
71
|
"type-store": "^0.2.41",
|
|
72
72
|
"typed-controls": "^0.10.0",
|
|
73
73
|
"xlsx": "^0.18.5",
|
|
@@ -81,9 +81,9 @@
|
|
|
81
81
|
"@types/fs-extra": "^9.0.13",
|
|
82
82
|
"@types/js-yaml": "^4.0.5",
|
|
83
83
|
"@types/mocha": "^9.1.1",
|
|
84
|
-
"@types/nodemailer": "^6.4.4",
|
|
85
84
|
"@types/multiparty": "~0.0.33",
|
|
86
85
|
"@types/node": "^17.0.31",
|
|
86
|
+
"@types/nodemailer": "^6.4.4",
|
|
87
87
|
"@types/numeral": "~2.0.2",
|
|
88
88
|
"@types/session-file-store": "^1.2.2",
|
|
89
89
|
"@types/stack-trace": "~0.0.30",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"test-ci": "(npm run prepublish || echo \"continue w/error\") && mocha --reporter spec --bail test/test*.js",
|
|
117
117
|
"test-good": "mocha --reporter spec --bail --check-leaks test/test*.js",
|
|
118
118
|
"example-pu": "node test/puppeteer/first-step.js",
|
|
119
|
-
"test-pu": "mocha --reporter spec --bail --check-leaks --globals cptable --globals QUOTE --globals __core-js_shared__ test/test-pu.js",
|
|
119
|
+
"test-pu": "node ./test/download_puppeteer && mocha --reporter spec --bail --check-leaks --globals cptable --globals QUOTE --globals __core-js_shared__ test/test-pu.js",
|
|
120
120
|
"test-server": "mocha --reporter spec --single-run --bail test/test.js",
|
|
121
121
|
"server-test": "node test/run-simple-backend.js",
|
|
122
122
|
"example-tables": "node examples/tables/server/server-tables.js --dir-x examples/tables",
|