@volontariapp/domain-event 2.4.3 → 2.4.4-snap-8b789b2

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 (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - merging coverage
8
+
9
+ - Updated dependencies []:
10
+ - @volontariapp/contracts@4.0.1
11
+
3
12
  ## 2.4.3
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volontariapp/domain-event",
3
- "version": "2.4.3",
3
+ "version": "2.4.4-snap-8b789b2",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -34,6 +34,7 @@
34
34
  "test:all": "yarn test && yarn test:integration",
35
35
  "test:watch": "node --experimental-vm-modules $(yarn bin jest) --watch",
36
36
  "test:coverage": "node --experimental-vm-modules $(yarn bin jest) --coverage --coverageReporters=\"text\" --coverageReporters=\"json-summary\" --coverageReporters=\"lcov\"",
37
+ "test:coverage:integration": "node --experimental-vm-modules $(yarn bin jest) --config jest.integration.config.js --coverage --coverageReporters=\"text\" --coverageReporters=\"json-summary\" --coverageReporters=\"lcov\" --runInBand",
37
38
  "typeorm": "typeorm-ts-node-esm",
38
39
  "migration:run": "TYPEORM_MIGRATION_RUN=true yarn typeorm migration:run -d src/test/data-source.ts"
39
40
  },
@@ -51,7 +52,7 @@
51
52
  },
52
53
  "dependencies": {
53
54
  "@nestjs/common": "^11.0.1",
54
- "@volontariapp/contracts": "4.0.0",
55
+ "@volontariapp/contracts": "4.0.1-snap-8b789b2",
55
56
  "@volontariapp/database": "1.5.1",
56
57
  "@volontariapp/errors": "0.4.4",
57
58
  "@volontariapp/errors-nest": "0.7.4",