pi-kiosk-shared 2.1.96 → 2.1.97
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 +7 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-kiosk-shared",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.97",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Shared types, API contracts, and error classes for Pi Kiosk system",
|
|
@@ -137,6 +137,7 @@
|
|
|
137
137
|
"type-check": "tsc --noEmit",
|
|
138
138
|
"lint": "npm run type-check",
|
|
139
139
|
"test": "jest --config jest.config.cjs --passWithNoTests && node --test src/tokens/__tests__/*.test.mjs",
|
|
140
|
+
"postinstall": "patch-package --patch-dir ../patches",
|
|
140
141
|
"test:watch": "jest --config jest.config.cjs --watch",
|
|
141
142
|
"test:coverage": "jest --config jest.config.cjs --coverage",
|
|
142
143
|
"storybook": "storybook dev -p 6006",
|
|
@@ -168,8 +169,9 @@
|
|
|
168
169
|
"@zxing/browser": "^0.1.5",
|
|
169
170
|
"@zxing/library": "^0.21.3",
|
|
170
171
|
"handlebars": "^4.7.9",
|
|
171
|
-
"jest": "^30.
|
|
172
|
-
"jest-environment-jsdom": "^30.
|
|
172
|
+
"jest": "^30.4.0",
|
|
173
|
+
"jest-environment-jsdom": "^30.4.0",
|
|
174
|
+
"patch-package": "^8.0.1",
|
|
173
175
|
"react": "^18.3.1",
|
|
174
176
|
"react-dom": "^18.3.1",
|
|
175
177
|
"react-i18next": "^14.1.0",
|
|
@@ -181,7 +183,8 @@
|
|
|
181
183
|
},
|
|
182
184
|
"overrides": {
|
|
183
185
|
"babel-plugin-istanbul": "^8.0.2",
|
|
184
|
-
"
|
|
186
|
+
"glob": "^13.0.6",
|
|
187
|
+
"jsdom": "^27.4.0",
|
|
185
188
|
"test-exclude": "^8.0.0",
|
|
186
189
|
"uuid": "^11.1.1"
|
|
187
190
|
}
|