@ind-rcg/backend 252.1003.0 → 256.1006.0
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 +16 -10
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ind-rcg/backend",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "256.1006.0",
|
|
4
4
|
"author": "Salesforce",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"description": "This backend module is required to simulate the application of Consumer Goods Mobile Application. This modules can only be used in modeler-sfdx-cli-plugin.",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"bindings": "1.5.0",
|
|
9
|
-
"body-parser": "1.20.
|
|
9
|
+
"body-parser": "1.20.3",
|
|
10
10
|
"copyfiles": "2.4.1",
|
|
11
|
-
"express": "4.
|
|
11
|
+
"express": "4.21.2",
|
|
12
12
|
"lodash": "4.17.21",
|
|
13
13
|
"log4js": "6.9.1",
|
|
14
14
|
"md5": "2.3.0",
|
|
15
15
|
"mkdirp": "3.0.1",
|
|
16
|
-
"node-addon-api": "
|
|
16
|
+
"node-addon-api": "8.1.0",
|
|
17
17
|
"node-fetch": "3.3.2",
|
|
18
18
|
"pako": "2.1.0",
|
|
19
|
-
"rimraf": "
|
|
19
|
+
"rimraf": "6.0.1",
|
|
20
20
|
"sharp": "0.32.6",
|
|
21
21
|
"sqlite3": "5.1.7",
|
|
22
22
|
"sqlite3-transactions": "0.0.5",
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"test": "mocha --recursive --timeout 3000 --retries 3",
|
|
27
|
+
"testWithLcovReport": "nyc --reporter=lcov --reporter=text-lcov mocha --recursive --timeout 3000 --retries 3",
|
|
27
28
|
"testSingle": "mocha test/local-test.js --timeout 3000 --retries 3",
|
|
28
29
|
"lint": "npx eslint *.js src/*.js src/**/*.js test/*.js test/**/*.js",
|
|
29
30
|
"start": "node src/server.js",
|
|
@@ -59,11 +60,16 @@
|
|
|
59
60
|
],
|
|
60
61
|
"devDependencies": {
|
|
61
62
|
"@ind-rcg/com-salesforce-rcg-sqlite-extensions": "250.1001.0",
|
|
62
|
-
"chai": "4.
|
|
63
|
+
"chai": "4.5.0",
|
|
63
64
|
"eslint": "8.56.0",
|
|
64
65
|
"jszip": "3.10.1",
|
|
65
|
-
"mocha": "10.3
|
|
66
|
-
"nyc": "
|
|
67
|
-
"supertest": "
|
|
66
|
+
"mocha": "10.7.3",
|
|
67
|
+
"nyc": "17.0.0",
|
|
68
|
+
"supertest": "7.0.0"
|
|
69
|
+
},
|
|
70
|
+
"overrides": {
|
|
71
|
+
"sqlite3": {
|
|
72
|
+
"node-gyp": "11.0.0"
|
|
73
|
+
}
|
|
68
74
|
}
|
|
69
|
-
}
|
|
75
|
+
}
|