@volontariapp/domain-user 2.7.10-snap-cc308f8 → 2.8.0-snap-38fcd32
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/CHANGELOG.md +14 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- fallback job + event WS
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies []:
|
|
12
|
+
- @volontariapp/messaging@2.6.0
|
|
13
|
+
- @volontariapp/shared@0.6.0
|
|
14
|
+
- @volontariapp/auth@3.3.0
|
|
15
|
+
- @volontariapp/database@3.2.13
|
|
16
|
+
|
|
3
17
|
## 2.7.10
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volontariapp/domain-user",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0-snap-38fcd32",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -39,15 +39,15 @@
|
|
|
39
39
|
"migration:run": "TYPEORM_MIGRATION_RUN=true yarn typeorm migration:run -d src/test/data-source.ts"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@volontariapp/auth": "3.2.10-snap-
|
|
42
|
+
"@volontariapp/auth": "3.2.10-snap-38fcd32",
|
|
43
43
|
"@volontariapp/contracts": "4.0.14",
|
|
44
44
|
"@volontariapp/crypto": "0.3.8",
|
|
45
|
-
"@volontariapp/database": "3.2.
|
|
45
|
+
"@volontariapp/database": "3.2.13-snap-38fcd32",
|
|
46
46
|
"@volontariapp/errors": "0.5.2",
|
|
47
47
|
"@volontariapp/errors-nest": "0.11.2",
|
|
48
48
|
"@volontariapp/logger": "0.2.5",
|
|
49
|
-
"@volontariapp/messaging": "2.
|
|
50
|
-
"@volontariapp/shared": "0.
|
|
49
|
+
"@volontariapp/messaging": "2.6.0-snap-38fcd32",
|
|
50
|
+
"@volontariapp/shared": "0.6.0-snap-38fcd32"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@nestjs/typeorm": "^11.0.1",
|