summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPawel Zelawski <pawel@pzelawski.com>2026-06-30 14:44:32 +0200
committerPawel Zelawski <pawel@pzelawski.com>2026-06-30 14:44:32 +0200
commit59c69a611d6bd1308cd32a9a0cd6f9065622c71d (patch)
tree2679fc889261e6302d49639dabdde6049dd5ca23 /package.json
parent63805760ab36357bbd8d67aa3c510e894785335f (diff)
chore: release v3.0.1 with Vite security fixes
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 3d7ade3..6125d53 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "digiid-ts",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "A modern TypeScript implementation of the DigiID authentication protocol.",
"main": "dist/digiid-ts.umd.js",
"module": "dist/digiid-ts.es.js",
@@ -67,7 +67,7 @@
"prettier": "^3.8.3",
"ts-node": "^10.9.2",
"typescript": "^6.0.3",
- "vite": "^8.0.14",
+ "vite": "^8.0.16",
"vite-plugin-dts": "^5.0.1",
"vitest": "^4.1.7"
},