diff options
| author | Pawel Zelawski <pawel@pzelawski.com> | 2026-05-15 18:55:55 +0200 |
|---|---|---|
| committer | Pawel Zelawski <pawel@pzelawski.com> | 2026-05-15 18:55:55 +0200 |
| commit | 3f3521cf5dad43dc537e6a56e469ccf73ae41927 (patch) | |
| tree | d877f8cb6927e221f32fb21634c32a9dc0cf131e /package.json | |
| parent | c333c7daecb0bb6a026d26844dbf57c2665051d7 (diff) | |
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json index dfa72af..8a1d1f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digiid-ts", - "version": "2.0.3", + "version": "2.0.4", "description": "A modern TypeScript implementation of the DigiID authentication protocol.", "main": "dist/digiid-ts.umd.js", "module": "dist/digiid-ts.es.js", @@ -81,6 +81,7 @@ "minimatch": "^10.2.3", "lodash": "^4.18.0", "flatted": "^3.4.2", - "picomatch": "^4.0.4" + "picomatch": "^4.0.4", + "fast-uri": "^3.1.2" } -}
\ No newline at end of file +} |
