@volontariapp/domain-user 2.4.8 → 2.4.9-snap-eab1fa2

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 +9 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.4.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @volontariapp/errors-nest@0.11.0
9
+ - @volontariapp/auth@3.2.2
10
+
3
11
  ## 2.4.8
4
12
 
5
13
  ### Patch Changes
@@ -19,6 +27,7 @@
19
27
  ### Patch Changes
20
28
 
21
29
  - Updated dependencies []:
30
+ - @volontariapp/database@1.13.0
22
31
  - @volontariapp/contracts@4.0.8
23
32
 
24
33
  ## 2.4.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volontariapp/domain-user",
3
- "version": "2.4.8",
3
+ "version": "2.4.9-snap-eab1fa2",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -39,12 +39,12 @@
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.1",
42
+ "@volontariapp/auth": "3.2.2-snap-eab1fa2",
43
43
  "@volontariapp/contracts": "4.0.9",
44
44
  "@volontariapp/crypto": "0.3.6",
45
- "@volontariapp/database": "1.12.0",
45
+ "@volontariapp/database": "1.13.0",
46
46
  "@volontariapp/errors": "0.5.0",
47
- "@volontariapp/errors-nest": "0.10.2",
47
+ "@volontariapp/errors-nest": "0.11.0-snap-eab1fa2",
48
48
  "@volontariapp/logger": "0.2.3",
49
49
  "@volontariapp/shared": "0.3.0"
50
50
  },