diff options
| author | Pawel Zelawski <pawel.zelawski@outlook.com> | 2025-12-20 21:00:45 +0100 |
|---|---|---|
| committer | Pawel Zelawski <pawel.zelawski@outlook.com> | 2025-12-20 21:00:45 +0100 |
| commit | 0b3e86989397d526d74c084828f9eb18e7749976 (patch) | |
| tree | c4a39ae583a02041938e5797bd1a4e073a769218 | |
| parent | a1a01427183425cc985183e299325dbdea553f02 (diff) | |
| -rw-r--r-- | package-lock.json | 4 | ||||
| -rw-r--r-- | package.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 6b0c2cd..f1e8175 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "digiid-ts", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "digiid-ts", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "dependencies": { "bitcoinjs-message": "^2.2.0" diff --git a/package.json b/package.json index 576e7c0..ae58b66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digiid-ts", - "version": "1.1.0", + "version": "1.1.1", "description": "A modern TypeScript implementation of the DigiID authentication protocol.", "main": "dist/digiid-ts.umd.js", "module": "dist/digiid-ts.es.js", @@ -79,4 +79,4 @@ "glob": "^10.5.0", "brace-expansion": "^2.0.2" } -}
\ No newline at end of file +} |
