@volontariapp/domain-event 2.4.2 → 2.4.3-snap-cf24bfa

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 +180 -0
  2. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,180 @@
1
+ # Changelog
2
+
3
+ ## 2.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @volontariapp/contracts@4.0.0
9
+
10
+ ## 2.4.2
11
+
12
+ ### Patch Changes
13
+
14
+ - Standardize test and coverage scripts across packages. Add test:coverage with json-summary reporter for CI reporting.
15
+
16
+ - Updated dependencies []:
17
+ - @volontariapp/database@1.5.1
18
+ - @volontariapp/errors-nest@0.7.4
19
+ - @volontariapp/logger@0.2.3
20
+ - @volontariapp/contracts@3.3.4
21
+ - @volontariapp/errors@0.4.4
22
+
23
+ ## 2.4.1
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies []:
28
+ - @volontariapp/database@1.5.0
29
+
30
+ ## 2.4.0
31
+
32
+ ### Minor Changes
33
+
34
+ - adding test solide AAA pattern unit + int
35
+
36
+ ## 2.3.3
37
+
38
+ ### Patch Changes
39
+
40
+ - update entity & models according to proto contract
41
+
42
+ ## 2.3.2
43
+
44
+ ### Patch Changes
45
+
46
+ - Updated dependencies []:
47
+ - @volontariapp/contracts@3.3.3
48
+
49
+ ## 2.3.1
50
+
51
+ ### Patch Changes
52
+
53
+ - Updated dependencies []:
54
+ - @volontariapp/database@1.4.0
55
+
56
+ ## 2.3.0
57
+
58
+ ### Minor Changes
59
+
60
+ - adding organizerId
61
+
62
+ ## 2.2.9
63
+
64
+ ### Patch Changes
65
+
66
+ - Updated dependencies []:
67
+ - @volontariapp/contracts@3.3.1
68
+
69
+ ## 2.2.8
70
+
71
+ ### Patch Changes
72
+
73
+ - Updated dependencies []:
74
+ - @volontariapp/errors@0.4.3
75
+ - @volontariapp/errors-nest@0.7.3
76
+
77
+ ## 2.2.7
78
+
79
+ ### Patch Changes
80
+
81
+ - including google GRPC timestamps + update mappers
82
+ - Updated dependencies
83
+ - @volontariapp/errors-nest@0.7.2
84
+
85
+ ## 2.2.6
86
+
87
+ ### Patch Changes
88
+
89
+ - Updated dependencies []:
90
+ - @volontariapp/errors-nest@0.7.1
91
+
92
+ ## 2.2.5
93
+
94
+ ### Patch Changes
95
+
96
+ - Updated dependencies []:
97
+ - @volontariapp/contracts@3.3.0
98
+
99
+ ## 2.2.4
100
+
101
+ ### Patch Changes
102
+
103
+ - Updated dependencies []:
104
+ - @volontariapp/contracts@3.2.2
105
+
106
+ ## 2.2.3
107
+
108
+ ### Patch Changes
109
+
110
+ New version au domain event including repository & services
111
+
112
+ - Updated dependencies []:
113
+ - @volontariapp/contracts@3.2.1
114
+
115
+ ## 2.2.2
116
+
117
+ ### Patch Changes
118
+
119
+ - Updated dependencies []:
120
+ - @volontariapp/contracts@3.2.1
121
+
122
+ ## 2.2.1
123
+
124
+ ### Patch Changes
125
+
126
+ - Updated dependencies []:
127
+ - @volontariapp/database@1.2.0
128
+
129
+ ## 2.2.0
130
+
131
+ ### Minor Changes
132
+
133
+ - Setup Domain Event Basis
134
+
135
+ ### Patch Changes
136
+
137
+ - Updated dependencies []:
138
+ - @volontariapp/errors-nest@0.7.0
139
+
140
+ ## 2.1.2
141
+
142
+ ### Patch Changes
143
+
144
+ - bump global version
145
+
146
+ - Updated dependencies []:
147
+ - @volontariapp/logger@0.2.2
148
+
149
+ ## 2.1.1
150
+
151
+ ### Patch Changes
152
+
153
+ - bump ci
154
+
155
+ - Updated dependencies []:
156
+ - @volontariapp/logger@0.2.1
157
+
158
+ ## 2.1.0
159
+
160
+ ### Minor Changes
161
+
162
+ - logger added
163
+
164
+ ## 2.0.2
165
+
166
+ ### Patch Changes
167
+
168
+ - Cleaning triggers
169
+
170
+ ## 2.0.1
171
+
172
+ ### Patch Changes
173
+
174
+ - trigger CI
175
+
176
+ ## 2.0.0
177
+
178
+ ### Major Changes
179
+
180
+ - CI done, so major release to flush previous trash versions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volontariapp/domain-event",
3
- "version": "2.4.2",
3
+ "version": "2.4.3-snap-cf24bfa",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@nestjs/common": "^11.0.1",
54
- "@volontariapp/contracts": "3.3.4",
54
+ "@volontariapp/contracts": "4.0.0-snap-cf24bfa",
55
55
  "@volontariapp/database": "1.5.1",
56
56
  "@volontariapp/errors": "0.4.4",
57
57
  "@volontariapp/errors-nest": "0.7.4",
@@ -63,4 +63,4 @@
63
63
  "@nestjs/typeorm": "^11.0.1",
64
64
  "typeorm": "^0.3.20"
65
65
  }
66
- }
66
+ }