@velocitycareerlabs/server-careerwallet 1.26.0-dev-build.1ad63e207 → 1.26.0-dev-build.1c1421c02

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@velocitycareerlabs/server-careerwallet",
3
- "version": "1.26.0-dev-build.1ad63e207",
3
+ "version": "1.26.0-dev-build.1c1421c02",
4
4
  "description": "Career Wallet application",
5
5
  "repository": "https://github.com/velocitycareerlabs/packages",
6
6
  "engines": {
@@ -33,24 +33,24 @@
33
33
  "@fastify/swagger-ui": "^5.0.0",
34
34
  "@getyoti/sdk-sandbox": "1.7.0",
35
35
  "@spencejs/spence-mongo-repos": "^0.10.2",
36
- "@velocitycareerlabs/migrations": "1.26.0-dev-build.1ad63e207",
37
- "@velocitycareerlabs/yoti-integration-plugin": "1.26.0-dev-build.1ad63e207",
38
- "@verii/auth": "1.0.0-pre.1754473517",
39
- "@verii/aws-clients": "1.0.0-pre.1754473517",
40
- "@verii/common-fetchers": "1.0.0-pre.1754473517",
41
- "@verii/common-functions": "1.0.0-pre.1754473517",
42
- "@verii/common-schemas": "1.0.0-pre.1754473517",
43
- "@verii/config": "1.0.0-pre.1754473517",
44
- "@verii/country-data": "1.0.0-pre.1754473517",
45
- "@verii/crypto": "1.0.0-pre.1754473517",
46
- "@verii/did-doc": "1.0.0-pre.1754473517",
47
- "@verii/fastify-plugins": "1.0.0-pre.1754473517",
48
- "@verii/jwt": "1.0.0-pre.1754473517",
49
- "@verii/organizations-registry": "1.0.0-pre.1754473517",
50
- "@verii/request": "1.0.0-pre.1754473517",
51
- "@verii/server-provider": "1.0.0-pre.1754473517",
52
- "@verii/spencer-mongo-extensions": "1.0.0-pre.1754473517",
53
- "@verii/verifiable-credentials": "1.0.0-pre.1754473517",
36
+ "@velocitycareerlabs/migrations": "1.26.0-dev-build.1c1421c02",
37
+ "@velocitycareerlabs/yoti-integration-plugin": "1.26.0-dev-build.1c1421c02",
38
+ "@verii/auth": "1.0.0-pre.1754862905",
39
+ "@verii/aws-clients": "1.0.0-pre.1754862905",
40
+ "@verii/common-fetchers": "1.0.0-pre.1754862905",
41
+ "@verii/common-functions": "1.0.0-pre.1754862905",
42
+ "@verii/common-schemas": "1.0.0-pre.1754862905",
43
+ "@verii/config": "1.0.0-pre.1754862905",
44
+ "@verii/country-data": "1.0.0-pre.1754862905",
45
+ "@verii/crypto": "1.0.0-pre.1754862905",
46
+ "@verii/did-doc": "1.0.0-pre.1754862905",
47
+ "@verii/fastify-plugins": "1.0.0-pre.1754862905",
48
+ "@verii/jwt": "1.0.0-pre.1754862905",
49
+ "@verii/organizations-registry": "1.0.0-pre.1754862905",
50
+ "@verii/request": "1.0.0-pre.1754862905",
51
+ "@verii/server-provider": "1.0.0-pre.1754862905",
52
+ "@verii/spencer-mongo-extensions": "1.0.0-pre.1754862905",
53
+ "@verii/verii-verification": "1.0.0-pre.1754862905",
54
54
  "aws-sdk": "2.1692.0",
55
55
  "canonicalize": "^2.0.0",
56
56
  "date-fns": "^3.0.0",
@@ -71,8 +71,8 @@
71
71
  "@aws-sdk/client-ses": "3.821.0",
72
72
  "@aws-sdk/client-sns": "3.821.0",
73
73
  "@spencejs/spence-factories": "0.10.2",
74
- "@verii/test-regexes": "1.0.0-pre.1754473517",
75
- "@verii/tests-helpers": "1.0.0-pre.1754473517",
74
+ "@verii/test-regexes": "1.0.0-pre.1754862905",
75
+ "@verii/tests-helpers": "1.0.0-pre.1754862905",
76
76
  "dotenv": "16.6.1",
77
77
  "eslint": "8.57.1",
78
78
  "eslint-config-airbnb-base": "14.2.1",
@@ -88,5 +88,5 @@
88
88
  "nodemon": "3.1.10",
89
89
  "prettier": "2.8.8"
90
90
  },
91
- "gitHead": "244188d5b206fb4a39eb198807b26cff6bf21b93"
91
+ "gitHead": "bee7bd78019308e7903b1a2556f558f37eafd560"
92
92
  }
@@ -1,7 +1,7 @@
1
1
  const canonicalize = require('canonicalize');
2
2
  const newError = require('http-errors');
3
3
  const { isEmpty, intersection } = require('lodash/fp');
4
- const { CredentialCheckResultValue } = require('@verii/verifiable-credentials');
4
+ const { CredentialCheckResultValue } = require('@verii/verii-verification');
5
5
  const { ServiceCategories } = require('@verii/organizations-registry');
6
6
 
7
7
  const { createCommitment } = require('@verii/crypto');
@@ -3,7 +3,7 @@ const nock = require('nock');
3
3
  const { generateDocJwt } = require('@verii/jwt');
4
4
  const initRequest = require('@verii/request');
5
5
  const canonicalize = require('canonicalize');
6
- const { CredentialCheckResultValue } = require('@verii/verifiable-credentials');
6
+ const { CredentialCheckResultValue } = require('@verii/verii-verification');
7
7
  const {
8
8
  pushGatewayAuth,
9
9
  } = require('../src/controllers/api/v0.6/push/push-gateway-auth');