@volontariapp/auth 2.1.12 → 2.1.13-snap-ecf4050

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 +146 -0
  2. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,146 @@
1
+ # Changelog
2
+
3
+ ## 2.1.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @volontariapp/errors-nest@0.8.0
9
+
10
+ ## 2.1.12
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/errors-nest@0.7.4
18
+ - @volontariapp/logger@0.2.3
19
+ - @volontariapp/errors@0.4.4
20
+
21
+ ## 2.1.11
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies []:
26
+ - @volontariapp/errors@0.4.3
27
+ - @volontariapp/errors-nest@0.7.3
28
+ - Updated dependencies
29
+ - @volontariapp/errors-nest@0.7.2
30
+
31
+ ## 2.1.10
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies []:
36
+ - @volontariapp/errors-nest@0.7.1
37
+
38
+ ## 2.1.9
39
+
40
+ ### Patch Changes
41
+
42
+ - Updated dependencies []:
43
+ - @volontariapp/errors-nest@0.7.0
44
+
45
+ ## 2.1.8
46
+
47
+ ### Patch Changes
48
+
49
+ - Updated dependencies []:
50
+ - @volontariapp/errors-nest@0.6.6
51
+
52
+ ## 2.1.7
53
+
54
+ ### Patch Changes
55
+
56
+ - Updated dependencies []:
57
+ - @volontariapp/errors-nest@0.6.5
58
+
59
+ ## 2.1.6
60
+
61
+ ### Patch Changes
62
+
63
+ - Updated dependencies []:
64
+ - @volontariapp/errors-nest@0.6.4
65
+
66
+ ## 2.1.5
67
+
68
+ ### Patch Changes
69
+
70
+ - Updated dependencies []:
71
+ - @volontariapp/errors-nest@0.6.3
72
+
73
+ ## 2.1.4
74
+
75
+ ### Patch Changes
76
+
77
+ - bump global version
78
+
79
+ - Updated dependencies []:
80
+ - @volontariapp/errors@0.4.2
81
+ - @volontariapp/errors-nest@0.6.2
82
+ - @volontariapp/logger@0.2.2
83
+
84
+ ## 2.1.3
85
+
86
+ ### Patch Changes
87
+
88
+ - bump ci
89
+
90
+ - Updated dependencies []:
91
+ - @volontariapp/errors@0.4.1
92
+ - @volontariapp/errors-nest@0.6.1
93
+ - @volontariapp/logger@0.2.1
94
+
95
+ ## 2.1.2
96
+
97
+ ### Patch Changes
98
+
99
+ - Updated dependencies []:
100
+ - @volontariapp/errors-nest@0.6.0
101
+
102
+ ## 2.1.1
103
+
104
+ ### Patch Changes
105
+
106
+ - Updated dependencies []:
107
+ - @volontariapp/errors-nest@0.5.0
108
+ - @volontariapp/errors@0.4.0
109
+
110
+ ## 2.1.0
111
+
112
+ ### Minor Changes
113
+
114
+ - logger added
115
+
116
+ ### Patch Changes
117
+
118
+ - Updated dependencies []:
119
+ - @volontariapp/errors-nest@0.4.0
120
+ - @volontariapp/errors@0.3.0
121
+
122
+ ## 2.0.1
123
+
124
+ ### Patch Changes
125
+
126
+ - auth errors remove
127
+
128
+ ## 2.0.0
129
+
130
+ ### Major Changes
131
+
132
+ - adding test + refacto interfaces + public key / private key encryption
133
+
134
+ ## 1.0.0
135
+
136
+ ### Major Changes
137
+
138
+ - auth package new version
139
+
140
+ All notable changes to this project will be documented in this file.
141
+
142
+ ## 0.1.0
143
+
144
+ ### Minor Changes
145
+
146
+ - Initial package scaffold.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volontariapp/auth",
3
- "version": "2.1.12",
3
+ "version": "2.1.13-snap-ecf4050",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@volontariapp/errors": "0.4.4",
39
- "@volontariapp/errors-nest": "0.7.4",
39
+ "@volontariapp/errors-nest": "0.8.0-snap-ecf4050",
40
40
  "@volontariapp/logger": "0.2.3",
41
41
  "jose": "^6.2.2",
42
42
  "reflect-metadata": "^0.2.2",
@@ -66,4 +66,4 @@
66
66
  "ts-jest": "^29.4.9",
67
67
  "typescript": "5.7.3"
68
68
  }
69
- }
69
+ }