1
0
mirror of https://github.com/danog/fast-srp.git synced 2024-11-26 20:04:49 +01:00
This commit is contained in:
Supereg 2021-01-10 18:00:33 +01:00
parent 1d5d4ce975
commit 3f99795371
No known key found for this signature in database
GPG Key ID: 2F08948C5653D720
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "fast-srp-hap",
"version": "2.0.2",
"version": "2.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "fast-srp-hap",
"description": "Secure Remote Password (SRP)",
"version": "2.0.2",
"version": "2.0.3",
"main": "lib/srp.js",
"types": "lib/srp.d.ts",
"scripts": {