@volontariapp/domain-event 2.4.3 → 2.4.5-snap-ecf4050

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 +16 -0
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.4.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @volontariapp/errors-nest@0.8.0
9
+
10
+ ## 2.4.4
11
+
12
+ ### Patch Changes
13
+
14
+ - merging coverage
15
+
16
+ - Updated dependencies []:
17
+ - @volontariapp/contracts@4.0.1
18
+
3
19
  ## 2.4.3
4
20
 
5
21
  ### 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.5-snap-ecf4050",
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,10 +52,10 @@
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-ecf4050",
55
56
  "@volontariapp/database": "1.5.1",
56
57
  "@volontariapp/errors": "0.4.4",
57
- "@volontariapp/errors-nest": "0.7.4",
58
+ "@volontariapp/errors-nest": "0.8.0-snap-ecf4050",
58
59
  "@volontariapp/logger": "0.2.3",
59
60
  "class-transformer": "^0.5.1",
60
61
  "reflect-metadata": "^0.2.2"