summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Zelawski <pawel.zelawski@outlook.com>2026-01-23 10:54:10 +0100
committerPawel Zelawski <pawel.zelawski@outlook.com>2026-01-23 10:54:10 +0100
commit491058ae03ba1f0ae70fe3c684002c9e8e864a53 (patch)
tree1d492d8ceae875d2840578f848fa2f8147ec3bf5
parent8c32933900e3ed4aa294b6c06403bd406129d349 (diff)
chore: bump to v2.0.0v2.0.0
-rw-r--r--package-lock.json4
-rw-r--r--package.json4
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index d91f4a9..d3fa4ba 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "digiid-ts",
- "version": "1.1.1",
+ "version": "2.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "digiid-ts",
- "version": "1.1.1",
+ "version": "2.0.0",
"license": "MIT",
"dependencies": {
"@noble/curves": "^2.0.1",
diff --git a/package.json b/package.json
index d2fe833..e326047 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "digiid-ts",
- "version": "1.1.1",
+ "version": "2.0.0",
"description": "A modern TypeScript implementation of the DigiID authentication protocol.",
"main": "dist/digiid-ts.umd.js",
"module": "dist/digiid-ts.es.js",
@@ -78,4 +78,4 @@
"glob": "^10.5.0",
"brace-expansion": "^2.0.2"
}
-} \ No newline at end of file
+}