@velocitycareerlabs/server-careerwallet 1.27.0-dev-build.106953732 → 1.27.0-dev-build.163220c15
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 +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@velocitycareerlabs/server-careerwallet",
|
|
3
|
-
"version": "1.27.0-dev-build.
|
|
3
|
+
"version": "1.27.0-dev-build.163220c15",
|
|
4
4
|
"description": "Career Wallet application",
|
|
5
5
|
"repository": "https://github.com/velocitycareerlabs/packages",
|
|
6
6
|
"engines": {
|
|
@@ -34,24 +34,24 @@
|
|
|
34
34
|
"@fastify/swagger-ui": "^5.0.0",
|
|
35
35
|
"@getyoti/sdk-sandbox": "1.7.0",
|
|
36
36
|
"@spencejs/spence-mongo-repos": "^0.10.2",
|
|
37
|
-
"@velocitycareerlabs/migrations": "1.27.0-dev-build.
|
|
38
|
-
"@velocitycareerlabs/yoti-integration-plugin": "1.27.0-dev-build.
|
|
39
|
-
"@verii/auth": "1.0.
|
|
40
|
-
"@verii/aws-clients": "1.0.
|
|
41
|
-
"@verii/common-fetchers": "1.0.
|
|
42
|
-
"@verii/common-functions": "1.0.
|
|
43
|
-
"@verii/common-schemas": "1.0.
|
|
44
|
-
"@verii/config": "1.0.
|
|
45
|
-
"@verii/country-data": "1.0.
|
|
46
|
-
"@verii/crypto": "1.0.
|
|
47
|
-
"@verii/did-doc": "1.0.
|
|
48
|
-
"@verii/fastify-plugins": "1.0.
|
|
49
|
-
"@verii/jwt": "1.0.
|
|
50
|
-
"@verii/organizations-registry": "1.0.
|
|
51
|
-
"@verii/request": "1.0.
|
|
52
|
-
"@verii/server-provider": "1.0.
|
|
53
|
-
"@verii/spencer-mongo-extensions": "1.0.
|
|
54
|
-
"@verii/verii-verification": "1.0.
|
|
37
|
+
"@velocitycareerlabs/migrations": "1.27.0-dev-build.163220c15",
|
|
38
|
+
"@velocitycareerlabs/yoti-integration-plugin": "1.27.0-dev-build.163220c15",
|
|
39
|
+
"@verii/auth": "1.0.2",
|
|
40
|
+
"@verii/aws-clients": "1.0.2",
|
|
41
|
+
"@verii/common-fetchers": "1.0.2",
|
|
42
|
+
"@verii/common-functions": "1.0.2",
|
|
43
|
+
"@verii/common-schemas": "1.0.2",
|
|
44
|
+
"@verii/config": "1.0.2",
|
|
45
|
+
"@verii/country-data": "1.0.2",
|
|
46
|
+
"@verii/crypto": "1.0.2",
|
|
47
|
+
"@verii/did-doc": "1.0.2",
|
|
48
|
+
"@verii/fastify-plugins": "1.0.2",
|
|
49
|
+
"@verii/jwt": "1.0.2",
|
|
50
|
+
"@verii/organizations-registry": "1.0.2",
|
|
51
|
+
"@verii/request": "1.0.2",
|
|
52
|
+
"@verii/server-provider": "1.0.2",
|
|
53
|
+
"@verii/spencer-mongo-extensions": "1.0.2",
|
|
54
|
+
"@verii/verii-verification": "1.0.2",
|
|
55
55
|
"aws-sdk": "2.1692.0",
|
|
56
56
|
"canonicalize": "^2.0.0",
|
|
57
57
|
"date-fns": "^3.0.0",
|
|
@@ -68,12 +68,12 @@
|
|
|
68
68
|
"uuid": "11.0.5"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@aws-sdk/client-kms": "3.
|
|
72
|
-
"@aws-sdk/client-ses": "3.
|
|
73
|
-
"@aws-sdk/client-sns": "3.
|
|
71
|
+
"@aws-sdk/client-kms": "3.896.0",
|
|
72
|
+
"@aws-sdk/client-ses": "3.896.0",
|
|
73
|
+
"@aws-sdk/client-sns": "3.896.0",
|
|
74
74
|
"@spencejs/spence-factories": "0.10.2",
|
|
75
|
-
"@verii/test-regexes": "1.0.
|
|
76
|
-
"@verii/tests-helpers": "1.0.
|
|
75
|
+
"@verii/test-regexes": "1.0.2",
|
|
76
|
+
"@verii/tests-helpers": "1.0.2",
|
|
77
77
|
"dotenv": "16.6.1",
|
|
78
78
|
"eslint": "8.57.1",
|
|
79
79
|
"eslint-config-airbnb-base": "14.2.1",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"nodemon": "3.1.10",
|
|
90
90
|
"prettier": "2.8.8"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "7ac6eb769bb3f774c471ef2df115f6128cf102b5"
|
|
93
93
|
}
|