@verii/server-credentialing-hub 2.0.0 → 2.1.0-pre.1782211952.0

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.
Files changed (1) hide show
  1. package/package.json +30 -30
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verii/server-credentialing-hub",
3
- "version": "2.0.0",
3
+ "version": "2.1.0-pre.1782211952.0",
4
4
  "description": "Credentialing Hub",
5
5
  "repository": "https://github.com/LFDT-Verii/core",
6
6
  "engines": {
@@ -26,12 +26,12 @@
26
26
  "@fastify/swagger-ui": "^5.2.6",
27
27
  "@fastify/view": "^11.1.1",
28
28
  "@lukeed/ms": "~2.0.2",
29
- "@openid4vc/oauth2": "0.4.6",
30
- "@openid4vc/openid4vci": "0.4.6",
31
- "@openid4vc/openid4vp": "0.4.6",
29
+ "@openid4vc/oauth2": "0.5.1",
30
+ "@openid4vc/openid4vci": "0.5.1",
31
+ "@openid4vc/openid4vp": "0.5.1",
32
32
  "@spencejs/spence-factories": "^1.1.0",
33
33
  "@spencejs/spence-mongo-repos": "^1.1.0",
34
- "date-fns": "^4.1.0",
34
+ "date-fns": "^4.4.0",
35
35
  "env-var": "^7.5.0",
36
36
  "fastify": "^5.8.5",
37
37
  "fastify-plugin": "^5.1.0",
@@ -39,28 +39,28 @@
39
39
  "http-errors": "^2.0.1",
40
40
  "lodash": "^4.18.1",
41
41
  "jsonpath-plus": "^10.4.0",
42
- "nanoid": "^5.1.11",
43
- "mongodb": "7.1.1",
44
- "@verii/blockchain-functions": "1.1.3",
45
- "@verii/base-contract-io": "1.1.3",
46
- "@verii/crypto": "1.1.3",
47
- "@verii/config": "1.1.3",
48
- "@verii/common-functions": "1.1.3",
49
- "@verii/common-schemas": "1.1.3",
50
- "@verii/common-fetchers": "1.1.3",
51
- "@verii/contract-permissions": "1.1.3",
52
- "@verii/did-doc": "1.1.3",
53
- "@verii/http-client": "1.1.3",
54
- "@verii/fastify-plugins": "1.1.3",
55
- "@verii/db-kms": "1.1.3",
56
- "@verii/server-provider": "1.1.3",
57
- "@verii/spencer-mongo-extensions": "1.1.3",
58
- "@verii/validation": "1.1.3",
59
- "@verii/organizations-registry": "1.1.3",
60
- "@verii/vc-checks": "1.1.3",
61
- "@verii/jwt": "1.1.3",
62
- "@verii/verii-issuing": "1.1.3",
63
- "@verii/verii-verification": "1.1.3"
42
+ "nanoid": "^5.1.14",
43
+ "mongodb": "7.3.0",
44
+ "@verii/base-contract-io": "1.2.0-pre.1782211952.0",
45
+ "@verii/config": "1.2.0-pre.1782211952.0",
46
+ "@verii/common-fetchers": "1.2.0-pre.1782211952.0",
47
+ "@verii/blockchain-functions": "1.2.0-pre.1782211952.0",
48
+ "@verii/common-functions": "1.2.0-pre.1782211952.0",
49
+ "@verii/contract-permissions": "1.2.0-pre.1782211952.0",
50
+ "@verii/crypto": "1.2.0-pre.1782211952.0",
51
+ "@verii/common-schemas": "1.2.0-pre.1782211952.0",
52
+ "@verii/db-kms": "1.2.0-pre.1782211952.0",
53
+ "@verii/http-client": "1.2.0-pre.1782211952.0",
54
+ "@verii/did-doc": "1.2.0-pre.1782211952.0",
55
+ "@verii/organizations-registry": "1.2.0-pre.1782211952.0",
56
+ "@verii/fastify-plugins": "1.2.0-pre.1782211952.0",
57
+ "@verii/server-provider": "1.2.0-pre.1782211952.0",
58
+ "@verii/spencer-mongo-extensions": "1.2.0-pre.1782211952.0",
59
+ "@verii/jwt": "1.2.0-pre.1782211952.0",
60
+ "@verii/vc-checks": "1.2.0-pre.1782211952.0",
61
+ "@verii/validation": "1.2.0-pre.1782211952.0",
62
+ "@verii/verii-issuing": "1.2.0-pre.1782211952.0",
63
+ "@verii/verii-verification": "1.2.0-pre.1782211952.0"
64
64
  },
65
65
  "devDependencies": {
66
66
  "cheerio": "1.2.0",
@@ -71,9 +71,9 @@
71
71
  "nodemon": "3.1.14",
72
72
  "prettier": "3.8.3",
73
73
  "qs": "6.15.2",
74
- "@verii/tests-helpers": "1.1.3",
75
- "@verii/test-regexes": "1.1.3",
76
- "@verii/metadata-registration": "1.1.3"
74
+ "@verii/metadata-registration": "1.2.0-pre.1782211952.0",
75
+ "@verii/tests-helpers": "1.2.0-pre.1782211952.0",
76
+ "@verii/test-regexes": "1.2.0-pre.1782211952.0"
77
77
  },
78
78
  "scripts": {
79
79
  "test": "cross-env NODE_ENV=test node --test --test-concurrency=1 --experimental-test-module-mocks --experimental-test-coverage --test-reporter=spec --test-reporter-destination=stdout 'test/**/*.test.js'",