@velocitycareerlabs/server-careerwallet 1.25.0-dev-build.1b4dd5564 → 1.25.0-dev-build.12bfac039
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
VERIFICATION_SERVICE_DEEP_LINK=velocity-network://inspect?request_uri=https%3A%2F%2Fcredverifyagent.velocitycareerlabs.io%2Fapi%2Fholder%2Fv0.6%2Forg%2Fdid%
|
|
2
|
-
VERIFICATION_SERVICE_ACTION_BASE_URL=https://api.verifymycreds.com/holder-api/org/did:
|
|
3
|
-
EMAIL_VERIFIER_DID=did:
|
|
4
|
-
ID_VERIFIER_DID=did:
|
|
5
|
-
PHONE_VERIFIER_DID=did:
|
|
1
|
+
VERIFICATION_SERVICE_DEEP_LINK=velocity-network://inspect?request_uri=https%3A%2F%2Fcredverifyagent.velocitycareerlabs.io%2Fapi%2Fholder%2Fv0.6%2Forg%2Fdid%3Aweb%3Aregistrar.velocitynetwork.foundation%3Ad%3Awww.velocitycareerlabs.com%2Finspect%2Fget-presentation-request%3Fid%3D63beb4c75a131bc08392504e&inspectorDid=did%3Aweb%3Aregistrar.velocitynetwork.foundation%3Ad%3Awww.velocitycareerlabs.com
|
|
2
|
+
VERIFICATION_SERVICE_ACTION_BASE_URL=https://api.verifymycreds.com/holder-api/org/did:web:registrar.velocitynetwork.foundation:d:www.velocitycareerlabs.com
|
|
3
|
+
EMAIL_VERIFIER_DID=did:web:registrar.velocitynetwork.foundation:d:www.velocitycareerlabs.com
|
|
4
|
+
ID_VERIFIER_DID=did:web:registrar.velocitynetwork.foundation:d:www.yoti.com
|
|
5
|
+
PHONE_VERIFIER_DID=did:web:registrar.velocitynetwork.foundation:d:www.velocitycareerlabs.com
|
|
6
6
|
VERIFICATION_SERVICE_PRESENTATION_LINK_TEMPLATE=https://app.verifymycreds.com/presentations/{linkCode}
|
|
7
7
|
PRESENTATION_EXTENSION_PERIOD_URL=https://api.verifymycreds.com/holder-api/org/get-extension-period
|
|
8
8
|
VERIFICATION_PRIVACY=https://app.verifymycreds.com/privacy-policy
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@velocitycareerlabs/server-careerwallet",
|
|
3
|
-
"version": "1.25.0-dev-build.
|
|
3
|
+
"version": "1.25.0-dev-build.12bfac039",
|
|
4
4
|
"description": "Career Wallet application",
|
|
5
5
|
"repository": "https://github.com/velocitycareerlabs/packages",
|
|
6
6
|
"engines": {
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
"@velocitycareerlabs/did-doc": "1.25.0-dev-build.1dab34007",
|
|
41
41
|
"@velocitycareerlabs/fastify-plugins": "1.25.0-dev-build.1dab34007",
|
|
42
42
|
"@velocitycareerlabs/jwt": "1.25.0-dev-build.1dab34007",
|
|
43
|
-
"@velocitycareerlabs/migrations": "1.25.0-dev-build.
|
|
43
|
+
"@velocitycareerlabs/migrations": "1.25.0-dev-build.12bfac039",
|
|
44
44
|
"@velocitycareerlabs/organizations-registry": "1.25.0-dev-build.1dab34007",
|
|
45
45
|
"@velocitycareerlabs/request": "1.25.0-dev-build.1dab34007",
|
|
46
46
|
"@velocitycareerlabs/server-provider": "1.25.0-dev-build.1dab34007",
|
|
47
47
|
"@velocitycareerlabs/spencer-mongo-extensions": "1.25.0-dev-build.1dab34007",
|
|
48
48
|
"@velocitycareerlabs/verifiable-credentials": "1.25.0-dev-build.1dab34007",
|
|
49
|
-
"@velocitycareerlabs/yoti-integration-plugin": "1.25.0-dev-build.
|
|
49
|
+
"@velocitycareerlabs/yoti-integration-plugin": "1.25.0-dev-build.12bfac039",
|
|
50
50
|
"aws-sdk": "2.1692.0",
|
|
51
51
|
"canonicalize": "^2.0.0",
|
|
52
52
|
"date-fns": "^3.0.0",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"nodemon": "3.1.9",
|
|
83
83
|
"prettier": "2.8.8"
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "ae8601ce8953d82008dd0d65520e16ba36b15a10"
|
|
86
86
|
}
|