@velocitycareerlabs/server-webwallet 1.25.0-dev-build.129b79772 → 1.25.0-dev-build.18087857a

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-webwallet",
3
- "version": "1.25.0-dev-build.129b79772",
3
+ "version": "1.25.0-dev-build.18087857a",
4
4
  "description": "Web Wallet application",
5
5
  "repository": "https://github.com/velocitycareerlabs/packages",
6
6
  "engines": {
@@ -28,17 +28,17 @@
28
28
  "@fastify/autoload": "5.10.0",
29
29
  "@fastify/multipart": "~8.3.1",
30
30
  "@spencejs/spence-mongo-repos": "^0.10.2",
31
- "@velocitycareerlabs/auth": "1.25.0-dev-build.129b79772",
32
- "@velocitycareerlabs/common-functions": "1.25.0-dev-build.129b79772",
33
- "@velocitycareerlabs/common-schemas": "1.25.0-dev-build.129b79772",
34
- "@velocitycareerlabs/config": "1.25.0-dev-build.129b79772",
35
- "@velocitycareerlabs/fastify-plugins": "1.25.0-dev-build.129b79772",
36
- "@velocitycareerlabs/jwt": "1.25.0-dev-build.129b79772",
37
- "@velocitycareerlabs/migrations": "1.25.0-dev-build.129b79772",
38
- "@velocitycareerlabs/request": "1.25.0-dev-build.129b79772",
39
- "@velocitycareerlabs/server-provider": "1.25.0-dev-build.129b79772",
40
- "@velocitycareerlabs/vc-checks": "1.25.0-dev-build.129b79772",
41
- "@velocitycareerlabs/vnf-nodejs-wallet-sdk": "1.25.0-dev-build.129b79772",
31
+ "@velocitycareerlabs/auth": "1.25.0-dev-build.18087857a",
32
+ "@velocitycareerlabs/common-functions": "1.25.0-dev-build.18087857a",
33
+ "@velocitycareerlabs/common-schemas": "1.25.0-dev-build.18087857a",
34
+ "@velocitycareerlabs/config": "1.25.0-dev-build.18087857a",
35
+ "@velocitycareerlabs/fastify-plugins": "1.25.0-dev-build.18087857a",
36
+ "@velocitycareerlabs/jwt": "1.25.0-dev-build.18087857a",
37
+ "@velocitycareerlabs/migrations": "1.25.0-dev-build.18087857a",
38
+ "@velocitycareerlabs/request": "1.25.0-dev-build.18087857a",
39
+ "@velocitycareerlabs/server-provider": "1.25.0-dev-build.18087857a",
40
+ "@velocitycareerlabs/vc-checks": "1.25.0-dev-build.18087857a",
41
+ "@velocitycareerlabs/vnf-nodejs-wallet-sdk": "1.25.0-dev-build.18087857a",
42
42
  "blueimp-md5": "2.19.0",
43
43
  "env-var": "^7.0.0",
44
44
  "fastify": "4.29.0",
@@ -51,8 +51,8 @@
51
51
  },
52
52
  "devDependencies": {
53
53
  "@spencejs/spence-factories": "0.10.2",
54
- "@velocitycareerlabs/crypto": "1.25.0-dev-build.129b79772",
55
- "@velocitycareerlabs/tests-helpers": "1.25.0-dev-build.129b79772",
54
+ "@velocitycareerlabs/crypto": "1.25.0-dev-build.18087857a",
55
+ "@velocitycareerlabs/tests-helpers": "1.25.0-dev-build.18087857a",
56
56
  "dotenv": "16.4.7",
57
57
  "eslint": "8.57.1",
58
58
  "eslint-config-airbnb-base": "14.2.1",
@@ -68,5 +68,5 @@
68
68
  "nodemon": "3.1.9",
69
69
  "prettier": "2.8.8"
70
70
  },
71
- "gitHead": "24e6e7df9f53c4a5511f50030af529fa1dbd24f3"
71
+ "gitHead": "b9342eda6ea3684820eca2f60e796452e62f6cd1"
72
72
  }
@@ -106,7 +106,6 @@ const getOrganizationMock = {
106
106
  ],
107
107
  createdAt: '2022-01-31T12:31:15.493Z',
108
108
  updatedAt: '2023-02-13T13:43:59.317Z',
109
- supportsSecureMessages: false,
110
109
  },
111
110
  TAG: 'VCLOrganization',
112
111
  },
@@ -114,7 +114,6 @@ const mockIssuers = {
114
114
  permittedVelocityServiceCategory: ['Issuer', 'Inspector'],
115
115
  createdAt: '2022-03-01T10:17:38.542Z',
116
116
  updatedAt: '2023-06-26T13:36:05.180Z',
117
- supportsSecureMessages: false,
118
117
  },
119
118
  TAG: 'VCLOrganization',
120
119
  },
@@ -76,7 +76,6 @@ const mockIssuers = {
76
76
  permittedVelocityServiceCategory: ['Issuer', 'Inspector'],
77
77
  createdAt: '2022-03-01T10:17:38.542Z',
78
78
  updatedAt: '2023-06-26T13:36:05.180Z',
79
- supportsSecureMessages: false,
80
79
  },
81
80
  TAG: 'VCLOrganization',
82
81
  },