pi-kiosk-shared 2.1.81 → 2.1.83
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": "pi-kiosk-shared",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.83",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Shared types, API contracts, and error classes for Pi Kiosk system",
|
|
@@ -102,7 +102,8 @@
|
|
|
102
102
|
"publish:local": "npm run build && npm pack --pack-destination ../",
|
|
103
103
|
"prepublishOnly": "npm run build",
|
|
104
104
|
"preversion": "npm run test -- --passWithNoTests",
|
|
105
|
-
"postversion": "echo 'Version updated. Run git push && git push --tags manually if needed.'"
|
|
105
|
+
"postversion": "echo 'Version updated. Run git push && git push --tags manually if needed.'",
|
|
106
|
+
"audit:deps": "npm audit --audit-level=high"
|
|
106
107
|
},
|
|
107
108
|
"files": [
|
|
108
109
|
"dist",
|