Skip to content

Commit 7e44888

Browse files
committed
deps: bump pryv 3.0.3 → 3.0.4 (hds-lib 0.10.1 → 0.10.2)
pryv 3.0.4 lands the Service-level conveniences (userExists, userIdForEmail, availableHostings, flatHostings, createUser, requestPasswordReset, resetPassword, mfaChallenge, mfaVerify, startAccessRequest, pollAccessRequest), structured PryvError (with id/status/response), MfaRequiredError, and the pryv.ERRORS catalogue. See pryv/lib-js@3.0.4 changelog. 488/488 tests still pass. HDSService inherits the new Service.prototype methods automatically so all consumers (auth-app, webapp, doctor-dashboard, bridges) can drop their local re-implementations of these helpers. Migration mapping for consumers is in _macro/_plans/55-app-web-auth3-rewrite-and-pwd-reset-atwork/HANDOFF-PRYVLIB.md and the follow-up entry in _macro/_plans/TODO-ASAP.md.
1 parent bc3d504 commit 7e44888

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hds-lib",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"description": "Health Data Safe - Library",
55
"type": "module",
66
"engines": {
@@ -66,7 +66,7 @@
6666
"@pryv/socket.io": "3.0.3",
6767
"ajv": "^8.20.0",
6868
"events": "^3.3.0",
69-
"pryv": "3.0.3",
69+
"pryv": "3.0.4",
7070
"short-unique-id": "^5.3.2"
7171
}
7272
}

0 commit comments

Comments
 (0)