@volontariapp/domain-event 2.4.2-snapshot.2239c7317528 → 2.4.2

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