@verii/endpoints-event-processing 1.0.0-pre.1756096826 → 1.0.0-pre.1756224043

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 +24 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verii/endpoints-event-processing",
3
- "version": "1.0.0-pre.1756096826",
3
+ "version": "1.0.0-pre.1756224043",
4
4
  "description": "Event processing",
5
5
  "repository": "https://github.com/LFDT-Verii/core",
6
6
  "main": "src/index.js",
@@ -9,8 +9,10 @@
9
9
  "access": "public"
10
10
  },
11
11
  "scripts": {
12
- "test": "jest --config ./jest.config.js --runInBand --coverage",
13
- "lint": "eslint . --format json >> eslint.json",
12
+ "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'",
13
+ "test:ci": "NODE_ENV=test node --test --test-concurrency=1 --experimental-test-module-mocks --experimental-test-coverage --test-coverage-include='src/**' --test-reporter=spec --test-reporter=junit --test-reporter-destination=stdout --test-reporter-destination=test-results.junit.xml --test-reporter=lcov --test-reporter-destination=lcov.info 'test/**/*.test.js'",
14
+ "lint": "eslint --ext .js .",
15
+ "lint:ci": "eslint . --format json >> eslint-results.json",
14
16
  "lint:fix": "eslint --fix --ext .js ."
15
17
  },
16
18
  "dependencies": {
@@ -21,20 +23,20 @@
21
23
  "@fastify/swagger": "^9.0.0",
22
24
  "@fastify/swagger-ui": "^5.0.0",
23
25
  "@spencejs/spence-mongo-repos": "~0.10.2",
24
- "@verii/auth": "1.0.0-pre.1756096826",
25
- "@verii/aws-clients": "1.0.0-pre.1756096826",
26
- "@verii/base-contract-io": "1.0.0-pre.1756096826",
27
- "@verii/blockchain-functions": "1.0.0-pre.1756096826",
28
- "@verii/config": "1.0.0-pre.1756096826",
29
- "@verii/crypto": "1.0.0-pre.1756096826",
30
- "@verii/did-doc": "1.0.0-pre.1756096826",
31
- "@verii/endpoints-organizations-registrar": "1.0.0-pre.1756096826",
32
- "@verii/fastify-plugins": "1.0.0-pre.1756096826",
33
- "@verii/fineract-client": "1.0.0-pre.1756096826",
34
- "@verii/jwt": "1.0.0-pre.1756096826",
35
- "@verii/math": "1.0.0-pre.1756096826",
36
- "@verii/metadata-registration": "1.0.0-pre.1756096826",
37
- "@verii/spencer-mongo-extensions": "1.0.0-pre.1756096826",
26
+ "@verii/auth": "1.0.0-pre.1756224043",
27
+ "@verii/aws-clients": "1.0.0-pre.1756224043",
28
+ "@verii/base-contract-io": "1.0.0-pre.1756224043",
29
+ "@verii/blockchain-functions": "1.0.0-pre.1756224043",
30
+ "@verii/config": "1.0.0-pre.1756224043",
31
+ "@verii/crypto": "1.0.0-pre.1756224043",
32
+ "@verii/did-doc": "1.0.0-pre.1756224043",
33
+ "@verii/endpoints-organizations-registrar": "1.0.0-pre.1756224043",
34
+ "@verii/fastify-plugins": "1.0.0-pre.1756224043",
35
+ "@verii/fineract-client": "1.0.0-pre.1756224043",
36
+ "@verii/jwt": "1.0.0-pre.1756224043",
37
+ "@verii/math": "1.0.0-pre.1756224043",
38
+ "@verii/metadata-registration": "1.0.0-pre.1756224043",
39
+ "@verii/spencer-mongo-extensions": "1.0.0-pre.1756224043",
38
40
  "date-fns": "~3.6.0",
39
41
  "env-var": "^7.0.0",
40
42
  "fastify": "^5.0.0",
@@ -43,9 +45,9 @@
43
45
  },
44
46
  "devDependencies": {
45
47
  "@spencejs/spence-factories": "0.10.2",
46
- "@verii/common-functions": "1.0.0-pre.1756096826",
47
- "@verii/server-provider": "1.0.0-pre.1756096826",
48
- "@verii/tests-helpers": "1.0.0-pre.1756096826",
48
+ "@verii/common-functions": "1.0.0-pre.1756224043",
49
+ "@verii/server-provider": "1.0.0-pre.1756224043",
50
+ "@verii/tests-helpers": "1.0.0-pre.1756224043",
49
51
  "eslint": "8.57.1",
50
52
  "eslint-config-airbnb-base": "14.2.1",
51
53
  "eslint-config-prettier": "8.10.2",
@@ -56,9 +58,9 @@
56
58
  "eslint-plugin-prettier": "4.2.5",
57
59
  "eslint-watch": "7.0.0",
58
60
  "ethers": "6.15.0",
59
- "jest": "29.7.0",
61
+ "expect": "29.7.0",
60
62
  "mongodb": "6.18.0",
61
63
  "prettier": "2.8.8"
62
64
  },
63
- "gitHead": "7f7dc1af30929dd31608d446ca6bd98cd83e8294"
65
+ "gitHead": "21747614a1db416654bba4c198d1c1b883dbe6a5"
64
66
  }