@velocitycareerlabs/server-careerwallet 1.25.0-dev-build.168a64a93 → 1.25.0-dev-build.1f73bb0fe
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-testnet://inspect?request_uri=https%3A%2F%2Fstagingcredverifyagent.velocitycareerlabs.io%2Fapi%2Fholder%2Fv0.6%2Forg%2Fdid%
|
|
2
|
-
VERIFICATION_SERVICE_ACTION_BASE_URL=https://stagingapi.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-testnet://inspect?request_uri=https%3A%2F%2Fstagingcredverifyagent.velocitycareerlabs.io%2Fapi%2Fholder%2Fv0.6%2Forg%2Fdid%3Aweb%3Astagingregistrar.velocitynetwork.foundation%3Ad%3Awww.velocitycareerlabs-1.com%2Finspect%2Fget-presentation-request%3Fid%3D63b69f43539cbfd0655b9845&inspectorDid=did%3Aweb%3Astagingregistrar.velocitynetwork.foundation%3Ad%3Awww.velocitycareerlabs-1.com
|
|
2
|
+
VERIFICATION_SERVICE_ACTION_BASE_URL=https://stagingapi.verifymycreds.com/holder-api/org/did:web:stagingregistrar.velocitynetwork.foundation:d:www.velocitycareerlabs-1.com
|
|
3
|
+
EMAIL_VERIFIER_DID=did:web:stagingregistrar.velocitynetwork.foundation:d:djclh9slhu.example.com
|
|
4
|
+
ID_VERIFIER_DID=did:web:stagingregistrar.velocitynetwork.foundation:d:www.velocitycareerlabs-1.com
|
|
5
|
+
PHONE_VERIFIER_DID=did:web:stagingregistrar.velocitynetwork.foundation:d:djclh9slhu.example.com
|
|
6
6
|
VERIFICATION_SERVICE_PRESENTATION_LINK_TEMPLATE=https://stagingapp.verifymycreds.com/presentations/{linkCode}
|
|
7
7
|
PRESENTATION_EXTENSION_PERIOD_URL=https://stagingapi.verifymycreds.com/holder-api/org/get-extension-period
|
|
8
8
|
VERIFICATION_PRIVACY=https://stagingapp.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.1f73bb0fe",
|
|
4
4
|
"description": "Career Wallet application",
|
|
5
5
|
"repository": "https://github.com/velocitycareerlabs/packages",
|
|
6
6
|
"engines": {
|
|
@@ -29,24 +29,24 @@
|
|
|
29
29
|
"@fastify/static": "7.0.4",
|
|
30
30
|
"@getyoti/sdk-sandbox": "1.7.0",
|
|
31
31
|
"@spencejs/spence-mongo-repos": "^0.10.2",
|
|
32
|
-
"@velocitycareerlabs/auth": "1.25.0-dev-build.
|
|
33
|
-
"@velocitycareerlabs/aws-clients": "1.25.0-dev-build.
|
|
34
|
-
"@velocitycareerlabs/common-fetchers": "1.25.0-dev-build.
|
|
35
|
-
"@velocitycareerlabs/common-functions": "1.25.0-dev-build.
|
|
36
|
-
"@velocitycareerlabs/common-schemas": "1.25.0-dev-build.
|
|
37
|
-
"@velocitycareerlabs/config": "1.25.0-dev-build.
|
|
38
|
-
"@velocitycareerlabs/country-data": "1.25.0-dev-build.
|
|
39
|
-
"@velocitycareerlabs/crypto": "1.25.0-dev-build.
|
|
40
|
-
"@velocitycareerlabs/did-doc": "1.25.0-dev-build.
|
|
41
|
-
"@velocitycareerlabs/fastify-plugins": "1.25.0-dev-build.
|
|
42
|
-
"@velocitycareerlabs/jwt": "1.25.0-dev-build.
|
|
43
|
-
"@velocitycareerlabs/migrations": "1.25.0-dev-build.
|
|
44
|
-
"@velocitycareerlabs/organizations-registry": "1.25.0-dev-build.
|
|
45
|
-
"@velocitycareerlabs/request": "1.25.0-dev-build.
|
|
46
|
-
"@velocitycareerlabs/server-provider": "1.25.0-dev-build.
|
|
47
|
-
"@velocitycareerlabs/spencer-mongo-extensions": "1.25.0-dev-build.
|
|
48
|
-
"@velocitycareerlabs/verifiable-credentials": "1.25.0-dev-build.
|
|
49
|
-
"@velocitycareerlabs/yoti-integration-plugin": "1.25.0-dev-build.
|
|
32
|
+
"@velocitycareerlabs/auth": "1.25.0-dev-build.1f73bb0fe",
|
|
33
|
+
"@velocitycareerlabs/aws-clients": "1.25.0-dev-build.1f73bb0fe",
|
|
34
|
+
"@velocitycareerlabs/common-fetchers": "1.25.0-dev-build.1f73bb0fe",
|
|
35
|
+
"@velocitycareerlabs/common-functions": "1.25.0-dev-build.1f73bb0fe",
|
|
36
|
+
"@velocitycareerlabs/common-schemas": "1.25.0-dev-build.1f73bb0fe",
|
|
37
|
+
"@velocitycareerlabs/config": "1.25.0-dev-build.1f73bb0fe",
|
|
38
|
+
"@velocitycareerlabs/country-data": "1.25.0-dev-build.1f73bb0fe",
|
|
39
|
+
"@velocitycareerlabs/crypto": "1.25.0-dev-build.1f73bb0fe",
|
|
40
|
+
"@velocitycareerlabs/did-doc": "1.25.0-dev-build.1f73bb0fe",
|
|
41
|
+
"@velocitycareerlabs/fastify-plugins": "1.25.0-dev-build.1f73bb0fe",
|
|
42
|
+
"@velocitycareerlabs/jwt": "1.25.0-dev-build.1f73bb0fe",
|
|
43
|
+
"@velocitycareerlabs/migrations": "1.25.0-dev-build.1f73bb0fe",
|
|
44
|
+
"@velocitycareerlabs/organizations-registry": "1.25.0-dev-build.1f73bb0fe",
|
|
45
|
+
"@velocitycareerlabs/request": "1.25.0-dev-build.1f73bb0fe",
|
|
46
|
+
"@velocitycareerlabs/server-provider": "1.25.0-dev-build.1f73bb0fe",
|
|
47
|
+
"@velocitycareerlabs/spencer-mongo-extensions": "1.25.0-dev-build.1f73bb0fe",
|
|
48
|
+
"@velocitycareerlabs/verifiable-credentials": "1.25.0-dev-build.1f73bb0fe",
|
|
49
|
+
"@velocitycareerlabs/yoti-integration-plugin": "1.25.0-dev-build.1f73bb0fe",
|
|
50
50
|
"aws-sdk": "2.1692.0",
|
|
51
51
|
"canonicalize": "^2.0.0",
|
|
52
52
|
"date-fns": "^3.0.0",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"@aws-sdk/client-ses": "3.758.0",
|
|
66
66
|
"@aws-sdk/client-sns": "3.758.0",
|
|
67
67
|
"@spencejs/spence-factories": "0.10.2",
|
|
68
|
-
"@velocitycareerlabs/test-regexes": "1.25.0-dev-build.
|
|
69
|
-
"@velocitycareerlabs/tests-helpers": "1.25.0-dev-build.
|
|
68
|
+
"@velocitycareerlabs/test-regexes": "1.25.0-dev-build.1f73bb0fe",
|
|
69
|
+
"@velocitycareerlabs/tests-helpers": "1.25.0-dev-build.1f73bb0fe",
|
|
70
70
|
"dotenv": "16.4.7",
|
|
71
71
|
"eslint": "8.57.1",
|
|
72
72
|
"eslint-config-airbnb-base": "14.2.1",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"nodemon": "3.1.9",
|
|
83
83
|
"prettier": "2.8.8"
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "ff01736586ad75645f8a3efe1bed102866b116d1"
|
|
86
86
|
}
|