@verii/endpoints-organizations-registrar 1.1.2 → 1.1.3

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 +36 -36
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verii/endpoints-organizations-registrar",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Organization Registrar",
5
5
  "repository": "https://github.com/LFDT-Verii/core",
6
6
  "main": "src/index.js",
@@ -22,34 +22,34 @@
22
22
  "@fastify/swagger": "^9.0.0",
23
23
  "@fastify/swagger-ui": "^5.0.0",
24
24
  "@fastify/view": "^11.0.0",
25
- "@spencejs/spence-events": "~1.0.0",
26
- "@spencejs/spence-factories": "1.0.0",
27
- "@spencejs/spence-mongo-repos": "~1.0.0",
28
- "@verii/auth": "1.1.2",
29
- "@verii/aws-clients": "1.1.2",
30
- "@verii/base-contract-io": "1.1.2",
31
- "@verii/blockchain-functions": "1.1.2",
32
- "@verii/common-functions": "1.1.2",
33
- "@verii/common-schemas": "1.1.2",
34
- "@verii/config": "1.1.2",
35
- "@verii/contract-permissions": "1.1.2",
36
- "@verii/country-data": "1.1.2",
37
- "@verii/crypto": "1.1.2",
38
- "@verii/csv-parser": "1.1.2",
39
- "@verii/db-kms": "1.1.2",
40
- "@verii/did-doc": "1.1.2",
41
- "@verii/did-web": "1.1.2",
42
- "@verii/endpoints-credential-types-registrar": "1.1.2",
43
- "@verii/fastify-plugins": "1.1.2",
44
- "@verii/fineract-client": "1.1.2",
45
- "@verii/image-processing": "1.1.2",
46
- "@verii/jwt": "1.1.2",
47
- "@verii/organizations-registry": "1.1.2",
48
- "@verii/rest-queries": "1.1.2",
49
- "@verii/spencer-mongo-extensions": "1.1.2",
50
- "@verii/validation": "1.1.2",
51
- "@verii/vc-checks": "1.1.2",
52
- "@verii/verii-verification": "1.1.2",
25
+ "@spencejs/spence-events": "^1.1.0",
26
+ "@spencejs/spence-factories": "^1.1.0",
27
+ "@spencejs/spence-mongo-repos": "^1.1.0",
28
+ "@verii/auth": "1.1.3",
29
+ "@verii/aws-clients": "1.1.3",
30
+ "@verii/base-contract-io": "1.1.3",
31
+ "@verii/blockchain-functions": "1.1.3",
32
+ "@verii/common-functions": "1.1.3",
33
+ "@verii/common-schemas": "1.1.3",
34
+ "@verii/config": "1.1.3",
35
+ "@verii/contract-permissions": "1.1.3",
36
+ "@verii/country-data": "1.1.3",
37
+ "@verii/crypto": "1.1.3",
38
+ "@verii/csv-parser": "1.1.3",
39
+ "@verii/db-kms": "1.1.3",
40
+ "@verii/did-doc": "1.1.3",
41
+ "@verii/did-web": "1.1.3",
42
+ "@verii/endpoints-credential-types-registrar": "1.1.3",
43
+ "@verii/fastify-plugins": "1.1.3",
44
+ "@verii/fineract-client": "1.1.3",
45
+ "@verii/image-processing": "1.1.3",
46
+ "@verii/jwt": "1.1.3",
47
+ "@verii/organizations-registry": "1.1.3",
48
+ "@verii/rest-queries": "1.1.3",
49
+ "@verii/spencer-mongo-extensions": "1.1.3",
50
+ "@verii/validation": "1.1.3",
51
+ "@verii/vc-checks": "1.1.3",
52
+ "@verii/verii-verification": "1.1.3",
53
53
  "auth0": "5.6.0",
54
54
  "bs58": "~6.0.0",
55
55
  "date-fns": "~4.1.0",
@@ -62,16 +62,16 @@
62
62
  "mongodb": "~7.1.0",
63
63
  "nanoid": "~5.1.0",
64
64
  "sprintf-js": "1.1.3",
65
- "uuid": "~13.0.0"
65
+ "uuid": "~14.0.0"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@aws-sdk/client-ses": "3.999.0",
69
69
  "@verii/common-functions": "0.5.0-build",
70
- "@verii/error-aggregation": "1.1.2",
71
- "@verii/sample-data": "1.1.2",
72
- "@verii/server-provider": "1.1.2",
73
- "@verii/test-regexes": "1.1.2",
74
- "@verii/tests-helpers": "1.1.2",
70
+ "@verii/error-aggregation": "1.1.3",
71
+ "@verii/sample-data": "1.1.3",
72
+ "@verii/server-provider": "1.1.3",
73
+ "@verii/test-regexes": "1.1.3",
74
+ "@verii/tests-helpers": "1.1.3",
75
75
  "eslint": "9.39.4",
76
76
  "eslint-config-airbnb-extended": "3.0.1",
77
77
  "eslint-config-prettier": "10.1.8",
@@ -87,5 +87,5 @@
87
87
  "nock": "15.0.0-beta.10",
88
88
  "prettier": "3.8.1"
89
89
  },
90
- "gitHead": "2c7bae6d3493a388e84d23362430d474180e21f1"
90
+ "gitHead": "649d6e62da781fd9904b30f78713f10a3fd22cfd"
91
91
  }