@volontariapp/domain-user 2.3.1-snapshot.a69a9895965f → 2.3.1
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.
- package/package.json +4 -4
- package/CHANGELOG.md +0 -242
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volontariapp/domain-user",
|
|
3
|
-
"version": "2.3.1
|
|
3
|
+
"version": "2.3.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"migration:run": "TYPEORM_MIGRATION_RUN=true yarn typeorm migration:run -d src/test/data-source.ts"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@volontariapp/contracts": "3.3.4
|
|
39
|
-
"@volontariapp/logger": "0.2.3
|
|
38
|
+
"@volontariapp/contracts": "3.3.4",
|
|
39
|
+
"@volontariapp/logger": "0.2.3"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@nestjs/typeorm": "^11.0.1",
|
|
@@ -45,4 +45,4 @@
|
|
|
45
45
|
"typeorm": "^0.3.20",
|
|
46
46
|
"typescript": "5.7.3"
|
|
47
47
|
}
|
|
48
|
-
}
|
|
48
|
+
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,242 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## 2.3.1
|
|
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/logger@0.2.3
|
|
11
|
-
- @volontariapp/contracts@3.3.4
|
|
12
|
-
|
|
13
|
-
## 2.3.0
|
|
14
|
-
|
|
15
|
-
### Minor Changes
|
|
16
|
-
|
|
17
|
-
- add scripts for testing ci
|
|
18
|
-
|
|
19
|
-
## 2.2.1
|
|
20
|
-
|
|
21
|
-
### Patch Changes
|
|
22
|
-
|
|
23
|
-
- Updated dependencies []:
|
|
24
|
-
- @volontariapp/contracts@3.3.3
|
|
25
|
-
|
|
26
|
-
## 2.2.0
|
|
27
|
-
|
|
28
|
-
### Minor Changes
|
|
29
|
-
|
|
30
|
-
- Add User and Badge models and entities
|
|
31
|
-
|
|
32
|
-
## 2.1.23
|
|
33
|
-
|
|
34
|
-
### Patch Changes
|
|
35
|
-
|
|
36
|
-
- Updated dependencies []:
|
|
37
|
-
- @volontariapp/contracts@3.3.2
|
|
38
|
-
|
|
39
|
-
## 2.1.22
|
|
40
|
-
|
|
41
|
-
### Patch Changes
|
|
42
|
-
|
|
43
|
-
- Updated dependencies []:
|
|
44
|
-
- @volontariapp/contracts@3.3.1
|
|
45
|
-
|
|
46
|
-
## 2.1.21
|
|
47
|
-
|
|
48
|
-
### Patch Changes
|
|
49
|
-
|
|
50
|
-
- Updated dependencies []:
|
|
51
|
-
- @volontariapp/contracts@3.3.0
|
|
52
|
-
|
|
53
|
-
## 2.1.20
|
|
54
|
-
|
|
55
|
-
### Patch Changes
|
|
56
|
-
|
|
57
|
-
- Updated dependencies []:
|
|
58
|
-
- @volontariapp/contracts@3.2.2
|
|
59
|
-
|
|
60
|
-
## 2.1.19
|
|
61
|
-
|
|
62
|
-
### Patch Changes
|
|
63
|
-
|
|
64
|
-
- Updated dependencies []:
|
|
65
|
-
- @volontariapp/contracts@3.2.1
|
|
66
|
-
|
|
67
|
-
## 2.1.18
|
|
68
|
-
|
|
69
|
-
### Patch Changes
|
|
70
|
-
|
|
71
|
-
- Updated dependencies []:
|
|
72
|
-
- @volontariapp/contracts@3.2.0
|
|
73
|
-
|
|
74
|
-
## 2.1.17
|
|
75
|
-
|
|
76
|
-
### Patch Changes
|
|
77
|
-
|
|
78
|
-
- Updated dependencies []:
|
|
79
|
-
- @volontariapp/contracts@3.1.5
|
|
80
|
-
|
|
81
|
-
## 2.1.16
|
|
82
|
-
|
|
83
|
-
### Patch Changes
|
|
84
|
-
|
|
85
|
-
- Updated dependencies []:
|
|
86
|
-
- @volontariapp/contracts@3.1.4
|
|
87
|
-
|
|
88
|
-
## 2.1.15
|
|
89
|
-
|
|
90
|
-
### Patch Changes
|
|
91
|
-
|
|
92
|
-
- bump global version
|
|
93
|
-
|
|
94
|
-
- Updated dependencies []:
|
|
95
|
-
- @volontariapp/contracts@3.1.3
|
|
96
|
-
- @volontariapp/logger@0.2.2
|
|
97
|
-
|
|
98
|
-
## 2.1.14
|
|
99
|
-
|
|
100
|
-
### Patch Changes
|
|
101
|
-
|
|
102
|
-
- bump ci
|
|
103
|
-
|
|
104
|
-
- Updated dependencies []:
|
|
105
|
-
- @volontariapp/contracts@3.1.2
|
|
106
|
-
- @volontariapp/logger@0.2.1
|
|
107
|
-
|
|
108
|
-
## 2.1.13
|
|
109
|
-
|
|
110
|
-
### Patch Changes
|
|
111
|
-
|
|
112
|
-
- Updated dependencies []:
|
|
113
|
-
- @volontariapp/contracts@3.1.1
|
|
114
|
-
|
|
115
|
-
## 2.1.12
|
|
116
|
-
|
|
117
|
-
### Patch Changes
|
|
118
|
-
|
|
119
|
-
- Updated dependencies []:
|
|
120
|
-
- @volontariapp/contracts@3.1.0
|
|
121
|
-
|
|
122
|
-
## 2.1.11
|
|
123
|
-
|
|
124
|
-
### Patch Changes
|
|
125
|
-
|
|
126
|
-
- Updated dependencies []:
|
|
127
|
-
- @volontariapp/contracts@3.0.10
|
|
128
|
-
|
|
129
|
-
## 2.1.10
|
|
130
|
-
|
|
131
|
-
### Patch Changes
|
|
132
|
-
|
|
133
|
-
- Updated dependencies []:
|
|
134
|
-
- @volontariapp/contracts@3.0.9
|
|
135
|
-
|
|
136
|
-
## 2.1.9
|
|
137
|
-
|
|
138
|
-
### Patch Changes
|
|
139
|
-
|
|
140
|
-
- Updated dependencies []:
|
|
141
|
-
- @volontariapp/contracts@3.0.8
|
|
142
|
-
|
|
143
|
-
## 2.1.8
|
|
144
|
-
|
|
145
|
-
### Patch Changes
|
|
146
|
-
|
|
147
|
-
- Updated dependencies []:
|
|
148
|
-
- @volontariapp/contracts@3.0.7
|
|
149
|
-
|
|
150
|
-
## 2.1.7
|
|
151
|
-
|
|
152
|
-
### Patch Changes
|
|
153
|
-
|
|
154
|
-
- Updated dependencies []:
|
|
155
|
-
- @volontariapp/contracts@3.0.6
|
|
156
|
-
|
|
157
|
-
## 2.1.6
|
|
158
|
-
|
|
159
|
-
### Patch Changes
|
|
160
|
-
|
|
161
|
-
- Updated dependencies []:
|
|
162
|
-
- @volontariapp/contracts@3.0.5
|
|
163
|
-
|
|
164
|
-
## 2.1.5
|
|
165
|
-
|
|
166
|
-
### Patch Changes
|
|
167
|
-
|
|
168
|
-
- Updated dependencies []:
|
|
169
|
-
- @volontariapp/contracts@3.0.4
|
|
170
|
-
|
|
171
|
-
## 2.1.4
|
|
172
|
-
|
|
173
|
-
### Patch Changes
|
|
174
|
-
|
|
175
|
-
- Updated dependencies []:
|
|
176
|
-
- @volontariapp/contracts@3.0.3
|
|
177
|
-
|
|
178
|
-
## 2.1.3
|
|
179
|
-
|
|
180
|
-
### Patch Changes
|
|
181
|
-
|
|
182
|
-
- Updated dependencies []:
|
|
183
|
-
- @volontariapp/contracts@3.0.2
|
|
184
|
-
|
|
185
|
-
## 2.1.2
|
|
186
|
-
|
|
187
|
-
### Patch Changes
|
|
188
|
-
|
|
189
|
-
- Updated dependencies []:
|
|
190
|
-
- @volontariapp/contracts@3.0.1
|
|
191
|
-
|
|
192
|
-
## 2.1.1
|
|
193
|
-
|
|
194
|
-
### Patch Changes
|
|
195
|
-
|
|
196
|
-
- Updated dependencies []:
|
|
197
|
-
- @volontariapp/contracts@3.0.0
|
|
198
|
-
|
|
199
|
-
## 2.1.0
|
|
200
|
-
|
|
201
|
-
### Minor Changes
|
|
202
|
-
|
|
203
|
-
- logger added
|
|
204
|
-
|
|
205
|
-
### Patch Changes
|
|
206
|
-
|
|
207
|
-
- Updated dependencies []:
|
|
208
|
-
- @volontariapp/contracts@2.2.0
|
|
209
|
-
|
|
210
|
-
## 2.0.4
|
|
211
|
-
|
|
212
|
-
### Patch Changes
|
|
213
|
-
|
|
214
|
-
- update version for exposing dist
|
|
215
|
-
|
|
216
|
-
- Updated dependencies []:
|
|
217
|
-
- @volontariapp/contracts@2.1.1
|
|
218
|
-
|
|
219
|
-
## 2.0.3
|
|
220
|
-
|
|
221
|
-
### Patch Changes
|
|
222
|
-
|
|
223
|
-
- Updated dependencies []:
|
|
224
|
-
- @volontariapp/contracts@2.1.0
|
|
225
|
-
|
|
226
|
-
## 2.0.2
|
|
227
|
-
|
|
228
|
-
### Patch Changes
|
|
229
|
-
|
|
230
|
-
- Cleaning triggers
|
|
231
|
-
|
|
232
|
-
## 2.0.1
|
|
233
|
-
|
|
234
|
-
### Patch Changes
|
|
235
|
-
|
|
236
|
-
- Linked with @volontariapp/contracts workspace package
|
|
237
|
-
|
|
238
|
-
## 2.0.0
|
|
239
|
-
|
|
240
|
-
### Major Changes
|
|
241
|
-
|
|
242
|
-
- CI done, so major release to flush previous trash versions
|