@signageos/front-display 14.16.3 → 14.17.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signageos/front-display",
3
- "version": "14.16.3",
3
+ "version": "14.17.0",
4
4
  "main": "dist/bundle.js",
5
5
  "files": [
6
6
  "dist",
@@ -16,7 +16,7 @@
16
16
  "develop": "check-engine && node tools/build.mjs --serve",
17
17
  "docker": "docker compose up -d && docker compose exec app bash",
18
18
  "prebuild": "check-engine && mkdir -p dist es6 && npm run clean && npm rebuild @serialport/bindings-cpp",
19
- "prepare": "npx husky install && git config blame.ignoreRevsFile .git-blame-ignore-revs",
19
+ "prepare": "git config blame.ignoreRevsFile .git-blame-ignore-revs",
20
20
  "test": "check-engine && env NODE_ENV=test ISOMORPHIC_TARGET=node mocha --opts mocha.opts",
21
21
  "test:coverage": "check-engine && env NODE_ENV=test ISOMORPHIC_TARGET=node c8 mocha --opts mocha.opts",
22
22
  "test-browser": "check-engine && karma start",
@@ -24,21 +24,10 @@
24
24
  "lint": "eslint --ext .ts,.tsx,.js,.mjs ./src/ ./config ./test ./tools",
25
25
  "lint:prettier": "prettier \"**/*.+(ts|tsx|json|js)\" --check",
26
26
  "lint:prettier:fix": "prettier \"**/*.+(ts|tsx|json|js)\" --write",
27
- "lint:staged": "lint-staged",
28
27
  "escheck": "es-check --module es5 dist/*.js",
29
28
  "check": "npm run depcheck && npx --userconfig ./.npmrc @signageos/lib check-deps '.+' 'html2canvas|weinre'",
30
29
  "depcheck": "depcheck --config .depcheckrc.json"
31
30
  },
32
- "husky": {
33
- "hooks": {
34
- "pre-commit": "lint-staged"
35
- }
36
- },
37
- "lint-staged": {
38
- "{config,libs,src,test,tools}/**/*.{tsx,ts,js,jsx}": [
39
- "eslint"
40
- ]
41
- },
42
31
  "repository": {
43
32
  "url": "git@gitlab.com:signageos/front-display",
44
33
  "type": "git"
@@ -91,7 +80,6 @@
91
80
  "form-data": "4.0.0",
92
81
  "glob": "10.3.10",
93
82
  "html5test": "9.0.1",
94
- "husky": "8.0.3",
95
83
  "jsdom": "12.0.0",
96
84
  "karma": "6.4.2",
97
85
  "karma-chrome-launcher": "3.1.1",
@@ -99,7 +87,6 @@
99
87
  "karma-esbuild-next": "1.1.0",
100
88
  "karma-esbuild-up": "3.0.0",
101
89
  "karma-mocha": "2.0.1",
102
- "lint-staged": "14.0.1",
103
90
  "lodash": "4.17.21",
104
91
  "memfs": "3.2.2",
105
92
  "mocha": "5.2.0",
@@ -126,7 +113,7 @@
126
113
  "serialport": "12.0.0"
127
114
  },
128
115
  "engines": {
129
- "node": "20",
116
+ "node": ">=20",
130
117
  "npm": ">=10"
131
118
  },
132
119
  "engine-strict": false,