@signageos/lib 16.1.1 → 16.1.2-master.3144
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signageos/lib",
|
|
3
|
-
"version": "16.1.
|
|
3
|
+
"version": "16.1.2-master.3144",
|
|
4
4
|
"main": "./dist",
|
|
5
5
|
"files": [
|
|
6
6
|
"tools",
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"build-es5": "tsc --target es5 --outDir dist && npm run escheck:5",
|
|
20
20
|
"build-es6": "tsc --target es6 --outDir es6 && npm run escheck:6",
|
|
21
21
|
"lint": "eslint --ext .ts,.tsx,.js ./src/ ./config ./tests ./tools",
|
|
22
|
+
"lint:prettier:fix": "prettier \"**/*.(ts|tsx|json|js)\" --write",
|
|
22
23
|
"clean-build": "rm -rf dist/* && npm run build",
|
|
23
24
|
"test": "NODE_ENV=test mocha",
|
|
24
25
|
"test:coverage": "c8 npm run test",
|
|
@@ -80,7 +81,7 @@
|
|
|
80
81
|
"@types/http-status": "0.2.30",
|
|
81
82
|
"@types/lodash": "4.14.158",
|
|
82
83
|
"@types/mocha": "10.0.6",
|
|
83
|
-
"@types/node": "
|
|
84
|
+
"@types/node": "20.14.9",
|
|
84
85
|
"@types/node-fetch": "2.6.4",
|
|
85
86
|
"@types/on-finished": "2.3.4",
|
|
86
87
|
"@types/path-browserify": "1.0.2",
|